Skip to content

Instantly share code, notes, and snippets.

View xproot's full-sized avatar
⌨️
proud of what i coded, even though it's simple stuff

xproot xproot

⌨️
proud of what i coded, even though it's simple stuff
View GitHub Profile
@xproot
xproot / IAhijack.md
Last active November 18, 2024 11:40
Internet Archive hijack timeline

Please contribute to this by pointing out missing items of interest in the comments, dates are in UTC.

  • September 2024 -

28 September - The database for the Internet Archive is saved by the hijacker.

30 September - Troy Hunt, the founder of 'Have I been Pwned?' gets sent the database. [1]

  • Oct 6, 2024 -
@xproot
xproot / DiscordWebhook.class.php
Last active March 1, 2024 22:10
Class for sending Discord webhooks with/out Rich embeds using PHP cURL
<?php
/*
@Project: Discord Webhook class for PHP
@Author: xproot
@Contact: itsxproot at aol dot com
@Created: 5:48 PM Friday, January 26, 2024
*/
class DiscordWebhookMessage {
public $content = "Default message content";