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.
96 stars 25 forks source link

Tor process is not found #1

Open wolfpack666 opened 6 years ago

wolfpack666 commented 6 years ago

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

REal0day commented 6 years ago

monitoring this too. same issue.