Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dynamic_chain - socket error or timeout! #516

Open
kamikazejunk opened this issue Aug 17, 2023 · 1 comment
Open

dynamic_chain - socket error or timeout! #516

kamikazejunk opened this issue Aug 17, 2023 · 1 comment

Comments

@kamikazejunk
Copy link

kamikazejunk commented Aug 17, 2023

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
Copy link
Owner

rofl0r commented Aug 19, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants