[Question] Smap display cve
Anthony-76 opened this issue · 3 comments
Anthony-76 commented
Hi,
With Nmap, if I use vulners scripts, I can have a possible cve list that permit me to know if my system has a cve not patched.
the following nmap command is: nmap -sV --script vulners
With Smap, is it possible to have the result in order to know actives cve on network/hosts?
If yes, what is the command to execute?
Thank you
Best regars
Anthony
s0md3v commented
Use the -oS
option instead of --script vulners
.
It is also mentioned in Smap's documentation, if you read it :)
spidy0x0 commented
Use the
-oS
option instead of--script vulners
.It is also mentioned in Smap's documentation, if you read it :)
docs has not been referenced anywhere on this repo.
s0md3v commented