Differences

This shows you the differences between two versions of the page.

Link to this comparison view

nmap [2016/11/13 12:28] – created estebanmongenmap [2024/08/20 09:19] (current) estebanmonge
Line 5: Line 5:
 $ nmap -sn 192.168.1.0/25 $ nmap -sn 192.168.1.0/25
 </code> </code>
 +
 +==== Vulnerability scan ====
 +<code>
 +git clone https://github.com/scipag/vulscan
 +git clone https://github.com/vulnersCom/Nmap-vulners.git
 +nmap --script vulscan/vulscan.nse 192.168.122.199 -p-
 +nmap --script vuln 192.168.122.199 -p-
 +nmap --script vulners/vulners.nse 192.168.122.199 -p-
 +</code>
 +
 +==== References ====
 +  * https://www.esecurityplanet.com/networks/nmap-vulnerability-scanning-made-easy/