shell bypass 403

UnknownSec Shell

: /home/.cpan/build/Test-File-1.995-0/t/ [ drwxr-xr-x ]
Uname: Linux dedi-15171674.espacofacial.com.br 5.14.0-687.36.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 7 05:40:49 EDT 2026 x86_64
Software: Apache
PHP version: 8.2.33 [ PHP INFO ] PHP os: Linux
Server Ip: 104.21.5.151
Your Ip: 216.73.217.58
User: espa7358 (1004) | Group: espa7358 (1003)
Safe Mode: OFF
Disable Function:
NONE

name : test_dirs.t
use strict;
use warnings;

use Test::Builder::Tester;
use Test::More 1;
use Test::File;

use File::Spec::Functions qw(catfile);

require "./t/setup_common";
open FH, '>', catfile( qw(sub_dir subdir_file) ); close FH;


test_out( 'ok 1 - sub_dir is a directory' );
test_out( 'ok 2 - sub_dir really is a directory' );
dir_exists_ok( 'sub_dir' );
dir_exists_ok( 'sub_dir', 'sub_dir really is a directory' );
test_test();

test_out( 'not ok 1 - bmoogle is a directory' );
test_diag( 'directory [bmoogle] does not exist' );
test_fail(+1);
dir_exists_ok( 'bmoogle' );
test_test();

test_out( 'not ok 1 - readable is a directory' );
test_diag( 'file [readable] exists but is not a directory' );
test_fail(+1);
dir_exists_ok( 'readable' );
test_test();

test_out( 'ok 1 - directory sub_dir contains file subdir_file' );
test_out( 'ok 2 - directory sub_dir really contains file subdir_file' );
dir_contains_ok( 'sub_dir', 'subdir_file' );
dir_contains_ok( 'sub_dir', 'subdir_file', 'directory sub_dir really contains file subdir_file' );
test_test();

test_out( 'not ok 1 - directory bmoogle contains file subdir_file' );
test_diag( 'directory [bmoogle] does not exist' );
test_fail(+1);
dir_contains_ok( 'bmoogle', 'subdir_file' );
test_test();

test_out( 'not ok 1 - directory sub_dir contains file bmoogle' );
test_diag( 'file [bmoogle] does not exist in directory sub_dir' );
test_fail(+1);
dir_contains_ok( 'sub_dir', 'bmoogle' );
test_test();


done_testing();

© 2026 UnknownSec