proxychains-ng icon indicating copy to clipboard operation
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...

Results 144 proxychains-ng issues
Sort by recently updated
recently updated
newest added

When I use nmap or telnet with procxychains4, it seems that all ports open,just like this: proxychains4 -q nmap -n 202._._.\* | head Starting Nmap 6.40 ( http://nmap.org ) at...

I am trying everything but proxychains won't change anything it seems it starts normally but doesn't executes as expected what to do `#proxychains4 firefox www.dnsleaktest.com [proxychains] config file found: /etc/proxychains4.conf...

This fixes issue #256 and another issue where calling the proxychains4 binary with a relative path can cause some child processes to fail to load the library under certain conditions....

Tested with proxychains-ng 4.13 and squid 4.1 packages from Ubuntu 18.10. Also reproduced with the latest proxychains-ng 4.13 release and Git version of this GitHub repository. Proxychains fails when doing...

Use socks5 mode, The program goes directly to the real IP

Is it possible to do a random_chain but always have the same starting point (ex. tor)?

When using the `proxychian emacs` command, the following lisp statement fails. ``` (start-process "my-process" "foo" "chromium") ```

```sh ➜ ~ proxychains -q dropbox dropbox: locating interpreter !! dropbox: can't trust path, fall back on working directory (relative)! !! dropbox: failed to resolve program path (No such file...

Suppose you have a configfile in the current working directory. The following command will fail to load the https url in the dillo web browser (you must also make sure...

Would you like to [add more error handling](https://github.com/rofl0r/proxychains-ng/blob/a1f7007a46074c7741db0448316bdebfccb0e428/src/allocator_thread.c#L329 "Update candidate: at_init()") for return values from a function like “[pthread_create](http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_create.html "Thread creation")”?