Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/keeganjk/kali-anonymous

:bust_in_silhouette: The `anonymous` script from ParrotSec OS and BackBox Linux, perfected to run on Kali Linux Rolling. Run the script with `sudo sh script.sh` and then it will install and configure Tor, `macchanger`, and the `anonymous` script.
https://github.com/keeganjk/kali-anonymous

anonymity hostname kali-linux tor

Last synced: about 1 month ago
JSON representation

:bust_in_silhouette: The `anonymous` script from ParrotSec OS and BackBox Linux, perfected to run on Kali Linux Rolling. Run the script with `sudo sh script.sh` and then it will install and configure Tor, `macchanger`, and the `anonymous` script.

Awesome Lists containing this project

README

        

# kali-anonymous

~~~~
_ __ _ _ ___
| | / / | (_) / _ \
| |/ / __ _| |_ ______ / /_\ \_ __ ___ _ __ _ _ _ __ ___ ___ _ _ ___
| \ / _` | | | ______ | _ | '_ \ / _ \| '_ \| | | | '_ ` _ \ / _ \| | | / __|
| |\ \ (_| | | | | | | | | | | (_) | | | | |_| | | | | | | (_) | |_| \__ \
\_| \_/\__,_|_|_| \_| |_/_| |_|\___/|_| |_|\__, |_| |_| |_|\___/ \__,_|___/
__/ |
|___/
~~~~


# The anonymous script from ParrotSec and BackBox, perfected to run on Kali Linux Rolling.

### Supported platforms:
>

Kali Linux*

>

>

*Other Debian-based Linux distros may work, but this was designed for Kali.

## What is it?
anonymous was a script included in both Parrot Security OS and BackBox Linux which would allow users to change [spoof] their MAC Address, change their hostname, and transparently route traffic through Tor (The Onion Router) to provide anonymity for the user.

I have edited the code so it will work better with Kali Linux, a great penetration testing- and security- based Linux distro that does not come with anonymous.

## How to use it
Firstly, clone the repository and then cd into it:
~~~~
git clone https://github.com/keeganjk/kali-anonymous
cd kali-anonymous
~~~~

In order to install kali-anonymous, run this simple command below when in the kali-anonymous directory. This will automate the install process:
~~~~
chmod +x setup
sudo ./setup
~~~~

[![asciicast](https://asciinema.org/a/2o0tciwy7luwv8oe42d1ymw75.png)](https://asciinema.org/a/2o0tciwy7luwv8oe42d1ymw75)

This will run a script that installs Tor and the other necessary files for anonymous to work.


sudo anonymous for basic info.

sudo anonymous start to start anonymous

sudo anonymous stop to stop anonymous

sudo anonymous status for anonymous's status

sudo anonymous update to update anonymous

[![asciicast](https://asciinema.org/a/1j66olnqqrjc9qtj31014lp92.png)](https://asciinema.org/a/1j66olnqqrjc9qtj31014lp92.png)