- Kali Linux:An Ethical Hacker's Cookbook
- Himanshu Sharma
- 72字
- 2025-02-20 22:27:48
Using proxychains with tor
To learn about tor follow the given steps:
- 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 example of the preceding commands:
