s0md3v/Smap

[Question] Smap display cve

Anthony-76 opened this issue · 3 comments

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

Use the -oS option instead of --script vulners.

It is also mentioned in Smap's documentation, if you read it :)

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.

It is referenced.
image

Please stop treating open source devs as your customer support. We can sell these software but we are giving them away for free - you can at least contribute by reading the docs before creating issues :)