brainfucksec / kalitorify

Transparent proxy through Tor for Kali Linux OS
GNU General Public License v3.0
1.04k stars 225 forks source link

IPv6 disabled #35

Closed ViRb3 closed 4 years ago

ViRb3 commented 4 years ago

Is there any reason why IPv6 is disabled on kalitorify -t?

brainfucksec commented 4 years ago

Nowadays there aren't many Tor IPv6 users, or IPv6 guards, so Tor over IPv6 is less anonymous than Tor over IPv4:

https://2019.www.torproject.org/docs/faq.html.en#IPv6

In addition, the IPv6 protocol has some problems and increases the risk of deanonymization:

https://trac.torproject.org/projects/tor/query?status=!closed&keywords=~ipv6

So for now, I have preferred to keep the script with the rules for IPv4 only and disabling IPv6.