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

dynamic_chain - socket error or timeout! #516

Open kamikazejunk opened 1 year ago

kamikazejunk commented 1 year ago

proxychains isn't working when I use dynamic_chain.... Any idea why it fails?


nmap with dynamic proxychains

./proxychains4 -f proxychains4.conf nmap -p 1433 192.168.210.15 -Pn [proxychains] config file found: proxychains4.conf [proxychains] preloading ./libproxychains4.so [proxychains] DLL init: proxychains-ng 4.16-git-15-g0c79508 Starting Nmap 7.94 ( https://nmap.org ) at 2023-08-17 16:13 EDT [proxychains] Dynamic chain ... 127.0.0.1:1080 ... 127.0.0.1 :1081 <--socket error or timeout! [proxychains] Dynamic chain ... 127.0.0.1:1080 ... 192.168.210.15:1433 <--socket error or timeout!


contents of proxychains4.conf(enabled options)

dynamic_chain

proxy_dns

tcp_read_time_out 25000 tcp_connect_time_out 12000

[ProxyList] socks5 127.0.0.1 1080 socks5 127.0.0.1 1081

rofl0r commented 1 year ago

the networks you're trying to connect to are in the private ranges, so you may need localnet directives for them