Skip to content

Instantly share code, notes, and snippets.

View sAjibuu's full-sized avatar

Sagiv Michael sAjibuu

View GitHub Profile
@sAjibuu
sAjibuu / mandros.py
Created May 16, 2022 16:23 — forked from xassiz/mandros.py
Reverse MSSQL shell
import sys
import requests
import threading
import HTMLParser
from BaseHTTPServer import HTTPServer, BaseHTTPRequestHandler
'''
Description: Reverse MSSQL shell through xp_cmdshell + certutil for exfiltration
Author: @xassiz
'''