OSCP Cheat Sheet
InfoSec Communities
Offensive Security Official Discord โ https://discord.gg/offsec
Vulnhub Official Discord โ https://discord.gg/yNndh7R
InfoSec Prep Discord โ https://discord.gg/infosecprep
Hack The Box Official Discord โ https://discord.gg/hackthebox
Try Hack Me Official Discord โ https://discord.gg/tryhackme
Unofficial Virtual Hacking Labs Discord โ https://discord.gg/bQfGnVQ
Server: irc.freenode.org | channel: #offsec
Reporting Frameworks
Serpico โ https://github.com/SerpicoProject/Serpico
Report Template
Created by whoisflynn โ https://github.com/whosiflynn/OSCP-Exam-Report-Template
Created by Noraj โ https://github.com/noraj/OSCP-Exam-Report-Template-Markdown
Enumeration
AutoRecon โ https://github.com/Tib3rius/AutoRecon
nmapAutomator โ https://github.com/21y4d/nmapAutomator
Reconbot โ https://github.com/Apathly/Reconbot
Raccoon โ https://github.com/evyatarmeged/Raccoon
RustScan โ https://github.com/RustScan/RustScan
BashScan โ https://github.com/astryzia/BashScan
Web Related
Dirsearch โ https://github.com/maurosoria/dirsearch
GoBuster โ https://github.com/OJ/gobuster
Recursive GoBuster โ https://github.com/epi052/recursive-gobuster
wfuzz โ https://github.com/xmendez/wfuzz
goWAPT โ https://github.com/dzonerzy/goWAPT
ffuf โ https://github.com/ffuf/ffuf
Nikto โ https://github.com/sullo/nikto
dirbuster โ https://tools.kali.org/web-applications/dirbuster
feroxbuster โ https://github.com/epi052/feroxbuster
FinalRecon โ https://github.com/thewhiteh4t/FinalRecon
Network Tools
Impacket (SMB, psexec, etc) โ https://github.com/SecureAuthCorp/impacket
Wordlists / Dictionaries
SecLists โ https://github.com/danielmiessler/SecLists
Payload Generators
Reverse Shell Generator โ https://github.com/cwinfosec/revshellgen
Windows Reverse Shell Generator โ https://github.com/thosearetheguise/rev
MSFVenom Payload Creator โ https://github.com/g0tmi1k/msfpc
PHP Reverse Shells
Windows PHP Reverse Shell โ https://github.com/Dhayalanb/windows-php-reverse-shell
PenTestMonkey Unix PHP Reverse Shell โ http://pentestmonkey.net/tools/web-shells/php-reverse-shell
Exploits
Exploit-DB โ https://www.exploit-db.com/
Windows Kernel Exploits โ https://github.com/SecWiki/windows-kernel-exploits
AutoNSE โ https://github.com/m4ll0k/AutoNSE
Linux Kernel Exploits โ https://github.com/lucyoa/kernel-exploits
Payload all the Things: https://github.com/swisskyrepo/PayloadsAllTheThings
Post-Exploitation / Privilege Escalation
LinEnum โ https://github.com/rebootuser/LinEnum
linprivchecker โhttps://www.securitysift.com/download/linuxprivchecker.py
Powerless โ https://github.com/M4ximuss/Powerless
PowerUp โ https://github.com/HarmJ0y/PowerUp
Linux Exploit Suggester โ https://github.com/mzet-/linux-exploit-suggester
Windows Exploit Suggester โ https://github.com/bitsadmin/wesng
Windows Privilege Escalation Awesome Scripts (WinPEAS) โ https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite/tree/master/winPEAS
CHECK THE VERSION NUMBER!!! Linux Privilege Escalation Awesome Script (LinPEAS) โ https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite/tree/master/linPEAS Remove the code detailed in this blog post: https://www.offensive-security.com/offsec/understanding-pentest-tools-scripts/
GTFOBins (Bypass local restrictions) โ https://gtfobins.github.io/
Get GTFOBins โ https://github.com/CristinaSolana/ggtfobins
sudo_killer โ https://github.com/TH3xACE/SUDO_KILLER
WADComs โ https://wadcoms.github.io/
LOLBAS โ https://lolbas-project.github.io/
Practice:
Buffer Overflow Practice
Vulnserver for Windows โ https://github.com/stephenbradshaw/vulnserver
Vulnserver for Linux โ https://github.com/ins1gn1a/VulnServer-Linux
Tib3rius TryHackMe BOF โ https://tryhackme.com/jr/bufferoverflowprep
Privilege Escalation Practice
Local Privilege Escalation Workshop โ https://github.com/sagishahar/lpeworkshop
Linux Privilege Escalation โ https://www.udemy.com/course/linux-privilege-escalation/
Windows Privilege Escalation โ https://www.udemy.com/course/windows-privilege-escalation/
Extra Practice
HTB/Vulnhub like OSCP machines (Curated by OffSec Community Manager TJNull)โ https://docs.google.com/spreadsheets/d/1dwSMIAPIam0PuRBkCiDI88pU3yzrqqHkDtBngUHNCw8/edit#gid=1839402159
Offensive Security: Proving Grounds โ https://https://www.offensive-security.com/labs/individual/
Virtual Hacking Labs โ https://www.virtualhackinglabs.com/
HackTheBox (Requires VIP for Retired machines) โ https://www.hackthebox.eu/
Vulnhub โ https://www.vulnhub.com/
Root-Me โ https://www.root-me.org/
Try Hack Me โ https://tryhackme.com
OverTheWire โ https://overthewire.org (Linux basics)
Last updated