Torghost v1 is just a tool to route all connection through tor network. You can find more about basic working here TorGhost – channel all traffic through tor network in kali linux
Whats new with torghost 2.0
Torghost comes with an update where you can change tor’s exit node instantly. It can interact with tor’s control port directly and request for new circuit. just follow the steps
Download and Install TorGhost
Open the terminal and follow the commands.
# cd torghost
chmod installer and install torghost
# ./install.sh
Everything is ready. Now just open the terminal and type “torghost”
To start torghost type the following command
To stop torghost type the following command
To switch IP type the following command
After this you no longer have to setup manual proxy for each applications such as browsers. You can request for new IP instantly. Any doubts or questions? post it on the comment section below. If you like this blog give me a like on facebook and add me on google plus. Subscribe my youtube channel for video tutorials
25 Comments
munkie · August 3, 2017 at 8:28 pm
I’m getting an error “no module named stem” on my raspberry pi. Can you advise?
munkie · August 3, 2017 at 8:38 pm
pip install stem
anonymous · August 9, 2017 at 7:23 am
What’s the purpose of the IP switcher if Tor changes the IP every few minutes?
susmith HCK · August 21, 2017 at 8:12 pm
you can do it manually whenever you want.
steve clark · August 22, 2017 at 7:25 pm
A few minutes maybe too long to wait.
steve clark · August 11, 2017 at 12:13 am
How i make it change every minute?
susmith HCK · August 21, 2017 at 8:11 pm
I will be adding that feature in a future update, thanks for the review
steve clark · August 22, 2017 at 7:22 pm
My workaround was to put it in cron and call switcher. That works for me.
Thanks for the script.
shadow · July 18, 2018 at 8:56 am
torghost switch
nont · August 17, 2017 at 11:51 pm
This tool is amazing thank you!
Can this be used to pentest darknet sites, using kali?
susmith HCK · August 21, 2017 at 8:11 pm
yes you can
diaz · August 30, 2017 at 1:34 pm
i am sorry, i got some problem when install in kali linux 2017.1 ….. i can not install in bundle … what’s wrong and the solution ?
thank you
susmith HCK · September 7, 2017 at 1:17 pm
manually download and install the packages
shahG Ngo · August 30, 2017 at 7:03 pm
van u make a application too ?
Syber · September 4, 2017 at 3:46 pm
I appreciate ur good work bro!
Dkd · September 29, 2017 at 1:14 am
How to Change IP Address on Torghost to a Specific Country
susmith HCK · October 15, 2017 at 1:28 pm
This script just picks some random country.
ulfric · November 9, 2017 at 2:13 pm
thank you for your hard work
i used torghost many times before and it worked just fine and followed the instillation as you noted in readme file, but recently it’s not working and whenever i want to use “torghost switch” it gives me this error
root@ulfric:~# torghost switch
[12:06:55] Please wait…
[12:07:02] 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
I’ll be happy if you could help me
thanks in advance
Khalifa · November 21, 2017 at 10:48 am
:~/torghost$ torghost start
Traceback (most recent call last):
File “/usr/bin/torghost”, line 9, in
from stem import Signal
ImportError: No module named stem
im using ubuntu .. whats going wrong
Mirza Sajid · December 7, 2017 at 9:18 pm
sir can you send me the link to download torghost??
MeKaLinuX · January 27, 2018 at 3:07 am
same thing, on Kali 2017.3 TOR redirection not working
zaf · January 28, 2018 at 9:55 pm
I’ve installed torghost and did every setup required but when i open firefox after starting torghost and ask for my ip address it shows my original ip
zaf · January 28, 2018 at 10:01 pm
Can any one help me please?
I’ve installed torghost and did every setup required but when i open firefox after starting torghost and ask for my ip address it shows my original ip. and when i start torghost it shows some kind of message as below
Traceback (most recent call last):
File “/usr/bin/torghost”, line 183, in
start_torghost()
File “/usr/bin/torghost”, line 95, in start_torghost
if TorrcCfgString in open(Torrc).read():
IOError: [Errno 2] No such file or directory: ‘/etc/tor/torrc’
RuRuRu · February 6, 2018 at 10:03 pm
Hello my friend!
Why I have these error when start torghost?
Traceback (most recent call last):
File “/usr/bin/torghost”, line 183, in
start_torghost()
File “/usr/bin/torghost”, line 95, in start_torghost
if TorrcCfgString in open(Torrc).read():
IOError: [Errno 2] No such file or directory: ‘/etc/tor/torrc’
countenjay · July 26, 2018 at 4:42 am
hello peeps,
why is my torghost not launching rather giving me the below error?
Traceback (most recent call last):
File “/usr/bin/torghost”, line 9, in
from stem import Signal
ImportError: No module named stem