2015-06-17 17:06:56 -04:00
|
|
|
# toriptables2
|
2016-12-07 23:56:17 -05:00
|
|
|
|
2015-06-17 17:06:56 -04:00
|
|
|
Tor Iptables script is an anonymizer that sets up iptables and tor to route all services and traffic including DNS through the tor network.
|
2015-11-21 16:45:38 -05:00
|
|
|
|
2016-08-27 17:13:22 -04:00
|
|
|
####Dependencies:
|
2015-11-25 07:55:06 -05:00
|
|
|
tor
|
|
|
|
|
2016-12-08 00:31:16 -05:00
|
|
|
####[Usage](https://github.com/ruped24/toriptables2/wiki/Optional-installation-methods-for-toriptables2.py#executing-toriptables2py-as-a-standalone-executable):
|
2016-08-20 20:43:57 -04:00
|
|
|
```python
|
2015-11-25 07:55:06 -05:00
|
|
|
toriptables2.py -h
|
2016-08-19 14:31:48 -04:00
|
|
|
```
|
2016-08-27 17:13:22 -04:00
|
|
|
####To test:
|
2016-08-20 20:28:31 -04:00
|
|
|
* [What is my IP address](http://whatismyipaddress.com)
|
|
|
|
* [Check Tor Project](https://check.torproject.org)
|
2016-08-20 20:36:24 -04:00
|
|
|
* [Witch proxy checker](http://witch.valdikss.org.ru)
|
2016-09-08 17:06:22 -04:00
|
|
|
* [IP leak test](http://www.doileak.com/)
|
2016-08-20 20:28:31 -04:00
|
|
|
* [DNS leak test](http://dnsleaktest.com)
|
2016-09-08 15:35:25 -04:00
|
|
|
* [What every Browser knows about you](http://webkay.robinlinus.com/)
|
2015-11-25 07:55:06 -05:00
|
|
|
|
2016-08-19 14:21:20 -04:00
|
|
|
|
2016-08-27 17:13:22 -04:00
|
|
|
####To change IP w/o reload:
|
|
|
|
#####Refresh Check Tor project webpage
|
2016-08-20 20:43:57 -04:00
|
|
|
```bash
|
2016-08-19 14:21:20 -04:00
|
|
|
sudo kill -HUP $(pidof tor)
|
2016-08-19 14:31:48 -04:00
|
|
|
```
|
2016-08-20 19:07:57 -04:00
|
|
|
|
2016-08-27 17:13:22 -04:00
|
|
|
#### Screenshots:
|
2016-08-21 00:55:26 -04:00
|
|
|
* [BackBox Linux](https://drive.google.com/open?id=0B79r4wTVj-CZQ1ZBeG0xdHFiN0k)
|
2016-08-20 23:34:55 -04:00
|
|
|
|
2016-08-20 20:34:07 -04:00
|
|
|
* [Parrot Security OS](http://bit.ly/2b6IjNP)
|
2016-08-20 17:35:39 -04:00
|
|
|
|
2016-08-20 20:34:07 -04:00
|
|
|
* [Kali Linux, Rolling Edition](http://bit.ly/1otCXOn)
|
2016-08-20 17:50:57 -04:00
|
|
|
|
2016-08-21 19:49:21 -04:00
|
|
|
* [Tor IPTables rules loaded](http://bit.ly/1NjmDLn)
|
2016-08-18 01:41:33 -04:00
|
|
|
|
2016-08-21 12:54:42 -04:00
|
|
|
---
|
2016-08-18 01:41:33 -04:00
|
|
|
##[toriptables2g for GUI Desktop with notification](https://bitbucket.org/ruped24/toriptables2g/src)
|
2016-08-27 17:13:22 -04:00
|
|
|
####Dependencies:
|
2016-08-18 01:41:33 -04:00
|
|
|
tor python-notify
|
|
|
|
|
2016-08-27 18:30:48 -04:00
|
|
|
#### Screenshot:
|
2016-08-20 20:34:07 -04:00
|
|
|
* [Tor Iptables2G with desktop notification](http://bit.ly/2bJO9WA)
|
2016-08-20 19:17:16 -04:00
|
|
|
|
|
|
|
|
2016-08-27 17:13:22 -04:00
|
|
|
###Distro Specific Fix:
|
2016-08-20 20:34:07 -04:00
|
|
|
* [Parrot Security OS 3.1.1 Anonsurf](https://www.inforge.net/xi/threads/parrot-security-os-3-1-1-anonsurf-fix-tor-by-vap0r.457379/) *Note: Translation needed*
|
2016-12-07 22:36:10 -05:00
|
|
|
|
|
|
|
---
|
2016-12-07 23:56:17 -05:00
|
|
|
* [Optional Installation Methods](https://github.com/ruped24/toriptables2/wiki/Optional-Installation-methods-for-toriptables2.py)
|