proxychains-ng
proxychains-ng copied to clipboard
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 prox...
hello, im having an issue with ignoring a port i put this in my conf file: `localnet 0.0.0.0:80/0.0.0.0` and when i run: `proxychains4 curl ifconfig.me` i get my squid server's...
_warning: could not load inserted library '/usr/local/lib/libproxychains4.dylib' into library validated process because no suitable image found._ How to produce: High Sierra 10.13.6 ``` git clone https://github.com/rofl0r/proxychains-ng cd proxychains-ng ./configure --prefix=/usr/local...
It seems `proxychains-ng` and `socksify` included in [`dante`](https://www.inet.no/dante/files/dante-1.4.3.tar.gz) are similar tools. Could you please give some comparisons on the feature set of these two tools? Regards, HY
Hello! After installing & configuring proxychains-ng I'm unable to do anything with Nmap, I can still use proxychains-ng with tor service tho. Getting the error : "nmap: netutil.cc:1350: int collect_dnet_interfaces(const...
The command: ``` proxychains dig axfr [domain name] @[name server] ``` output: ``` [proxychains] config file found: /etc/proxychains.conf [proxychains] preloading /usr/lib/x86_64-linux-gnu/libproxychains.so.4 [proxychains] DLL init: proxychains-ng 4.14 dig: isc_socket_connect: invalid use...
I am facing this problem can anyone help me to solve this problem
Hi all, Hi @rofl0r What would you say for a feature to allow proxy through different paths depending to whom we want to connect (by IP address)? This would be...
e.g. for having tor fixed as first proxy, then using the rest for random selection.
On Ubuntu 20.04, I compiled and installed the git master version of VLC and proxychains-ng, then I try to play hls stream with vlc through proxychains-ng as shown below: ```...
Hi, I tried proxychains to use a PHP script as a sockets client (socket_connect - port 6666 if important). Proxychains bypass the proxy and connect over a public ip. Trying...