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

name : ea-vs-ma.pl
#!/usr/bin/perl;
use Benchmark qw[:all];
use strict;
$^W = 1;

use Email::Address;
use Mail::Address;

sub testit {
    my ($class) = @_;
    open CORPUS, $ARGV[0] or die $!;
    while (<CORPUS>) {
       s/-- ATAT --/@/g;
       my @objs     = $class->parse($_);
       my @new_objs = map $class->new($_->phrase, $_->address, $_->comment), @objs;
       foreach my $obj ( @objs, @new_objs ) {
           foreach ( qw[phrase address comment format name host user] ) {
               my $blah = $obj->$_;
           }
           foreach ( qw[address phrase comment] ) {
               $obj->$_('foo');
           }
       }
    }
    close CORPUS;
}

cmpthese($ARGV[1] || 10, {
  'Mail::Address'  => sub { testit 'Mail::Address' },
  'Email::Address' => sub { testit 'Email::Address' },
});
© 2025 GrazzMean