HomeLinuxHow to Hide IP address with torghost

How to Hide IP address with torghost

Hide your IP and browse anonymously

Hide IP Address – We all use the internet so when we use it anyone can find us and track how we use the internet. If you want to protect yourself from this you could change your IP address.

After you change your IP address your original information will beΒ hidden so that no one can track you on the internet. So in this post, we are going to look at how to change our IP address easily.

How to hide IP address

Step 1: First of we need to download the “torghost” tool so type the below command in your terminal.

				
					git clone https://github.com/SusmithKrishnan/torghost.git
				
			
download torghost tool

Step 2: Now change directory with “cd” command.

				
					cd torghost
				
			
change directory

Step 3: Now install requirements of Torghost tool so execute the below commands in your terminal.

				
					bash build.sh
				
			
How to Hide IP address with torghost

Step 4: After completing the above steps run the following command to see the usage of torghost tool

				
					sudo python3 torghost.py
				
			
How to Hide IP address with torghost

Step 5: Now run the following command to hide your IP address

				
					sudo python3 torghost.py
				
			
How to Hide IP address with torghost

Now hide your real IP address and check the newly created IP in the “IP lookup

That’s it, you are done. this is the way toΒ change your IP address. I hope this article helps you! Share with your friends

What is 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 disable unsafe packets exiting the system. Some packets like ping requests can compromise your identity.

RELATED ARTICLES

3 Comments

  1. Very nice article superπŸ‘ŒπŸ‘ŒπŸ‘ŒπŸ‘ŒπŸ‘ŒπŸ‘ŒπŸ‘ŒπŸ‘ŒπŸ‘ŒπŸ‘ŒπŸ‘ŒπŸ‘ŒπŸ‘Œ

  2. Hello,

    I am using Kali Linux 2022.2, I have tried about everything but keep getting the errors below:

    [04:23:15] Always check for updates using -u option
    Traceback (most recent call last):
    File “/root/torghost/torghost.py”, line 259, in
    main()
    File “/root/torghost/torghost.py”, line 247, in main
    start_torghost()
    File “/root/torghost/torghost.py”, line 116, in start_torghost
    with open(Torrc, ‘w’) as myfile:
    FileNotFoundError: [Errno 2] No such file or directory: ‘/etc/tor/torghostrc’

Leave A Reply

Please enter your comment!
Please enter your name here

Most Popular