There is a great tool:
https://github.com/robertdavidgraham/masscan
that we can use if a bigger network need to be scanned for various aspects.
But, can the masscan use the Nmap Scripting Engine?
For example, the "File ssl-heartbleed"?
There is a great tool: https://github.com/robertdavidgraham/masscan that we can use if a bigger network need to be scanned for various aspects. But, can the masscan use the Nmap Scripting Engine? For example, the "File ssl-heartbleed"? |
||||
|
Masscan cannot use NSE, since it is a different program entirely. However, it does have some advanced features like Heartbleed detection. See the author's blog for more details, but here's the basic command-line:
|
|||
|