slackware-tor-iptables/README.md

39 lines
876 B
Markdown
Raw 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
2015-11-25 12:55:06 +00:00
#####Dependencies:
tor
2015-11-25 12:56:07 +00:00
#####Usage:
```python
2015-11-25 12:55:06 +00:00
toriptables2.py -h
```
2015-11-25 12:56:07 +00:00
#####To test:
2016-07-01 22:07:48 +00:00
* http://ipchicken.com
2015-11-25 12:56:07 +00:00
* https://check.torproject.org
2016-06-27 13:19:26 +00:00
* http://witch.valdikss.org.ru
* https://ipleak.net
2015-11-25 12:56:07 +00:00
* http://dnsleaktest.com
2015-11-25 12:55:06 +00:00
#####To change IP w/o reload:
2016-08-20 23:09:53 +00:00
######Refresh Check Tor project webpage
```bash
sudo kill -HUP $(pidof tor)
```
2016-08-20 23:07:57 +00:00
2015-11-25 13:07:22 +00:00
###### Screenshots:
[Parrot Security OS](http://bit.ly/2b6IjNP)
[Kali Linux, Rolling Edition](http://bit.ly/1otCXOn)
[IP Tables rules loaded](http://bit.ly/1NjmDLn)
##[toriptables2g for GUI Desktop with notification](https://bitbucket.org/ruped24/toriptables2g/src)
#####Dependencies:
tor python-notify
###### Screenshot:
[Tor Iptables2G with desktop notification](http://bit.ly/2bJO9WA)