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

Don't proxychains work on ubuntu 22.04 #485

Closed ghost closed 1 year ago

ghost commented 1 year ago

I use

user@user:~$ proxychains4-daemon
user@user:~$ proxychains4 firefox
[proxychains] config file found: /etc/proxychains.conf
[proxychains] preloading /usr/lib/libproxychains4.so
[proxychains] DLL init: proxychains-ng 4.16-git-9-g060801d
Gtk-Message: 16:51:34.706: Not loading module "atk-bridge": The functionality is provided by GTK natively. Please try to not load it.
ATTENTION: default value of option mesa_glthread overridden by environment.
ATTENTION: default value of option mesa_glthread overridden by environment.
ATTENTION: default value of option mesa_glthread overridden by environment.

conf


strict_chain
proxy_dns_daemon 127.0.0.1:1053
remote_dns_subnet 224
tcp_read_time_out 15000
tcp_connect_time_out 8000
socks4  127.0.0.1 9050
socks5  127.0.0.1 9050
rofl0r commented 1 year ago

you need the non-snap version of firefox, such as the one from apt repos or directly downloaded from mozilla.org

ghost commented 1 year ago

Thank You