rofl0r / proxychains-ng

proxychains ng (new generation) - a preloader which hooks calls to sockets in dynamically linked programs and redirects it through one or more socks/http proxies. continuation of the unmaintained proxychains project. the sf.net page is currently not updated, use releases from github release page instead.
http://sourceforge.net/projects/proxychains-ng/files
GNU General Public License v2.0
9.82k stars 1.08k forks source link

It will ping 224.0.0.1 rather than site IP address. #506

Closed oilel closed 1 year ago

oilel commented 1 year ago
proxychains ping -c 3 github.com
[proxychains] config file found: /etc/proxychains.conf
[proxychains] preloading /usr/lib/libproxychains4.so
[proxychains] DLL init: proxychains-ng 4.16
PING github.com (224.0.0.1) 56(84) bytes of data.
rofl0r commented 1 year ago

if you had read the readme, you'd already know that proxychains doesnt support ICMP, but only TCP.