toriptables2/README.md

54 lines
1.9 KiB
Markdown
Raw Normal View History

2019-01-11 20:50:28 +00:00
# toriptables2
2019-06-15 05:56:44 +00:00
![](https://img.shields.io/badge/toriptables2-python_2.7-blue.svg?style=flat-square) ![](https://img.shields.io/badge/dependencies-tor-orange.svg?style=flat-square) ![](https://img.shields.io/badge/GPL-v2-blue.svg?style=flat-square)
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:
2019-01-13 19:12:00 +00:00
```bash
2019-01-13 15:49:30 +00:00
apt install tor
2019-01-13 19:12:00 +00:00
```
2015-11-25 12:55:06 +00:00
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
2018-12-30 19:20:27 +00:00
toriptables2.py
```
2017-03-23 21:04:00 +00:00
#### To test:
2019-02-26 20:23:07 +00:00
* [Check My IPx](https://ipx.ac/)
2016-08-21 00:28:31 +00:00
* [Check Tor Project](https://check.torproject.org)
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)
2018-11-23 13:23:48 +00:00
* [Test IPv6](http://ipv6-test.com/)
2020-01-20 15:09:34 +00:00
* [What is my proxy](http://whatismyproxy.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
---
2019-01-13 21:33:24 +00:00
## [toriptables2g with GUI notification](https://bitbucket.org/ruped24/toriptables2g/src)
2017-03-23 21:04:00 +00:00
#### Dependencies:
2019-01-13 20:27:49 +00:00
```bash
apt install 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
---
2018-12-30 13:18:45 +00:00
[Installation Methods](https://github.com/ruped24/toriptables2/wiki/Optional-Installation-methods-for-toriptables2.py)
2018-12-30 12:39:24 +00:00
[Troubleshooting and FAQ](https://github.com/ruped24/toriptables2/wiki/Troubleshooting)