Hi Friends..,
Today in this article How to find vulnerable using Nmap.Nmap also known for Network Mapper to find hosts and Discovery services on network. but we use for vulnerability analysis using nmap..
in such two easy steps to find vulnerable.
1. Nmap vulscan :
Git clone : https://github.com/scipag/vulscan.git
usually install other tools but install in nmap directory
usage example :
nmap -sV --script=vulscan/vulscan.nse < target >
you see out output ..!
2. Nmap vuln :
it's my favourite for bug hunting
nmap -Pn -d --script vuln < target >
While time ago.., you see output...
If you think this article help you a little bit pls share your friends...
and visit my channel...
thank you...!✋😍
Comments
Post a Comment