Anyone know if its possible to halt a running nmap scan and for another scan on a different machine to 'pick up where it left off'?
feedback
|
|
nmap supports different output formats for human readability and scripted parsing. Alternatively, nmap has a host of control options. You could just create multiple scan commands that cover a range and issue them from different machines (that would be a distributed scan). Of course, that does not help if you have started a longish scan and later decide to (say) complete it from your home | |||||
feedback
|
|
Without some serious hackery, I can't think of any way this could be done. It's not supported by nmap, so short of dumping the memory it's using, and restoring this elsewhere, I doubt it can be done. Cheat Engine supports saving and loading memory states, but I've no idea if this would work across different machines.. The best you can probably do is to look at the output file you've got so far, and then try to scan blocks that haven't been included in it yet. | |||
|
feedback
|
