Difference between revisions of "Cloud Security"

Line 7: Line 7:
 
<source>
 
<source>
 
$ apt-get install nmap
 
$ apt-get install nmap
 +
</source>
 +
 +
listen any port:
 +
<source>
 +
$ nmap -sV 192.168.56.1
 
</source>
 
</source>
  

Revision as of 17:11, 9 January 2021

Notes

nmap installation/Debian Linux

Nmap ("Network Mapper") is a free and open source (license) utility for network discovery and security auditing. Many systems and network administrators also find it useful for tasks such as network inventory, managing service upgrade schedules, and monitoring host or service uptime.


to install nmap on debian server:

$ apt-get install nmap

listen any port:

$ nmap -sV 192.168.56.1

resource: