Staying Organized
organization is always crucial
Make sure that your project folders are well organized
Have a clear folder structure in your attack machine to save data
Projects/
βββ Acme Company
βββ EPT [ external penetration test ]
β βββ evidence
β β βββ credentials
β β βββ data
β β βββ screenshots
β βββ logs
β βββ scans
β βββ scope
β βββ tools
βββ IPT [ internal penetration test ]
βββ evidence
β βββ credentials
β βββ data
β βββ screenshots
βββ logs
βββ scans
βββ scope
βββ tools
Keeping penetration testing structured can save time.
Create a folder for each target host and save screenshots within it
Organize notes by host or network and save screenshots directly into the note-taking tool.
Note-taking tools:
build a findings/vulnerability database include a finding title, description, impact, remediation advice, and references.
Aggregating every payload, command
Maintain checklists
Maintain report templates for various assessment types
Build a findings/vulnerability database
Last updated