Skip to content
Advertisement

Tag: nmap

How to include comments from Nmap script in the output file

There might be a better way to do this, but what I have is an input file called “list.txt” of IP addresses for my Nmap scan like so: Then I scan with Nmap using and output to a file using: Additionally I have used sed to make the “output.txt” look like this: I would like to include the comments from

Advertisement