Lab Name: Scan the Server 1
Platform: INE
Lab No: 02
Exam: eJPT (Jr. Penetartion Tester)
Check if the target machine is reachable.
ping -c 4 demo.ine.local
We can now perform a default Nmap port scan on the target to identify the open ports on the target system, this can be done by running the following command.
nmap demo.ine.local
nmap demo.ine.local -p-
nmap demo.ine.local -p 6421,41288,55413 -sV