SusmithKrishnan / torghost

TorGhost is an anonymization script. TorGhost redirects all internet traffic through SOCKS5 tor proxy. DNS requests are also redirected via tor, thus preventing DNSLeak. The scripts also disables unsafe packets exiting the system. Some packets like ping request can compromise your identity.
GNU General Public License v3.0
851 stars 281 forks source link

Error Torghost v2.0 in Kali Linux #25

Closed igoreduardo closed 6 years ago

igoreduardo commented 6 years ago

[00:48:19] Torrc file already configured [00:48:19] Configuring DNS resolv.conf file.. [done] [00:48:19] Starting tor service.. [done] [00:48:20] setting up iptables rules [done] [00:48:20] Fetching current IP... [00:48:20] CURRENT IP :

Server not found

Firefox can’t find the server at www.google.com.br.

torghost switch [00:49:23] Please wait... [00:49:30] Requesting new circuit... Traceback (most recent call last): File "/usr/bin/torghost", line 188, in switch_tor() File "/usr/bin/torghost", line 169, in switch_tor with Controller.from_port(port = 9051) as controller: File "/usr/local/lib/python2.7/dist-packages/stem/control.py", line 1026, in from_port control_port = stem.socket.ControlPort(address, port) File "/usr/local/lib/python2.7/dist-packages/stem/socket.py", line 376, in init self.connect() File "/usr/local/lib/python2.7/dist-packages/stem/socket.py", line 247, in connect self._socket = self._make_socket() File "/usr/local/lib/python2.7/dist-packages/stem/socket.py", line 405, in _make_socket raise stem.SocketError(exc) stem.SocketError: [Errno 111] Connection refused

smokescreen42 commented 6 years ago

i am having the exact same issue.

how do i uninstall torghost and reinstall it?

how do i reinstall the python package that's giving an issue?

anyone explain?

smokescreen42 commented 6 years ago

this happened after some sort of dist-upgrade command i did.

vivian4uin commented 6 years ago

Same problem !! is there any Fix ?

kalipentest commented 6 years ago

hi I had the same problem But first: apt-get update apt-get upgrade apt-get install tor It's easy to run. No error. Good luck friends

igoreduardo commented 6 years ago

Problem resolved removed torghost install again torghost torghost start CURRENT IP : Not Found torghost stop torghot start again CURRENT IP : SHOW NEW IP

kali 2018.1

tonymon7anna101 commented 5 years ago

i know how to solve the problem for the trace back error you have to type this in sudo apt-get install tor -y

and with ip error when it does not work if have to cep typing torghost start until it gives you a ip do it 15 times to see if that works

repogh commented 5 years ago

I have the same issue [errno 111] connection refused, tried all the above... nothing works?

guy477 commented 5 years ago

In /etc/proxychains.conf un-comment dynamic_chain.

FryerTuck commented 4 years ago

On a fresh Kali install:

Finally:

    systemctl stop tor
    systemctl enable tor
    systemctl start tor
    torghost start

Now all should work as expected, if not, install torghost again (after the above) and try again.