shell bypass 403

GrazzMean Shell

: /lib64/perl5/vendor_perl/PDL/ [ 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.17.156.114
User: edustar (269686) | Group: tty (888)
Safe Mode: OFF
Disable Function:
NONE

name : default.perldlrc

# default.perldlrc

# Default startup for perldl shell.
# Note: any $HOME/.perldlrc file overrides this

use PDL;
use PDL::Dbg;                 # Enable useful commands
use PDL::Constants qw(PI E);  # add PI and E constants
#use PDL::Lite; # Alternative to above for hard-core freaks

# These are some PDL::Core parameters that you may wish
# to set in an interactive PDL session:
#
#   $PDL::debug          When true, PDL debugging information is printed.
#   $PDL::verbose        When true, PDL functions provide chatty information.
#   $PDL::use_commas     Whether to insert commas when printing pdls
#   $PDL::floatformat    The default print format for floats
#   $PDL::doubleformat   The default print format for doubles
#   $PDL::undefval       The value to use instead of "undef" when creating pdls.
#   $PDL::toolongtoprint The maximal size pdls to print (defaults to 10000 elements)

# PDL waffle options (and pacify -w)
BEGIN{
   $PDL::debug = $PDL::debug = 0;
   $PDL::verbose = $PDL::verbose = 1;
   $PDL::toolongtoprint = $PDL::toolongtoprint = 10000;
   $PDL::IO::FlexRaw::writeflexhdr = 1;
}

if ( $PERLDL::TERM->ReadLine() =~ /::Perl$/ ) {
   if ( defined $readline::rl_MaxHistorySize ) {
      $readline::rl_MaxHistorySize = $PERLDL::HISTFILESIZE if defined $PERLDL::HISTFILESIZE;
   }
}

use PDL::Doc::Perldl; # online docs module

1;
© 2025 GrazzMean