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