Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 26 days 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.
- Host: GitHub
- URL: https://github.com/keeganjk/kali-anonymous
- Owner: keeganjk
- Created: 2016-12-15T21:51:41.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-25T22:36:55.000Z (over 4 years ago)
- Last Synced: 2024-08-03T17:12:09.709Z (4 months ago)
- Topics: anonymity, hostname, kali-linux, tor
- Language: Shell
- Homepage:
- Size: 45.9 KB
- Stars: 96
- Watchers: 10
- Forks: 25
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-network-stuff - **36**星
- awesome-hacking-lists - 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 (Shell)
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 thencd
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 thekali-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 startanonymous
sudo anonymous stop
to stopanonymous
sudo anonymous status
foranonymous
's status
sudo anonymous update
to updateanonymous
[![asciicast](https://asciinema.org/a/1j66olnqqrjc9qtj31014lp92.png)](https://asciinema.org/a/1j66olnqqrjc9qtj31014lp92.png)