toriptables2/README.md

115 lines
3.2 KiB
Markdown
Raw Permalink 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)
2020-08-24 07:19:46 +00:00
Tor Iptables script is an anonymizer that sets up iptables and tor to route all services and traffic including DNS through the Tor network.
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
---
2020-08-16 05:24:20 +00:00
#### To test your anonymity:
2020-08-16 05:11:16 +00:00
<details><summary>Expand for anonymity test</summary>
<br>
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)
2021-02-17 01:36:19 +00:00
* [Do I leak](https://www.doileak.com/classic.html)
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-08-16 05:11:16 +00:00
</details>
2020-08-16 16:08:16 +00:00
---
2020-07-22 20:31:42 +00:00
#### To change Tor IP address:
2020-09-20 17:12:51 +00:00
<details><summary>Expand for change Tor IP</summary>
<br>
2016-08-21 00:43:57 +00:00
```bash
2020-08-17 02:24:05 +00:00
toriptables2.py -r
```
2020-09-20 17:12:51 +00:00
</details>
2020-08-16 05:31:23 +00:00
---
#### To automate changing Tor IP:
2020-08-20 05:15:30 +00:00
<details><summary>Expand for tor ip switcher</summary>
<br>
2020-08-20 05:18:10 +00:00
[► **Screenshot**](https://drive.google.com/open?id=0B79r4wTVj-CZOGJadlBtWWxPWFk)
2020-08-20 05:18:10 +00:00
[► **Tor IP Switcher**](https://github.com/ruped24/tor_ip_switcher#tor_ip_switcher)
2016-08-20 23:07:57 +00:00
2020-08-20 05:15:30 +00:00
</details>
2020-08-16 05:37:49 +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
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-12-18 08:50:21 +00:00
***
2020-06-07 17:47:24 +00:00
#### Screenshots:
2020-12-18 08:50:21 +00:00
<details><summary>Expand for screenshots</summary>
<br>
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)
2020-12-18 08:50:21 +00:00
</details>
2020-12-18 07:50:22 +00:00
2020-12-18 08:50:21 +00:00
***
2020-12-18 07:50:22 +00:00
#### Usage Demo:
<details><summary>Exapand for notification demo</summary>
<br>
2020-12-18 08:52:42 +00:00
* [Kali Linux, Rolling Edition [Demo]](https://drive.google.com/file/d/1kWdp8ciWTX5onuinR-3DjYKgcTFh9QJM/view?usp=sharing)
2020-12-18 07:50:22 +00:00
</details>
2020-08-11 01:57:52 +00:00
</details>
2016-08-20 23:17:16 +00:00
2020-09-19 01:10:04 +00:00
---
2020-09-20 04:12:24 +00:00
# [toriptables3](https://github.com/ruped24/toriptables3)
2020-09-20 07:34:34 +00:00
<details><summary>Expand for toriptables3</summary>
<br>
Upgrade to [toriptables3](https://github.com/ruped24/toriptables3/releases/tag/v3.0) the successor to [toriptables2](https://github.com/ruped24/toriptables2/releases/tag/2-2.1).
2020-09-20 07:34:34 +00:00
</details>
2020-09-19 01:10:04 +00:00
---
2020-09-22 02:03:30 +00:00
### [Installation Methods](https://github.com/ruped24/toriptables2/wiki/Optional-Installation-methods-for-toriptables2.py)
### [Troubleshooting and FAQ](https://github.com/ruped24/toriptables2/wiki/Troubleshooting)