We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
proxychains isn't working when I use dynamic_chain.... Any idea why it fails?
./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!
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
The text was updated successfully, but these errors were encountered:
the networks you're trying to connect to are in the private ranges, so you may need localnet directives for them
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: