Cheatsheets
Articles with ready to use commands for pentest and CTF
Pivoting
This page will present a serie of commands to pivot through domains during Pentest and Red Team o...
Microsoft
Different cheatsheets useful in Windows and Active Directory environment
Active Directory
This cheatsheet is built from numerous papers, GitHub repos and GitBook, blogs, HTB boxes and lab...
Active Directory Certificate Services
It is a cheatsheet about the different AD-CS attacks presented by SpecterOps. All the references ...
Active Directory - Python edition
This cheatsheet is built from numerous papers, GitHub repos and GitBook, blogs, HTB boxes and lab...
System Center Configuration Manager
This cheatsheet is built from numerous papers, GitHub repos and GitBook, blogs, HTB boxes and lab...
Reverse shells
Listener Before any reverse shell, you need to set up the listener, which will listen to a port a...
Spawning TTY Shells
Shell Spawning Python python -c 'import pty; pty.spawn("/bin/sh")' python3 -c 'import pty; pty...
Bug Bounty
Obtain subdomains and links from the target host: for h in $(cat hosts.txt); do curl -siL https:...