shell bypass 403

GrazzMean Shell

: /usr/share/fusioninventory/html/ [ 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: 18.224.38.218
User: edustar (269686) | Group: tty (888)
Safe Mode: OFF
Disable Function:
NONE

name : index.tpl
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta content="text/html; charset=UTF-8" http-equiv="content-type" />
    <title>FusionInventory-Agent</title>
    <link rel="stylesheet" href="site.css" type="text/css" />
</head>
<body>

<img src="/logo.png" alt="FusionInventory" />
<br />
This is FusionInventory Agent {$version}<br />
The current status is {$status}<br />

{
    if ($trust && (@server_targets||@local_targets)) {
        $OUT .= '<a href="/now">Force an Inventory</a>';
    } else {
        '';
    }
}

<br />
{
    if (@server_targets) {
        $OUT .=  "Next server target execution planned for:\n";
        $OUT .=  "<ul>\n";
        foreach my $target (@server_targets) {
           $OUT .= "<li>$target->{name}: $target->{date}</li>\n";
        }
        $OUT .=  "</ul>\n";
    } else {
        '';
    }
}

{
    if (@local_targets) {
        $OUT .=  "Next local target execution planned for:\n";
        $OUT .=  "<ul>\n";
        foreach my $target (@local_targets) {
           $OUT .= "<li>$target->{name}: $target->{date}</li>\n";
        }
        $OUT .=  "</ul>\n";
    } else {
        '';
    }
}

{
    if ($trust && @httpd_plugins) {
        $OUT .=  "HTTPD plugins listening ports:\n";
        foreach my $plugin (@httpd_plugins) {
           $OUT .= "<li>$plugin->{port}: $plugin->{name}</li>\n";
        }
        $OUT .=  "</ul>\n";
    } else {
        '';
    }
}

</body>
</html>
© 2025 GrazzMean