From 46b5f164bd7eca6d6fe31ce8e1bc0daaa75ea579 Mon Sep 17 00:00:00 2001 From: Bissi Date: Tue, 22 Feb 2022 05:25:07 +0200 Subject: [PATCH] resolved issue #9 --- README.md | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 92ed5ad..d41b863 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,21 @@ ๐Ÿง… TorAll is an anonymization utility tool that redirects all of the system's internet traffic through the TOR network. ๐Ÿฅธ It's an improved fork variation of the good old [TorGhost](https://github.com/SusmithKrishnan/torghost) ๐Ÿ‘ป It redirects all internet traffic through SOCKS5 tor proxy, preventing DNS leaks, and unsafe packets exiting the system. -- First of all we wanted to fix some bugs ๐Ÿž and maintain a repo with the latest updates and bug fixes. - -- We also wanted to make it compatible with and support Arch Linux distributions for the "BTW I use Arch" crowd ๐Ÿ˜œ - -- And last but not least; We wanted to add some enhancements and extra features such as: - - - [x] [Auto disable IPv6](https://github.com/bissisoft/torall/issues/7) on start and re-enabling it back after stop (if it was enabled before the start). - - [ ] [Integrate MAC address spoofing by default](https://github.com/bissisoft/torall/issues/9) - - [ ] Other extra enhancements, feature requests, and good ideas by users like you. So, don't hesitate to open an issue with feature requests, ideas, questions, bug reports etc. +## Features +- **TorAll installs on and supports:** + - GNU/Linux distributions based on **Arch Linux**. + - GNU/Linux distributions based on **Debian/Ubuntu**. +- [Auto disable/re-enable IPv6](https://github.com/bissisoft/torall/issues/7) + - TorAll will auto disable IPv6 when it starts in order to prevent IPv6 leaks. + - IPv6 will be re-enabled when it stops (if it was active before the start). +- [MAC address spoofing by default](https://github.com/bissisoft/torall/issues/9) + - TorAll will spoof all network interface mac addresses when it starts. + - Reset the spoofed interfaces to the original, permanent hardware MAC when it stops. +- [Auto disables/re-enables UFW firewall](https://github.com/bissisoft/torall/issues/5) (if it's status is active) as it conflicts with the iptables manipulations; However, it is recommended to manually disable any firewall that is active. +- **Other extra enhancements...** From feature requests and ideas by users like you. So, don't hesitate to open issues with feature requests, ideas, questions, bug reports etc. ![screenshot](https://bissisoft.com/torall.v1.0.1.png) + ## Install on Debian and/or Arch Linux distributions! ```sh git clone https://github.com/bissisoft/torall.git @@ -22,6 +26,7 @@ sudo ./build.sh ``` ![screenshot](https://bissisoft.com/torall.v1.0.2.png) + ## Usage ```sh sudo torall [option] @@ -37,6 +42,8 @@ sudo torall [option] ![screenshot](https://bissisoft.com/torall.v1.0.3.png) -## ๐Ÿฅณ Enjoy! ๐ŸŽ‰ +## Developed and tested on Kali Linux and Black Arch. ### With ๐Ÿงก from the [BissiSoft](https://bissisoft.com) team. + +#### ๐Ÿฅณ Enjoy! ๐ŸŽ‰