[ Avaa Bypassed ]




Upload:

Command:

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

use strict;
use warnings;

use Test::More tests => 1;
use Test::WWW::Mechanize;

my $mech = Test::WWW::Mechanize->new;
my $url  = shift;
$mech->get_ok(
    $url,
    "We should be able to fetch ($url)"
);

Filemanager

Name Type Size Permission Actions
forked_tests.pl File 1.58 KB 0644
test_html.pl File 222 B 0755
tprove_gtk File 10.77 KB 0644