toriptables2/README.md

45 lines
1.2 KiB
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
2016-08-27 21:13:22 +00:00
####Dependencies:
2015-11-25 12:55:06 +00:00
tor
2016-08-27 21:13:22 +00:00
####Usage:
2016-08-21 00:43:57 +00:00
```python
2015-11-25 12:55:06 +00:00
toriptables2.py -h
```
2016-08-27 21:13:22 +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-08-21 00:28:31 +00:00
* [IP leak test](https://ipleak.net)
* [DNS leak test](http://dnsleaktest.com)
2015-11-25 12:55:06 +00:00
2016-08-27 21:13:22 +00:00
####To change IP w/o reload:
#####Refresh Check Tor project webpage
2016-08-21 00:43:57 +00:00
```bash
sudo kill -HUP $(pidof tor)
```
2016-08-20 23:07:57 +00:00
2016-08-27 21:13:22 +00:00
#### Screenshots:
2016-08-21 04:55:26 +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-21 00:34:07 +00:00
* [Kali Linux, Rolling Edition](http://bit.ly/1otCXOn)
2016-08-21 23:49:21 +00:00
* [Tor IPTables rules loaded](http://bit.ly/1NjmDLn)
2016-08-21 16:54:42 +00:00
---
##[toriptables2g for GUI Desktop with notification](https://bitbucket.org/ruped24/toriptables2g/src)
2016-08-27 21:13:22 +00:00
####Dependencies:
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
2016-08-27 21:13:22 +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*