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
4
votes
1 answer

Proxychains not working behind proxy

I am able to access internet only behind a proxy 172.16.24.4:3128. When I run proxychains with proxy given by Tor, then my proxychains works fine, but when I run proxychains with the proxy through which I access the Internet (i.e. 172.16.24.4:3128),…
Lokesh
  • 221
  • 6
  • 16
3
votes
2 answers

add a command to each command (e.g. proxychains each command by default)

How can I execute each command pre-appended with another one? Example when I run: nmap -p 80 host I want it to run proxychains nmap -p 80 host even when I do not add proxychains intentionally. In other words: can I alias all commands at once with…
AK_
  • 3,622
  • 2
  • 8
  • 10
3
votes
1 answer

Possible to add proxy after TOR exit node?

Can I configure the TOR Browser which comes with Whonix to use a proxy, so that it becomes an extra hop after the TOR exit node? Connecting as follows: Browser(workstation) > TOR(gateway) > exit node > proxy Effectively rendering it a…
TORfreak
  • 31
  • 1
  • 2
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
  • 1
2
votes
2 answers

Proxychains is not going through any proxy

I am using Kali Linux 2020.2 and I have configured /etc/proxychains.conf like this: # proxychains.conf VER 3.1 # # HTTP, SOCKS4, SOCKS5 tunneling proxifier with DNS. # # The option below identifies how the ProxyList is treated. # only…
Lalit Vavdara
  • 129
  • 1
  • 2
  • 6
2
votes
2 answers

Network Anonymizing Question

While using Linux, I have been doing some research on anonimizing my traffic using various tools. However I am a little confused on all the tools I should be using. Here are some I am currently using: *After running command apt-get install tor…
iamr00t
  • 139
  • 1
  • 2
  • 16
2
votes
0 answers

proxychains is revealing my public IP, not properly using Tor proxy

I'm trying to setup proxychains on my system in order to randomise my IP address. I want it to use the Tor network. I have installed proxychains and Tor via apt get install and started Tor with service tor start. I have checked the ports Tor is…
Angular4 Kiddie
  • 189
  • 1
  • 2
  • 10
2
votes
1 answer

nginx behind proxy server

I have nginx to forward traffic to certain site, example config: server { listen 80; server_name *.company.com; location /CentOS/7.2.1511/x86_64 { proxy_pass http://mirror.centos.org/CentOS/7.2.1511/os/x86_64/; } } This…
WhoCares
  • 171
  • 1
  • 6
2
votes
1 answer

proxify a custom program to proxychains

After some research, I didn't find any solutions. So I post here. My goal: redirected the HTTPs traffic from my custom program to BurpSuite in order to analyse the server response and debug my program. I have Debian 4.4.3 I have two network…
Venux
  • 21
  • 2
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
  • 1
  • 2
2
votes
3 answers

proxy timeout, error

I am trying to set up a proxy and every time I try to use it it denies me or times out. I tried every thing. Tor is up and running properly. My system is fully updated and I'm on Kali Linux. Sometimes it won't even go through. root@kali:~#…
Bhagyesh
  • 137
  • 1
  • 1
  • 2
2
votes
1 answer

Proxychains, Tor, SSH and Danted. Connection denied

I'm trying to setup proxychains on Kali like this : User > Tor > SOCKS5 > Out I've created my SOCKS5 server with danted running on port 1080. I setup an SSH connection on my Kali distrib : ssh -NfD 1080 user@address And I'm able to connect to the…
il0venoobs
  • 61
  • 1
  • 2
  • 7
1
vote
0 answers

Can't cat, gedit, vim, nano etc. /usr/bin/proxychains (just get jibberish)

I am using Ubuntu 5.15.0-57-generic and I see many people have a problem with proxychains where they get this error: "ERROR: ld.so: object 'libproxychains.so.3' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored." I get…
E 6M
  • 11
  • 2
1
vote
0 answers

Error : No Valid proxy found in config

I Write an PHP Code for my Project & Getting issue of Error : No Valid proxy found in config I have attached the Screenshot, Someone Have any idea to fix this issue & Add that file in config, Thanks This one is my Output as…
1
vote
0 answers

Proxychains: I can't figure out how to make it work

Here is my config file. The proxy I use for testing comes from here. I don't want to use Tor. I just want a normal proxy. When I run for example proxychains firefox-esr ipleak.net: if I use exactly the config file from above, I get the…
Ul Tome
  • 87
  • 2
  • 8
1
2 3