Difference between revisions of "Cloud Security"

(Created page with "=Notes= ==nmap installation/Debian Linux== to install nmap on debian server: <source> $ apt-get install nmap </source> resource: https://nmap.org/book/inst-linux.html#in...")
 
Line 1: Line 1:
 
=Notes=
 
=Notes=
 
==[[nmap]] installation/Debian Linux==
 
==[[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:  
 
to install nmap on debian server:  
 
<source>
 
<source>
Line 7: Line 10:
  
 
resource:
 
resource:
 +
https://nmap.org
 
https://nmap.org/book/inst-linux.html#inst-rpm
 
https://nmap.org/book/inst-linux.html#inst-rpm

Revision as of 13: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 https://nmap.org/book/inst-linux.html#inst-rpm