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

Latest commit

 

History

History
36 lines (28 loc) · 965 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 965 Bytes

Scripts

Scripts for initial recon.

  • nmapAutomator
  • kickoff-scans

Scripts for exploitation.

  • Placeholder

Privilege Escalation Scripts

Scripts for privilege escalation.

  • linpeas
  • linux-smart-enumeration (lse)
  • winpeas
  • powerless

Reference scripts for buffer overflow exploit development process.

  • 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.