The default command prefix is +.
<> = required
[] = optional
| = or
... = accepts spaces
italic = replace with your own value
| <? | |
| 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/>—Team 4chan (uptime? what\'s that?)'); | |
| } | |
| } | |
| include_once "./yotsuba_config.php"; |
| # ---------------------------------------------------------------------------------------------- | |
| # 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)) |
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.