Issue in Windows Enviornments
Brought to you by:
perldork
I am trying to use nmap scanner. I get the following error:
<nmap-error>
<pid="52992"/>
<cmdline="'C:\Program Files (x86)\Nmap\nmap.exe' -v -v -v -sS -p 1-1024 -O --m
ax_rtt_timeout 200 somehost.org.net.it -oX -"/>
<nmap-err>The filename, directory name, or volume label syntax is incorrect.
</nmap-msg>
</nmap-error>
I noticed that the nmap command is being called with the single quote which works in a *nix system. It seems that the windows environment requires the double quote. Can that be changed or be added as an option in the Nmap::Scanner object?