Questions tagged [transparent-proxy]
A transparent proxy intercepts normal communication at the network layer without requiring any special client configuration. Clients need not be aware of the existence of the proxy.
43 questions
0
votes
1
answer
38
views
transparent proxy tor on router?
on router gl-ar300m16 ext you can install librecmc. I have heard about the term transparent proxy. And how you can combine a transparent proxy and tor. My question is can you modify librecmc on the ...
0
votes
1
answer
245
views
How to use tor browser inside a transparent proxy?
Is it possible to use tor browser inside a transparent proxy? I try to use the tor browser inside a transparent proxy but I can't, it gives an error. The transparent proxy itself works perfectly, in ...
1
vote
0
answers
296
views
Tor on OpenWRT using snowflake bridge for circumventing the internet censorship (Transparent Proxy TP)
I am using OpenWRT router 22.03.03 in a heavily censored country.
That said all the VPN protocols are filtered and stopped working and the only option for getting connected to the free internet is ...
0
votes
0
answers
2k
views
How to route all network traffic through tor
I'm trying to create a network that sends all traffic through tor.
So far I've got a PFsense box acting as a router and a separate debian instance with tor installed and running. Is there a way to ...
0
votes
1
answer
156
views
Tor transparent IPv6 destination_from_socket(): Bug
Configuration file torrc
User root
PidFile /opt/var/run/tor.pid
#Log info file /opt/var/log/tor.log
Log notice file /opt/var/log/tor.log
ExcludeExitNodes {RU},{UA},{AM},{KG},{BY}
StrictNodes 1
...
0
votes
1
answer
333
views
How am I anonymous and safe with my config?
I have got ThinkPad T400 with coreboot and minimal OpenBSD installation with full-disk encryption. All non-Tor traffic is dropped by pf. Only allowed traffic on the host is torified traffic from ...
1
vote
1
answer
734
views
Why doing transparent proxy is a bad idea?
I wonder why Tor Browser, Tails or Whonix are the most preferred ways of browsing Tor. What's wrong with manually doing a transparent proxy and routing all traffic over Tor through iptables? Why do it ...
0
votes
1
answer
266
views
If multiple users connect through the same Tor router can data be correlated?
Let's say I setup a transparent/isolating Tor proxy (dedicated machine/router), through which all traffic is forced before going out to the Internet.
There are a five machines "behind" that Tor proxy,...
3
votes
0
answers
264
views
tor browser bundle + sshuttle safe together?
I started using sshuttle as "poor man's VPN over SSH" to forward all the outgoing tcp traffic / dns query to a private server.
sshuttle allows you to create a VPN connection from your machine to
...
1
vote
1
answer
444
views
How can I verify that TransPort is working correctly?
I have a Tor router set up as docker image, but there's an issue (as described in https://stackoverflow.com/questions/48602056/what-are-the-correct-iptables-rules-to-use-a-tor-proxy-as-network-gateway)...
1
vote
0
answers
994
views
Iptables - Transparent Proxy with only one interface
I'm new to TOR and I'm trying to anonymize Internet connections from an automated malware analysis lab. All my machines are in the same subnetwork, and I just specify my TOR machine as a gateway for ...
-2
votes
1
answer
3k
views
Problems disabling socks5 proxy | tor [closed]
I was trying to create a PHP application that utilizes a local socks5 proxy to anonymize my IP address on each curl request. I couldn't successfully get the application to use a socks5 proxy. But in ...
3
votes
1
answer
7k
views
Torsocks vs Proxychains?
I often alternate between torsocks/proxychains when using wget, youtube-dl, gpg2, ssh, pacman and more [non-multithreading] applications. If torsocks breaks or seems abnormally slow, I'll likely try ...
1
vote
2
answers
505
views
Why does TransparentProxy working with `nameserver 127.0.0.1` but doesn't working with iptables redirects?
This my second question is a continuation of my first one.
Setup is default Kali 2 and configured anonymous user from TransparentProxy manual on it.
While I'm using nameserver 127.0.0.1 in /etc/...
1
vote
1
answer
1k
views
resolving onion domains partially fails
Init:
For user anonymous configured transpared proxy.
Wireshark sniffing lo...
Trying to use console network-tools torified.
anonymous@kali:/tmp$ time strace -s6000 -t -f dig facebookcorewwwi.onion >...