Difference between revisions of "Cloud Security"
Line 11: | Line 11: | ||
resource: | resource: | ||
https://nmap.org | https://nmap.org | ||
+ | |||
https://nmap.org/book/inst-linux.html#inst-rpm | https://nmap.org/book/inst-linux.html#inst-rpm |
Revision as of 12:33, 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
resource: https://nmap.org