上QQ阅读APP看书,第一时间看更新
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: