slackware-tor-iptables/README.md

51 lines
1.7 KiB
Markdown
Raw Permalink Normal View History

2015-06-17 21:06:56 +00:00
# toriptables2
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-07-14 17:08:59 +00:00
#### [Usage](https://drive.google.com/open?id=0B79r4wTVj-CZVy10Ujg5Vjl5WFk):
2016-08-21 00:43:57 +00:00
```python
2015-11-25 12:55:06 +00:00
toriptables2.py -h
```
2017-03-23 21:04:00 +00:00
#### To test:
2018-07-09 09:17:45 +00:00
* [Check My IP](http://www.check-my-ip.net)
2016-08-21 00:28:31 +00:00
* [Check Tor Project](https://check.torproject.org)
2016-08-21 00:36:24 +00:00
* [Witch proxy checker](http://witch.valdikss.org.ru)
2018-07-09 09:17:45 +00:00
* [Do I leak](http://www.doileak.com/)
2016-08-21 00:28:31 +00:00
* [DNS leak test](http://dnsleaktest.com)
* [Test my IPv6](http://testmyipv6.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
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
sudo kill -HUP $(pidof tor)
```
#### To automate changing Tor IP:
2017-07-06 17:36:07 +00:00
* [Screenshot](https://drive.google.com/open?id=0B79r4wTVj-CZOGJadlBtWWxPWFk)
2017-07-24 19:53:18 +00:00
* [tor_ip_switcher](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-12-30 05:47:46 +00:00
* [KaliBang Linux Rolling](https://drive.google.com/open?id=1fHtOvukq0j3dcSKk6Yw_d2L3JuXnjNav)
2016-08-21 03:34:55 +00:00
2017-10-09 15:31:51 +00:00
* [Kali Linux, Rolling Edition](https://drive.google.com/open?id=0B79r4wTVj-CZMzlnRWZTcVcyUnc)
2017-10-09 15:31:51 +00:00
* [Tor IPTables rules loaded](https://drive.google.com/open?id=0B79r4wTVj-CZT0NMV2VZRTM1REE)
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:
tor python-notify
2017-12-29 08:05:56 +00:00
[Screenshot](https://drive.google.com/open?id=0B79r4wTVj-CZSEdkaTBNOVc5aUU)
2016-08-20 23:17:16 +00:00
2016-12-08 03:36:10 +00:00
---
[Troubleshooting and FAQ](https://github.com/ruped24/toriptables2/wiki/Troubleshooting)
[Optional Installation Methods](https://github.com/ruped24/toriptables2/wiki/Optional-Installation-methods-for-toriptables2.py)