Alright I was scanning a network the other day... and before it got done with the whole thing I had to reboot my machine, and nmap didn't get to finish... I streamed the output into a file and I know where it left off but how do I word the command so it can pick up where it left off.
Original command (or close to it without the correct ips)
Code:
nmap -O 192.153.0.0/16>/root/namp.txt
So it left off at 192.153.43.41 ... How do I resume from that point on?
<edit> Oh and is
Code:
command >>file.txt
the way to append to the end of a file... if not how do you do that again?
Bookmarks