shell bypass 403

GrazzMean Shell

: /usr/share/perl5/vendor_perl/SOAP/ [ drwxr-xr-x ]
Uname: Linux web3.us.cloudlogin.co 5.10.226-xeon-hst #2 SMP Fri Sep 13 12:28:44 UTC 2024 x86_64
Software: Apache
PHP version: 8.1.31 [ PHP INFO ] PHP os: Linux
Server Ip: 162.210.96.117
Your Ip: 3.133.137.33
User: edustar (269686) | Group: tty (888)
Safe Mode: OFF
Disable Function:
NONE

name : test_html.pl
# perl usage:
use lib 't/lib';
use TAP::Harness;
use TAP::Formatter::HTML;
my $fmt = TAP::Formatter::HTML->new({
    verbosity => -2,
});

use File::Find::Rule;
my @tests =  sort { $a cmp $b } File::Find::Rule->file()
                              ->name( '*.t' )
                              ->in( 't/' );
local $ENV{TEST_VERBOSE} = 1;
my $harness = TAP::Harness->new(
{
    formatter => $fmt ,
    merge => 1,
    # verbosity => 1,
    lib => [ 't/lib', 'lib' ],
    switches => ($ARGV[0] eq '--cover')
        ? [ '-MDevel::Cover=-ignore,.,-select,^lib/.+,-coverage,statement,subroutine,condition,branch' ]
        : [],
});
$harness->runtests( @tests );
© 2025 GrazzMean