Skip to content

Instantly share code, notes, and snippets.

View AlexDev404's full-sized avatar
👾
Ruby2D!

Immanuel Daviel A. Garcia AlexDev404

👾
Ruby2D!
View GitHub Profile
<?
if(file_exists('/www/global/lockdown')) {
if($_COOKIE['4chan_auser'] && $_COOKIE['4chan_apass'] && ($_POST['mode']=='usrdel'||$_GET['mode']=='latest')) {
// ok
}
else {
die('Posting temporarily disabled. Come back later!<br/>&mdash;Team 4chan (uptime? what\'s that?)');
}
}
include_once "./yotsuba_config.php";

AK47 Commands

The default command prefix is +.

<> = required
[] = optional
| = or
... = accepts spaces
italic = replace with your own value

Account

@AlexDev404
AlexDev404 / hulk.py
Created January 7, 2025 03:27
HULK Python 3 Script: Denial-of-Service (DoS) attack
# ----------------------------------------------------------------------------------------------
# HULK - HTTP Unbearable Load King
#
# This tool is a DOS tool that is meant to put heavy load on HTTP servers in order to bring them
# to their knees by exhausting the resource pool. It is meant for research purposes only,
# and any malicious usage of this tool is prohibited.
#
# Author: Barry Shteiman, version 1.0
# Converted to Python 3
# ----------------------------------------------------------------------------------------------
@AlexDev404
AlexDev404 / btc_keygen.py
Created November 11, 2024 03:19 — forked from antlauzon/btc_keygen.py
offline 'paper wallet' bitcoin address generator
import base58
import hashlib
from fastecdsa import curve
from fastecdsa import keys
updhsh = lambda h, s: [h.update(s), h][1]
b58chk = lambda s: base58.b58encode(bytes(hexbyt(s)))
concat = lambda s1, s2: "{}{}".format(s1, s2)
hexbyt = lambda s: bytes(bytearray.fromhex(s))
@AlexDev404
AlexDev404 / bash-colors.md
Created October 26, 2024 04:01 — forked from iamnewton/bash-colors.md
The entire table of ANSI color codes.

Regular Colors

Value Color
\e[0;30m Black
\e[0;31m Red
\e[0;32m Green
\e[0;33m Yellow
\e[0;34m Blue
\e[0;35m Purple
@AlexDev404
AlexDev404 / bash-colors.md
Created October 26, 2024 04:01 — forked from JBlond/bash-colors.md
The entire table of ANSI color codes.

Regular Colors

Value Color
\e[0;30m Black
\e[0;31m Red
\e[0;32m Green
\e[0;33m Yellow
\e[0;34m Blue
\e[0;35m Purple
@AlexDev404
AlexDev404 / TrueColour.md
Created October 26, 2024 04:00 — forked from XVilka/TrueColour.md
True Colour (16 million colours) support in various terminal applications and terminals

THIS GIST WAS MOVED TO TERMSTANDARD/COLORS REPOSITORY.

PLEASE ASK YOUR QUESTIONS OR ADD ANY SUGGESTIONS AS A REPOSITORY ISSUES OR PULL REQUESTS INSTEAD!

@AlexDev404
AlexDev404 / BalsamiqForever.py
Created September 13, 2024 00:01 — forked from HoussemNasri/BalsamiqForever.py
Extend your trial period for Balsamiq Wireframes on Windows and macOS Forever!
import json
import os
import time
import webbrowser
import sys
import re
def handleWindows(extra_seconds):
print("OS : Windows")

Design Process

The Design Team is ultimately responsible for completing the steps in this process, although responsibility for performing the tasks in each step may reside with the Product or Engineering teams.

##Steps

The Design Process follows these 5 steps:

  1. Scope
@AlexDev404
AlexDev404 / url_alt.md
Last active July 9, 2024 03:05
URL Alternates for different websites around the world