Skip to content

Instantly share code, notes, and snippets.

View mr-r3bot's full-sized avatar
😋
Happy

Quang Vo mr-r3bot

😋
Happy
View GitHub Profile
@xdavidhu
xdavidhu / httpsserver.py
Last active November 4, 2023 15:10
httpsserver.py
#! /usr/bin/python3
import http.server, ssl, sys, random, string, argparse, socket
hostname = "[domain]"
redirect_enabled = False
redirect_target = ""
redirect_token = ""
manual_redirect_token = False
redirect_code = 303
@muff-in
muff-in / resources.md
Last active June 29, 2024 02:00
A curated list of Assembly Language / Reversing / Malware Analysis / Game Hacking-resources