GET HTTP(Proxy / IO:Socket / HTML::LinkExtor)
Latest update was HTML::LinkExtor as below. #!/usr/bin/perl ############################################ # [+] Get HTTP # Created # BY # Pretorians # ########################################### use LWP::Simple; use Time::localtime; use LWP::UserAgent; use IO::Socket; use HTML::LinkExtor; ## print "[+] GET Http By Pretorians \n"; ## ## if (@ARGV == 0) {&usg;} while (@ARGV > 0) { $type = shift(@ARGV); $t = shift(@ARGV); if ($type eq "-p") { print "[!] Target: $t\n"; my $ua = LWP::UserAgent->new; $ua->agent('Mozilla/5.0 '); $ua->proxy([(http )] => 'socks://127.0.0.1:9050'); $ua->cookie_jar({}...