insall nmap | |
---|---|
centos | yum install nmap |
RPM install | rpm -vhU https://nmap.org/dist/nmap-7.92-1.x86_64.rpm |
usage | |
nmap vagrant@contrib-jessie:~$ nmap localhost Starting Nmap 6.47 ( http://nmap.org ) at 2017-05-24 15:44 GMT Nmap scan report for localhost (127.0.0.1) Host is up (0.00018s latency). Other addresses for localhost (not scanned): 127.0.0.1 Not shown: 996 closed ports PORT STATE SERVICE 22/tcp open ssh 25/tcp open smtp 111/tcp open rpcbind 8080/tcp open http-proxy Nmap done: 1 IP address (1 host up) scanned in 0.05 seconds | |
list of port | nmap -p 22,80,443,1280,830,930 -T4 192.168.0.204 |
UDP ort | |
GUI | zenmap https://nmap.org/zenmap/ |
General
Content
Integrations