[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.133.153.110: ~ $
#!/usr/bin/perl

use strict;
use warnings;

use HTTP::Tiny;

my $url = shift(@ARGV) || 'http://example.com';

my $response = HTTP::Tiny->new->get($url);

print "$response->{status} $response->{reason}\n";

while (my ($k, $v) = each %{$response->{headers}}) {
    for (ref $v eq 'ARRAY' ? @$v : $v) {
        print "$k: $_\n";
    }
}

print $response->{content} if length $response->{content};


Filemanager

Name Type Size Permission Actions
get.pl File 395 B 0644
mirror.pl File 392 B 0644
post.pl File 568 B 0644