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

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

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

# Google Web API: http://www.google.com/apis/
# NB: Register and get your own key first
# see also:
#   http://interconnected.org/home/more/GoogleSearch.pl.txt
#   http://aaronland.net/weblog/archive/4205
#   http://www.oreillynet.com/cs/weblog/view/wlg/1283

use SOAP::Lite;

my $key = '0'; # <<< put your key here
my $query = shift || 'soap';

# use GoogleSearch.wsdl file from Google developer's kit
# update path to file to make it work
# GoogleSearch.wsdl is NOT included
my $google = SOAP::Lite->service('file://GoogleSearch.wsdl');
my $result = $google->doGoogleSearch(
  $key, $query, 0, 10, 'false', '', 'false', '', 'latin1', 'latin1');

die $google->call->faultstring if $google->call->fault;
print "About $result->{'estimatedTotalResultsCount'} results.\n";
© 2025 GrazzMean