You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: