shell bypass 403

GrazzMean Shell

: /usr/share/doc/perl-Sys-Virt/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.144.19.182
User: edustar (269686) | Group: tty (888)
Safe Mode: OFF
Disable Function:
NONE

name : auth.pl
# -*- perl -*-
use strict;
use warnings;
use Sys::Virt;

my $addr = @ARGV ? shift @ARGV : "";
print "Addr $addr\n";
my $con = Sys::Virt->new(address => $addr, readonly => 0, auth => 1,
			 credlist => [
			   Sys::Virt::CRED_AUTHNAME,
			   Sys::Virt::CRED_PASSPHRASE,
			 ],
			 callback => sub {
			     my $creds = shift;


			     foreach my $cred (@{$creds}) {
				 if ($cred->{type} == Sys::Virt::CRED_AUTHNAME) {
				     $cred->{result} = "test";
				 }
				 if ($cred->{type} == Sys::Virt::CRED_PASSPHRASE) {
				     $cred->{result} = "123456";
				 }

			     }
			     return 0;
			 });

print "VMM type: ", $con->get_type(), "\n";

© 2025 GrazzMean