toriptables2/README.md

71 lines
2.4 KiB
Markdown
Raw Normal View History

2019-01-11 20:50:28 +00:00
# toriptables2
2020-06-30 02:43:19 +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) [![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg?style=flat-square)](https://github.com/ruped24/toriptables2/graphs/commit-activity)
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
2020-08-15 06:31:13 +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
```
2020-08-15 06:29:39 +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
2020-07-23 01:14:51 +00:00
toriptables2.py -l
```
2020-08-15 22:41:19 +00:00
---
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
2020-07-22 20:31:42 +00:00
#### To change Tor IP address:
2016-08-21 00:43:57 +00:00
```bash
2020-07-22 20:29:24 +00:00
toriptables2.py -r
```
#### To automate changing Tor IP:
2017-07-06 17:36:07 +00:00
* [Screenshot](https://drive.google.com/open?id=0B79r4wTVj-CZOGJadlBtWWxPWFk)
2020-08-15 05:55:42 +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:
2020-08-15 06:00:42 +00:00
<details><summary>Expand for Screenshots</summary>
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)
2020-08-15 06:00:42 +00:00
</details>
2016-08-21 16:54:42 +00:00
---
2020-08-11 01:57:52 +00:00
## [toriptables2g w/ GUI notification](https://bitbucket.org/ruped24/toriptables2g/src)
<details><summary>Expand for toriptables2g installation and usage</summary>
2017-03-23 21:04:00 +00:00
#### Dependencies:
2020-06-02 13:41:39 +00:00
Install [python-notify](http://ftp.br.debian.org/debian/pool/main/n/notify-python/python-notify_0.1.1-4_amd64.deb)
2019-01-13 20:27:49 +00:00
```bash
2020-06-02 13:41:39 +00:00
apt install tor
2019-01-13 20:27:49 +00:00
```
2020-06-07 17:47:24 +00:00
#### Screenshots:
2020-08-11 01:57:52 +00:00
* [Kali Linux, Rolling Edition [ON]](https://drive.google.com/open?id=0B79r4wTVj-CZSEdkaTBNOVc5aUU)
* [Kali Linux, Rolling Edition [OFF]](https://drive.google.com/file/d/1NPZ1SKI9rh9XkaplF2_DzHSoPL77aiy-/view?usp=sharing)
</details>
2016-08-20 23:17:16 +00:00
2016-12-08 03:36:10 +00:00
---
2020-08-12 09:32:29 +00:00
### [Installation Methods](https://github.com/ruped24/toriptables2/wiki/Optional-Installation-methods-for-toriptables2.py)
2020-08-12 09:32:29 +00:00
### [Troubleshooting and FAQ](https://github.com/ruped24/toriptables2/wiki/Troubleshooting)