Hi I have installed Kali 2016.1 64bit on my vmware and after that I have updated the system. I also installed tor that seems to have installed successully.Now when I execute the command "service tor start", it just gives me another prompt.When I check the status of the service I get the following result. The result of this command seems to be diferent from what I have seen people getting in other forums .may be due to dierent versions of tor and kali
Code:
root@kalilinux2016:~# service tor start
root@kalilinux2016:~# service tor status
● tor.service - Anonymizing overlay network for TCP (multi-instance-master)
Loaded: loaded (/lib/systemd/system/tor.service; disabled; vendor preset: enabled)
Active: active (exited) since Thu 2016-07-28 19:44:52 IST; 10s ago
Process: 1844 ExecStart=/bin/true (code=exited, status=0/SUCCESS)
Main PID: 1844 (code=exited, status=0/SUCCESS)
CGroup: /system.slice/tor.service
Jul 28 19:44:52 kalilinux2016 systemd[1]: Starting Anonymizing overlay netwo....
Jul 28 19:44:52 kalilinux2016 systemd[1]: Started Anonymizing overlay networ....
Hint: Some lines were ellipsized, use -l to show in full.
root@kalilinux2016:~#
Can any one please verify if it is the expected result .