How to Use Proxychains with TOR

preview_player
Показать описание
To install ProxyChains and Tor in Kali Linux, follow these steps:

Install ProxyChains:

ProxyChains is a tool that allows you to run applications through a proxy server. It's useful for routing network traffic through proxy chains.

Open a terminal and type the following commands:

sudo apt update
sudo apt install proxychains4

Configure ProxyChains:

Open the configuration file using a text editor. For example:

In the configuration file, you'll find a section that looks like this:

#socks4 127.0.0.1 9050
#socks5 127.0.0.1 9050

Uncomment the example line or add your own entry if you're using Tor:

socks4 127.0.0.1 9050
socks5 127.0.0.1 9050

Save the file and exit the text editor.

Install Tor:
Tor is a network of volunteer-run servers that provides anonymity for users by routing their internet traffic through a series of encrypted connections.

Install Tor by running the following command:

sudo apt install tor

Start Tor:
After installing Tor, Enable and Start the Tor service:

Test the Setup:

To test if ProxyChains and Tor are working correctly, you can use a tool like curl to make a request through Tor. For example:

This command will use the Tor network to fetch the content of the specified URL.

Remember that using Tor and proxy servers for illicit or malicious activities is against the law and unethical. Always use such tools responsibly and for legitimate purposes.
Рекомендации по теме
Комментарии
Автор

Thank you for the Great explanation of proxy chain through

eqerlhd
Автор

Ur the only person who's teaching real hacking

RaGhav
Автор

Great Vid, please make the terminal bigger, it's hard to see.🙏

chixchixXx
Автор

Please make more vd for advanced techniques red team and make server Discord good work bro ❤

cvport
Автор

man your channel is the best can you please verify that you are still alive and will keep uploading content?

voornaamachternaam
Автор

niice content continue but we need some videos for how can encrypt a payload

MagicFootball-vrrr
Автор

Just discovered your channel and love your content. Do you have a discord channel?

angryduck
Автор

I think the --> denied does not come from the firewall of your router but because you need to run this with a sudo

Krissini
Автор

can proxychain work with ddos tool from pyhyon3?

or didnot advise to perform dos via proxychain tor network?

katakgemok
Автор

Where i can get the video youtube delete about wifi ?? I need it

loryi
Автор

Using proxy chains is safer than VPN (eg mullvad)?

yaroslav
Автор

Create a website for patrons for however much to subscribe and show us the good stuff I’m so interested in learning this stuff my uncles a professional eh for large corps. I’ve now picked up many added tools and trying to learn it all at an advanced rate. I’d definitely pay for your knowledge 💯

VIP-Exciusive
Автор

Hello, Why did you use both socks4 and socks5 instead of just use newer protocol socks5 in ProxyChains?
Does it make any difference? Advantages? Disadvantages?

sanujas
Автор

I did exactly as you did it did seem to change My ip, but it didnt change My country.

momomaz
Автор

When I get to the 8:00 mark mine shows my local ip and location. What am I doing wrong? I’m using Ubuntu but everything is correct downloaded Tor and everything confused

HomerCashin
Автор

Sir I want to host onion site, tor plus proxychain, how to do???

salexkorsan
Автор

My question is can I proxy chain my entire system and not just a web browser ?

thatstonerr
Автор

Unfortunately, the video quality is poor. It must be filmed at a larger size in order to see the commands clearly

yahianinja
Автор

Just make a whole series of red teaming I have already subscribed to you now

RaGhav
Автор

Can this be done if im on android? Im using vnc viewer

ModernCivilWar