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.75k stars 1.08k forks source link

just show [proxychains] preloading /usr/lib/libproxychains4.so and no answer #118

Closed istory85 closed 8 years ago

istory85 commented 8 years ago

[root@is ~]# proxychains4 curl https://www.twitter.com/ [proxychains] config file found: /etc/proxychains.conf [proxychains] preloading /usr/lib/libproxychains4.so [root@is ~]#

and I use centos 7

rofl0r commented 8 years ago

pls paste the output of strace -f proxychains4 curl https://www.twitter.com/

rofl0r commented 8 years ago

oh and also try as non-root, i believe glibc has some security mechanisms in place when you use LD_PRELOAD as root or on suid binaries.

rofl0r commented 8 years ago

closing because of lack of feedback