cxcc has asked for the wisdom of the Perl Monks concerning the following question:
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?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How can I use a proxy/TOR with LWP:Simple?
by Anonymous Monk on Aug 09, 2017 at 00:12 UTC |