kali-anonymous
kali-anonymous copied to clipboard
: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...
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
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