- Information gathering
- Getting IP address
Netdiscover
arp-scan -l
- Getting IP address
- Enumeration : Enumeration is the stage where we attempt to collect as much information as we can from the host before even trying to exploit anything
- Port Scanning : Search for ports with
NMAP
or any other port-scanner - Service Enumeration : Search for services like
SMB
or ```SSH`` and more services.
- Port Scanning : Search for ports with
- HTTP Enumeration
- Gobuster
- Exploitation