OSCP Preparation Tool part 1:Nmap
OSCP Preparation: Tool part 1 - Nmap
1. How to get started quickly with one tool?
1.1 Read tool man command details
$man nmap
1.2 Familiar with Scanning command syntax and usage options
1.2.1 Scanning command syntax
$nmap -sV $IP
1.2.2 usage options
1.3 Make your own Cheat Sheet
$
$
$
1.4 Some Tips
1.4.1 Nmap script
1.4.2 Scan order
1.5 Practice makes perfect.
Comments
Post a Comment