_ __ _ _ ___
| | / / | (_) / _ \
| |/ / __ _| |_ ______ / /_\ \_ __ ___ _ __ _ _ _ __ ___ ___ _ _ ___
| \ / _` | | | ______ | _ | '_ \ / _ \| '_ \| | | | '_ ` _ \ / _ \| | | / __|
| |\ \ (_| | | | | | | | | | | (_) | | | | |_| | | | | | | (_) | |_| \__ \
\_| \_/\__,_|_|_| \_| |_/_| |_|\___/|_| |_|\__, |_| |_| |_|\___/ \__,_|___/
__/ |
|___/
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
.
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