Skip to content

Commit

Permalink
resolved issue #9
Browse files Browse the repository at this point in the history
  • Loading branch information
bissito committed Feb 22, 2022
1 parent 83ed2bc commit 46b5f16
Showing 1 changed file with 17 additions and 10 deletions.
27 changes: 17 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -22,6 +26,7 @@ sudo ./build.sh
```

![screenshot](https://bissisoft.com/torall.v1.0.2.png)

## Usage
```sh
sudo torall [option]
Expand All @@ -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! 🎉

0 comments on commit 46b5f16

Please sign in to comment.