2015-06-17 17:06:56 -04:00
|
|
|
# toriptables2
|
2016-12-07 23:56:17 -05:00
|
|
|
|
2017-04-23 19:39:50 -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
|
|
|
|
2017-03-23 16:04:00 -05:00
|
|
|
#### Dependencies:
|
2015-11-25 07:55:06 -05:00
|
|
|
tor
|
|
|
|
|
2017-07-14 13:08:59 -04:00
|
|
|
#### [Usage](https://drive.google.com/open?id=0B79r4wTVj-CZVy10Ujg5Vjl5WFk):
|
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
|
|
|
```
|
2017-03-23 16:04:00 -05: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
|
|
|
|
2017-07-01 16:39:01 -04:00
|
|
|
#### To manually change IP w/o reload:
|
2017-03-23 16:04:00 -05:00
|
|
|
##### 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
|
|
|
```
|
2017-07-04 21:41:25 -04:00
|
|
|
#### To automate changing Tor IP:
|
2017-07-06 13:36:07 -04:00
|
|
|
* [Screenshot](https://drive.google.com/open?id=0B79r4wTVj-CZOGJadlBtWWxPWFk)
|
2017-07-01 18:00:08 -04:00
|
|
|
|
2017-07-24 15:53:18 -04:00
|
|
|
* [tor_ip_switcher](https://github.com/ruped24/tor_ip_switcher#tor_ip_switcher)
|
2016-08-20 19:07:57 -04:00
|
|
|
|
2016-08-27 17:13:22 -04:00
|
|
|
#### Screenshots:
|
2017-07-02 14:39:28 -04:00
|
|
|
* [BackBox Linux](https://drive.google.com/open?id=0B79r4wTVj-CZQ1ZBeG0xdHFiN0k)
|
2016-08-20 23:34:55 -04:00
|
|
|
|
2017-10-09 11:31:51 -04:00
|
|
|
* [Parrot Security OS](https://drive.google.com/open?id=0B79r4wTVj-CZempZakRwVVd0Rmc)
|
2016-08-20 17:35:39 -04:00
|
|
|
|
2017-10-09 11:31:51 -04:00
|
|
|
* [Kali Linux, Rolling Edition](https://drive.google.com/open?id=0B79r4wTVj-CZMzlnRWZTcVcyUnc)
|
2016-08-20 17:50:57 -04:00
|
|
|
|
2017-10-09 11:31:51 -04:00
|
|
|
* [Tor IPTables rules loaded](https://drive.google.com/open?id=0B79r4wTVj-CZT0NMV2VZRTM1REE)
|
2016-08-18 01:41:33 -04:00
|
|
|
|
2016-08-21 12:54:42 -04:00
|
|
|
---
|
2017-03-23 16:04:00 -05:00
|
|
|
## [toriptables2g for GUI Desktop with notification](https://bitbucket.org/ruped24/toriptables2g/src)
|
|
|
|
#### Dependencies:
|
2016-08-18 01:41:33 -04:00
|
|
|
tor python-notify
|
|
|
|
|
2017-10-09 11:31:51 -04:00
|
|
|
* [Screenshot](https://drive.google.com/open?id=0B79r4wTVj-CZSEdkaTBNOVc5aUU)
|
2016-08-20 19:17:16 -04:00
|
|
|
|
2016-12-07 22:36:10 -05:00
|
|
|
---
|
2017-08-03 20:31:55 -04:00
|
|
|
[Troubleshooting and FAQ](https://github.com/ruped24/toriptables2/wiki/Troubleshooting)
|
2017-07-16 07:44:01 -04:00
|
|
|
|
2017-08-03 20:31:55 -04:00
|
|
|
[TorIptables2 Install Video](https://www.youtube.com/watch?v=3mEpnzY5ZZo)
|
2017-07-16 08:23:22 -04:00
|
|
|
|
2017-08-03 20:31:55 -04:00
|
|
|
[Optional Installation Methods](https://github.com/ruped24/toriptables2/wiki/Optional-Installation-methods-for-toriptables2.py)
|
2017-07-16 07:44:01 -04:00
|
|
|
|