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

name : inline.daemon
#!perl -w
#!d:\perl\bin\perl.exe

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

# that's OO call, so first parameter is scalar (class name)

use Inline C => <<ENDC;
SV* greet(SV* o, char* x) { newSVpvf("Hello, %s world", x); }
ENDC

use SOAP::Transport::HTTP;

$SIG{PIPE} = $SIG{INT} = 'IGNORE'; # don't want to die on 'Broken pipe' or Ctrl-C

my $daemon = SOAP::Transport::HTTP::Daemon
  -> new (LocalAddr => 'localhost', LocalPort => 81)
  -> dispatch_to('greet')
;
print "Contact to SOAP server at ", $daemon->url, "\n";
$daemon->handle;

# you can see the result with:
#
# % perl SOAPsh.pl http://localhost:81/
# > greet('cruel')
#
© 2025 GrazzMean