2015-06-17 21:06:56 +00:00
|
|
|
# toriptables2
|
2016-12-08 04:56:17 +00:00
|
|
|
|
2017-04-23 23:39:50 +00: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 21:45:38 +00:00
|
|
|
|
2017-03-23 21:04:00 +00:00
|
|
|
#### Dependencies:
|
2015-11-25 12:55:06 +00:00
|
|
|
tor
|
|
|
|
|
2017-03-23 21:04:00 +00:00
|
|
|
#### [Usage](https://github.com/ruped24/toriptables2/wiki/Optional-installation-methods-for-toriptables2.py#executing-toriptables2py-as-a-standalone-executable):
|
2016-08-21 00:43:57 +00:00
|
|
|
```python
|
2015-11-25 12:55:06 +00:00
|
|
|
toriptables2.py -h
|
2016-08-19 18:31:48 +00:00
|
|
|
```
|
2017-03-23 21:04:00 +00:00
|
|
|
#### To test:
|
2016-08-21 00:28:31 +00:00
|
|
|
* [What is my IP address](http://whatismyipaddress.com)
|
|
|
|
* [Check Tor Project](https://check.torproject.org)
|
2016-08-21 00:36:24 +00:00
|
|
|
* [Witch proxy checker](http://witch.valdikss.org.ru)
|
2016-09-08 21:06:22 +00:00
|
|
|
* [IP leak test](http://www.doileak.com/)
|
2016-08-21 00:28:31 +00:00
|
|
|
* [DNS leak test](http://dnsleaktest.com)
|
2016-09-08 19:35:25 +00:00
|
|
|
* [What every Browser knows about you](http://webkay.robinlinus.com/)
|
2015-11-25 12:55:06 +00:00
|
|
|
|
2016-08-19 18:21:20 +00:00
|
|
|
|
2017-07-01 20:39:01 +00:00
|
|
|
#### To manually change IP w/o reload:
|
2017-03-23 21:04:00 +00:00
|
|
|
##### Refresh Check Tor Project webpage
|
2016-08-21 00:43:57 +00:00
|
|
|
```bash
|
2016-08-19 18:21:20 +00:00
|
|
|
sudo kill -HUP $(pidof tor)
|
2016-08-19 18:31:48 +00:00
|
|
|
```
|
2017-07-05 01:41:25 +00:00
|
|
|
#### To automate changing Tor IP:
|
2017-07-06 17:36:07 +00:00
|
|
|
* [Screenshot](https://drive.google.com/open?id=0B79r4wTVj-CZOGJadlBtWWxPWFk)
|
2017-07-01 22:00:08 +00:00
|
|
|
|
2017-07-05 01:37:59 +00:00
|
|
|
* [tor_ip_switcher.py](https://github.com/ruped24/tor_ip_switcher#tor_ip_switcher)
|
2016-08-20 23:07:57 +00:00
|
|
|
|
2016-08-27 21:13:22 +00:00
|
|
|
#### Screenshots:
|
2017-07-02 18:39:28 +00:00
|
|
|
* [BackBox Linux](https://drive.google.com/open?id=0B79r4wTVj-CZQ1ZBeG0xdHFiN0k)
|
2016-08-21 03:34:55 +00:00
|
|
|
|
2016-08-21 00:34:07 +00:00
|
|
|
* [Parrot Security OS](http://bit.ly/2b6IjNP)
|
2016-08-20 21:35:39 +00:00
|
|
|
|
2016-08-21 00:34:07 +00:00
|
|
|
* [Kali Linux, Rolling Edition](http://bit.ly/1otCXOn)
|
2016-08-20 21:50:57 +00:00
|
|
|
|
2016-08-21 23:49:21 +00:00
|
|
|
* [Tor IPTables rules loaded](http://bit.ly/1NjmDLn)
|
2016-08-18 05:41:33 +00:00
|
|
|
|
2016-08-21 16:54:42 +00:00
|
|
|
---
|
2017-03-23 21:04:00 +00:00
|
|
|
## [toriptables2g for GUI Desktop with notification](https://bitbucket.org/ruped24/toriptables2g/src)
|
|
|
|
#### Dependencies:
|
2016-08-18 05:41:33 +00:00
|
|
|
tor python-notify
|
|
|
|
|
2016-08-27 22:30:48 +00:00
|
|
|
#### Screenshot:
|
2016-08-21 00:34:07 +00:00
|
|
|
* [Tor Iptables2G with desktop notification](http://bit.ly/2bJO9WA)
|
2016-08-20 23:17:16 +00:00
|
|
|
|
|
|
|
|
2017-03-23 21:04:00 +00:00
|
|
|
### Distro Specific Fix:
|
2016-08-21 00:34:07 +00: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-25 15:08:20 +00:00
|
|
|
* [Arch Linux](https://github.com/ruped24/toriptables2/pull/5/files)
|
|
|
|
|
2016-12-08 03:36:10 +00:00
|
|
|
|
|
|
|
---
|
2016-12-08 04:56:17 +00:00
|
|
|
* [Optional Installation Methods](https://github.com/ruped24/toriptables2/wiki/Optional-Installation-methods-for-toriptables2.py)
|