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
// Accepts array or comma separarted string for custom nmap commands in the second argument.varnmapscan=newnmap.NmapScan('127.0.0.1 google.com','-sn');nmapscan.on('complete',function(data){console.log(data);});nmapscan.on('error',function(error){console.log(error);});nmapscan.startScan();
You can replace -sn in the second paramter with whatever argument string you'd normally pass to nmap (other than the destinations).
Hi,
I want to use spoof source IP to do the detection destination IP and port.
What should I do to change the source IP?
Thanks!!
The text was updated successfully, but these errors were encountered: