: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.
script look for
if [ ! -e /var/run/tor/tor.pid ]; then
echo "\n[!] Tor is not running! Starting Tor...\n"
service tor start
echo "\n[!] Tor restarted. Restarting Anonymous...\n"
anonymous start
fi
does found and enter in a loop
I start tor manually
root@homerics:~/kali-anonymous# service tor status
● tor.service - Anonymizing overlay network for TCP (multi-instance-master)
Loaded: loaded (/lib/systemd/system/tor.service; disabled; vendor preset: dis
Active: active (exited) since Thu 2017-12-28 21:33:16 CST; 10min ago
Process: 15834 ExecStart=/bin/true (code=exited, status=0/SUCCESS)
Main PID: 15834 (code=exited, status=0/SUCCESS)
script look for if [ ! -e /var/run/tor/tor.pid ]; then echo "\n[!] Tor is not running! Starting Tor...\n" service tor start echo "\n[!] Tor restarted. Restarting Anonymous...\n" anonymous start fi does found and enter in a loop I start tor manually root@homerics:~/kali-anonymous# service tor status ● tor.service - Anonymizing overlay network for TCP (multi-instance-master) Loaded: loaded (/lib/systemd/system/tor.service; disabled; vendor preset: dis Active: active (exited) since Thu 2017-12-28 21:33:16 CST; 10min ago Process: 15834 ExecStart=/bin/true (code=exited, status=0/SUCCESS) Main PID: 15834 (code=exited, status=0/SUCCESS)
But still doesnt work