I have the following code:
I have attempted to use proxychains/torify/torsocks to download the contents of the onion website but it does not work.#!/usr/bin/perl use strict; use warnings; use 5.010; use LWP::Simple; use DateTime; my $time = localtime; getstore("website.onion", "$time.txt");
How can I use LWP::Simple with a proxy or via TOR?
In reply to How can I use a proxy/TOR with LWP:Simple? by cxcc
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |