The default command prefix is +
.
<> = required
[] = optional
| = or
... = accepts spaces
italic = replace with your own value
# ---------------------------------------------------------------------------------------------- | |
# 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 | |
# ---------------------------------------------------------------------------------------------- |
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)) |
Note
Obligatory disclaimer: this is for educational purposes only. I am not responsible for any damages caused by following this guide, or using any of the script(s) herein.
This guide prioritizes arm64 macOS, but may also work for other platforms.
THIS GIST WAS MOVED TO TERMSTANDARD/COLORS
REPOSITORY.
PLEASE ASK YOUR QUESTIONS OR ADD ANY SUGGESTIONS AS A REPOSITORY ISSUES OR PULL REQUESTS INSTEAD!
import json | |
import os | |
import time | |
import webbrowser | |
import sys | |
import re | |
def handleWindows(extra_seconds): | |
print("OS : Windows") |
URL Alternates for different websites around the world. Feel free to contribute and I'll update accordingly.