NMAP save results to separate files -
i wondering if there way specify range of ip addresses , save scan results each sepperate file in same folder.
so scan 1.1.1.1, 1.1.1.2, 1.1.1.3 , save file file name ip address in folder.
i'm working on small screen , make results more understandable.
no, there isn't. however, might want take various -o
options.
for example, -om <filename>
store in "machine readable" format. option greppable format. both of these might serve purpose because, essentially, save results in file 1 line per host rather rather verbose standard output.
Comments
Post a Comment