How to find All System in the network
nmap -sn 192.168.56.103
How to Detect Services on Port of Remote System
nmap -sV 192.168.56.103
How to find all IP Protocols
nmap -sn 192.168.56.103
How to Detect Operating System of Remote System
nmap -O 192.168.56.103
nmap -sV 192.168.56.103
How to find all IP Protocols
nmap -sO 192.168.56.103
No comments:
Post a Comment