shell bypass 403

GrazzMean Shell

: /usr/share/doc/perl-Class-Mix/t/ [ 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: 18.221.185.58
User: edustar (269686) | Group: tty (888)
Safe Mode: OFF
Disable Function:
NONE

name : genpkg.t
use warnings;
use strict;

use Test::More tests => 7;

BEGIN { use_ok "Class::Mix", qw(genpkg); }

{
	no warnings;
	$__GP1::foo = 1;
	$Foo::Bar::__GP4::foo = 1;
	$Class::Mix::__GP7::foo = 1;
}

is genpkg(""), "__GP0";
is genpkg(""), "__GP2";
is genpkg("Foo::Bar::"), "Foo::Bar::__GP3";
is genpkg("Foo::Bar::"), "Foo::Bar::__GP5";
is genpkg, "Class::Mix::__GP6";
is genpkg, "Class::Mix::__GP8";

1;
© 2025 GrazzMean