- Kali Linux:An Ethical Hacker's Cookbook(Second Edition)
- Himanshu Sharma
- 78字
- 2025-02-18 00:26:50
Using proxychains with Tor
- To use proxychains with Tor, we first need to install Tor using the following command:
apt-get install tor
- Once it is installed, we run Tor by typing tor in the Terminal.
- We then open another Terminal and type the following command to use an application via proxychains:
proxychains toolname –arguments
The following screenshot shows the output of the preceding command:

Now let's have a look at the Routerhunter tool in the next recipe.