├── 00 - Linux Commands ├── 00 - Port Scanning ├── 01 - Discovery ├── 02 - SMB ├── 03 - SMTP ├── 04 - SNMP ├── 05 - File Transfer Linux ├── 06 - File Transfer Windows ├── 07 - HTTP ├── 08 - Buffer Overflow ├── 09 - Privilege Escalation Windows ├── 10 - Privilege Escalation Linux ├── 11 - Cracking ├── 12 - Shells ├── 13 - Network ├── 14 - Windows Enumeration ├── 15 - Exploits ├── 16 - Vulnerability Scanning ├── 17 - Databases - HTTP ├── 18 - Networking, Pivoting and Tunneling ├── 19 - LDAP ├── Config Files to Check ├── Encoding & Decoding ├── Files ├── KEYS-SSH-RSA ├── Pivoting ├── README.md ├── The Metasploit Framework ├── Websites ├── enumeration-mind-map.png ├── scripts ├── encode.py ├── openssh │ └── openssh7.7-Username-Enumeration.py ├── pingsweep.sh └── portknocking │ └── Knock.sh ├── stenography └── wordlists /00 - Linux Commands: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sd-geek/OSCP/HEAD/00 - Linux Commands -------------------------------------------------------------------------------- /00 - Port Scanning: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sd-geek/OSCP/HEAD/00 - Port Scanning -------------------------------------------------------------------------------- /01 - Discovery: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sd-geek/OSCP/HEAD/01 - Discovery -------------------------------------------------------------------------------- /02 - SMB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sd-geek/OSCP/HEAD/02 - SMB -------------------------------------------------------------------------------- /03 - SMTP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sd-geek/OSCP/HEAD/03 - SMTP -------------------------------------------------------------------------------- /04 - SNMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sd-geek/OSCP/HEAD/04 - SNMP -------------------------------------------------------------------------------- /05 - File Transfer Linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sd-geek/OSCP/HEAD/05 - File Transfer Linux -------------------------------------------------------------------------------- /06 - File Transfer Windows: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sd-geek/OSCP/HEAD/06 - File Transfer Windows -------------------------------------------------------------------------------- /07 - HTTP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sd-geek/OSCP/HEAD/07 - HTTP -------------------------------------------------------------------------------- /08 - Buffer Overflow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sd-geek/OSCP/HEAD/08 - Buffer Overflow -------------------------------------------------------------------------------- /09 - Privilege Escalation Windows: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sd-geek/OSCP/HEAD/09 - Privilege Escalation Windows -------------------------------------------------------------------------------- /10 - Privilege Escalation Linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sd-geek/OSCP/HEAD/10 - Privilege Escalation Linux -------------------------------------------------------------------------------- /11 - Cracking: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sd-geek/OSCP/HEAD/11 - Cracking -------------------------------------------------------------------------------- /12 - Shells: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sd-geek/OSCP/HEAD/12 - Shells -------------------------------------------------------------------------------- /13 - Network: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sd-geek/OSCP/HEAD/13 - Network -------------------------------------------------------------------------------- /14 - Windows Enumeration: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sd-geek/OSCP/HEAD/14 - Windows Enumeration -------------------------------------------------------------------------------- /15 - Exploits: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sd-geek/OSCP/HEAD/15 - Exploits -------------------------------------------------------------------------------- /16 - Vulnerability Scanning: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sd-geek/OSCP/HEAD/16 - Vulnerability Scanning -------------------------------------------------------------------------------- /17 - Databases - HTTP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sd-geek/OSCP/HEAD/17 - Databases - HTTP -------------------------------------------------------------------------------- /18 - Networking, Pivoting and Tunneling: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sd-geek/OSCP/HEAD/18 - Networking, Pivoting and Tunneling -------------------------------------------------------------------------------- /19 - LDAP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sd-geek/OSCP/HEAD/19 - LDAP -------------------------------------------------------------------------------- /Config Files to Check: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sd-geek/OSCP/HEAD/Config Files to Check -------------------------------------------------------------------------------- /Encoding & Decoding: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sd-geek/OSCP/HEAD/Encoding & Decoding -------------------------------------------------------------------------------- /Files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sd-geek/OSCP/HEAD/Files -------------------------------------------------------------------------------- /KEYS-SSH-RSA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sd-geek/OSCP/HEAD/KEYS-SSH-RSA -------------------------------------------------------------------------------- /Pivoting: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sd-geek/OSCP/HEAD/Pivoting -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sd-geek/OSCP/HEAD/README.md -------------------------------------------------------------------------------- /The Metasploit Framework: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sd-geek/OSCP/HEAD/The Metasploit Framework -------------------------------------------------------------------------------- /Websites: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sd-geek/OSCP/HEAD/Websites -------------------------------------------------------------------------------- /enumeration-mind-map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sd-geek/OSCP/HEAD/enumeration-mind-map.png -------------------------------------------------------------------------------- /scripts/encode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sd-geek/OSCP/HEAD/scripts/encode.py -------------------------------------------------------------------------------- /scripts/openssh/openssh7.7-Username-Enumeration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sd-geek/OSCP/HEAD/scripts/openssh/openssh7.7-Username-Enumeration.py -------------------------------------------------------------------------------- /scripts/pingsweep.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sd-geek/OSCP/HEAD/scripts/pingsweep.sh -------------------------------------------------------------------------------- /scripts/portknocking/Knock.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sd-geek/OSCP/HEAD/scripts/portknocking/Knock.sh -------------------------------------------------------------------------------- /stenography: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sd-geek/OSCP/HEAD/stenography -------------------------------------------------------------------------------- /wordlists: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sd-geek/OSCP/HEAD/wordlists --------------------------------------------------------------------------------