If I try the sV
(service detection) flag in nmap run via proxychains (socks5 server) it appears to give me a segmentation fault message:-
root@kali:~# proxychains nmap -n -sT -Pn X.X.X.X -p 22,80,222,10000 -sV
ProxyChains-3.1 (http://proxychains.sf.net)
Starting Nmap 6.46 ( http://nmap.org ) at 2014-07-25 16:40 BST
Segmentation fault
If I remove -sV
or limit my scan to certain ports it is OK.
Is this a bug in nmap and/or proxychains and is there any way to fix it?