Skip to content
This repository was archived by the owner on May 26, 2024. It is now read-only.

Latest commit

 

History

History
47 lines (33 loc) · 1.52 KB

README.md

File metadata and controls

47 lines (33 loc) · 1.52 KB

Website

Repo Structure

Enumeration methods, tools, resources, & other useful techniques.

List of tools & things to check during exam, organized by phase.

Various scripts to use during exam, organized by phase.

Notes on Buffer Overflow scripts:

  • To be used as a general reference guide.
  • Taken directly from PWK training guide, they will likely need to be heavily modified to fit the exam program.
  • Use in conjunction with the Buffer Overflow Methodology & Buffer Overflow Resources (under Cheatsheets > Misc. & Repos > Tools > Buffer Overflow) to develop an appropriate script.

Setup resources to automatically install & configure the prerequisite tools for the scripts in this repo.

~
└── OSCP-Exam
├── IP1
│ ├── Exploits
│ ├── Loot
│ ├── Notes
│ ├── Scans
│ │ ├── autorecon
│ │ └── nmapAutomator
│ └── Screenshots
├── IP2
├── IP3
├── IP4
└── IP5