├── Cheatsheets ├── BypassingFileUpload.md ├── CSTI.md ├── InitialFoothold.md ├── Payloads.md ├── Ports.md └── Shells.md ├── Commands ├── Curl.md ├── FileTransfer.md ├── Nmap.md └── gcc.md ├── LICENSE ├── Labs └── PWK-Labs-Guide.md ├── Notes └── Taking-Notes.md ├── Practice-Boxes ├── HackTheBox.md ├── TryHackMe.md └── VulnHub.md ├── README.md ├── Resources ├── Books_for_Penetration_Testing.md ├── Hackers_Handbook_Series.md └── Study-Resources.md ├── Syllabus ├── OSCP-Exam-Guide.md └── Syllabus.md └── Tools └── Essential-Tools.md /Cheatsheets/BypassingFileUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/verylazytech/OSCP-Resources/HEAD/Cheatsheets/BypassingFileUpload.md -------------------------------------------------------------------------------- /Cheatsheets/CSTI.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/verylazytech/OSCP-Resources/HEAD/Cheatsheets/CSTI.md -------------------------------------------------------------------------------- /Cheatsheets/InitialFoothold.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/verylazytech/OSCP-Resources/HEAD/Cheatsheets/InitialFoothold.md -------------------------------------------------------------------------------- /Cheatsheets/Payloads.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/verylazytech/OSCP-Resources/HEAD/Cheatsheets/Payloads.md -------------------------------------------------------------------------------- /Cheatsheets/Ports.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/verylazytech/OSCP-Resources/HEAD/Cheatsheets/Ports.md -------------------------------------------------------------------------------- /Cheatsheets/Shells.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/verylazytech/OSCP-Resources/HEAD/Cheatsheets/Shells.md -------------------------------------------------------------------------------- /Commands/Curl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/verylazytech/OSCP-Resources/HEAD/Commands/Curl.md -------------------------------------------------------------------------------- /Commands/FileTransfer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/verylazytech/OSCP-Resources/HEAD/Commands/FileTransfer.md -------------------------------------------------------------------------------- /Commands/Nmap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/verylazytech/OSCP-Resources/HEAD/Commands/Nmap.md -------------------------------------------------------------------------------- /Commands/gcc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/verylazytech/OSCP-Resources/HEAD/Commands/gcc.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/verylazytech/OSCP-Resources/HEAD/LICENSE -------------------------------------------------------------------------------- /Labs/PWK-Labs-Guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/verylazytech/OSCP-Resources/HEAD/Labs/PWK-Labs-Guide.md -------------------------------------------------------------------------------- /Notes/Taking-Notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/verylazytech/OSCP-Resources/HEAD/Notes/Taking-Notes.md -------------------------------------------------------------------------------- /Practice-Boxes/HackTheBox.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/verylazytech/OSCP-Resources/HEAD/Practice-Boxes/HackTheBox.md -------------------------------------------------------------------------------- /Practice-Boxes/TryHackMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/verylazytech/OSCP-Resources/HEAD/Practice-Boxes/TryHackMe.md -------------------------------------------------------------------------------- /Practice-Boxes/VulnHub.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/verylazytech/OSCP-Resources/HEAD/Practice-Boxes/VulnHub.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/verylazytech/OSCP-Resources/HEAD/README.md -------------------------------------------------------------------------------- /Resources/Books_for_Penetration_Testing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/verylazytech/OSCP-Resources/HEAD/Resources/Books_for_Penetration_Testing.md -------------------------------------------------------------------------------- /Resources/Hackers_Handbook_Series.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/verylazytech/OSCP-Resources/HEAD/Resources/Hackers_Handbook_Series.md -------------------------------------------------------------------------------- /Resources/Study-Resources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/verylazytech/OSCP-Resources/HEAD/Resources/Study-Resources.md -------------------------------------------------------------------------------- /Syllabus/OSCP-Exam-Guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/verylazytech/OSCP-Resources/HEAD/Syllabus/OSCP-Exam-Guide.md -------------------------------------------------------------------------------- /Syllabus/Syllabus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/verylazytech/OSCP-Resources/HEAD/Syllabus/Syllabus.md -------------------------------------------------------------------------------- /Tools /Essential-Tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/verylazytech/OSCP-Resources/HEAD/Tools /Essential-Tools.md --------------------------------------------------------------------------------