Template

Lab Setup

export directory=/path/to/directory

mkdir $directory
cd $directory
mkdir recon enumeration notes
touch notes/{README.md,creds,vulns}

export IP=
export URL=http://$IP
export domain= 

Reconnaissance

Network Reconnaissance

Hosts Eumeration

TCP Ports

UDP Ports

Vulns

Open Ports
Service
Version


Ports Enumeration

Analysis & Planning

Analyze the data collected to identify potential attack vectors. Use this information to plan your penetration test, such as what tools and exploits to use.


Exploitation


Post Exploitaion

Initial Access

Privilege Escalation


Reporting

Document all discovered vulnerabilities, exploited systems, and recommended remediation strategies in a detailed report for the client. Give solution for system hardening.

Vulnerabilities

  • First vuln

  • Second

  • Third

System hardening

Last updated