I want to write a perl-script that loads content from internet-websites through the TOR network. The script should run on a non-gui ubuntu server (Ubuntu 12.04).
Just to make it clear: I want to install no TOR server and no TOR browser. I want to install a TOR client that makes it possible for other programs like perl scripts to access web content through the TOR network.
My questions:
sudo apt-get install tor
- then you can either use proxychains <your command>
OR usewithtor <your command>
OR torify <your command>