You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current behavior:
When running s scan with WithResumePreviousScan("testfilename") function, the nmap scan won't start.
What is the output from nmap directly?
What needs to be changed to work properly?
Remove all arguments except --resume <filename>
Reload the current file content in front of the resuming nmap xml output...
... because it will only append new xml and does not starting from beginning.
The text was updated successfully, but these errors were encountered:
Nice, I never used that feature so I didn't know. We can indeed add a check in the Run methods to not add the XML options if the Resume option is set :)
Current behavior:
When running s scan with
WithResumePreviousScan("testfilename")
function, the nmap scan won't start.What is the output from nmap directly?
Remove all arguments except
--resume <filename>
Reload the current file content in front of the resuming nmap xml output...
... because it will only append new xml and does not starting from beginning.
The text was updated successfully, but these errors were encountered: