Questions tagged [proxychains]

Proxychains is an application that redirects connections through proxy servers.

Proxy Chains - redirects connections through proxy servers.

It forces any tcp connection made by any given tcp client to follow through a proxy (or a proxy chain). It is a kind of proxifier, acting like sockscap / premeo / eborder driver ( intercepts TCP calls ).

Example: $ proxychains telnet [URL]

37 questions
2
votes
0 answers

proxychains in linux is not working

On terminal when i use proxychains firefox it is getting terminated instantly by showing this.
malak 6
  • 21
2
votes
2 answers

How do I know for sure proxychains is really working to mask my ip address by chaining it?

I'm wondering if there is a way to know that proxychains is really working. I know about configuring it, adding proxies, etc.. Just not really sure if it's actually working? When I go into terminal and type proxychains (program name) it seems like…
Rayven
  • 21