Initial Recon & Methodology
Where every engagement starts — host/port discovery, general methodology, OSINT, and mindset.
Initial Recon & Methodology
Methdology
Good starting points:
1. Initial Recon
2. AD Checklist
3. Standalones Checklist

Hey there!
I really hope you enjoy using the Obsidian OSCP Methodology version of these notes. Please note that some .md files might trigger antivirus software (AV) due to the inclusion of certain commands. As a result, some commands have been defanged throughout the files for safety.
There may be more nodes added as I continue updating the notes. If you'd prefer to avoid triggering your AV software, you can either:
- Give it an exclusion path to prevent false positives
- Run the scripts as they are, if nothing triggers your AV, you're good to go!
I really hope these notes help you crush your OSCP exam and serve as a solid reference for future work. Best of luck!
Cheers and please enjoy! :) - Hack Academy
Initial Recon
Network Scanning:
01nmap -p- -Pn $target -v --min-rate 1000 --max-rtt-timeout 1000ms --max-retries 5 -oN nmap_ports.txt && sleep 5 && nmap -Pn $target -sV -sC -v -oN nmap_sVsC.txt && sleep 5 && nmap -T5 -Pn $target -v --script vuln -oN nmap_vuln.txt 02rustscan --ulimit 5000 -a $target -- -sC -sV -Pn -oN nmap_fullWeb Content Discovery:
Directories:
01gobuster dir -u <http://$target> -w /usr/share/seclists/Discovery/Web-Content/raft-large-directories.txt -t 50 -o gb_dirs.txt02gobuster dir -u <http://$target> -w /usr/share/wordlists/dirbuster/directory-list-2.3-medium.txt -t 50 -o gb_dirs2.txtFiles:
01gobuster dir -u <http://$target> -w /usr/share/seclists/Discovery/Web-Content/common.txt -t 50 -x php,asp,xml,html,js,sql,gz,zip -r -o gb_files.txt02gobuster dir -u <http://$target> -w /usr/share/seclists/Discovery/Web-Content/raft-large-files.txt -t 50 -x php,asp,xml,html,js,sql,gz,zip -r -o gb_files2.txtWordlists:
01/usr/share/seclists/Discovery/Web-Content/common.txt02/usr/share/wordlists/dirbuster/directory-list-2.3-medium.txt03/usr/share/seclists/Discovery/Web-Content/raft-large-directories-lowercase.txt04 05/usr/share/seclists/Discovery/Web-Content/big.txt06/usr/share/seclists/Discovery/Web-Content/raft-large-files.txt07/usr/share/seclists/Discovery/Web-Content/raft-large-words.txtLinux - Manual Enumeration
Windows - Manual Enumeration
Active Directory Methdology
Checklist
WAF bypass
https://youtu.be/Oh1SU9kY88A
WAF fingerprinting:
https://github.com/EnableSecurity/wafw00f
File Upload Bypass:
https://www.onsecurity.io/blog/file-upload-checklist/
Enumeration (Learning resources)
Learning resources:
Mainly WebApp and API Learning playlists:
https://www.youtube.com/@CyberSecurityTV/playlists https://www.youtube.com/@BePracticalTech/playlists https://www.youtube.com/@AvoidingBigBrother/playlists https://www.youtube.com/@BUGXS/playlists https://youtu.be/LfncgPeqsWU?list=PL0W_QjMcqdSAoIByaa1fe5sQEs0GqjSYe&t=109 https://www.youtube.com/@xct_de/playlists https://www.youtube.com/watch?v=C1WVzMACFmA&list=PL7KK7fPcGxbYmVB4uhmOkIeeQzsmV0EfO https://www.youtube.com/playlist?list=PL7KK7fPcGxbYmVB4uhmOkIeeQzsmV0EfO https://www.youtube.com/watch?v=UT7-ZVawdzA&list=PLNn-3NXkX6Esiawe2dp5s0ZC9Ua6pYfCc&index=6
Mind maps:
https://github.com/imran-parray/Mind-Maps https://media-exp1.licdn.com/dms/document/C561FAQFMUiAa5fYPhg/feedshare-document-pdf-analyzed/0/1649057128703?e=2147483647&v=beta&t=2MXCYdO_Lpeq1vXOFgwr4exZT-gw16kAhaGG9ZapsH4
OSINT
https://whatsmyname.app/ https://epieos.com/ https://search.illicit.services/ https://smartbackgroundchecks.com/