Hands-on 1
Use Nmap to identify live machines in the local network. Enumerate open TCP ports on them and the operating system in use.
There are many interesting Nmap flags which can be used:
-sT for full connect TCP scan
-sS for half connect TCP scan
-sU for UDP scan
-sV for service detection
-O for operating system detection
-sC for default scripts to check for vulnerabilities.
Use Metasploit to enumerate open shares on any of the live machines in the local network.
Check if we have write permissions on any share.
Generate Payload
Last updated
Was this helpful?