Skip to content

Instantly share code, notes, and snippets.

View pratyushraunak's full-sized avatar

pratyushraunak

View GitHub Profile
@pratyushraunak
pratyushraunak / Buffer Overflow Tutorial in Kali.md
Created September 22, 2019 04:57 — forked from apolloclark/Buffer Overflow Tutorial in Kali.md
Buffer overflow demonstration in Kali Linux, based on the Computerphile video
@pratyushraunak
pratyushraunak / kerberos_attacks_cheatsheet.md
Created August 28, 2019 07:33 — 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: