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

name : inventory.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 {$deviceid}</title>
    <style type="text/css">
<!--/* <![CDATA[ */
 tr.odd \{ 
    background-color:white;
\}
tr.even \{ 
    background-color:silver;
\}
/* ]]> */-->
    </style>
</head>
<body>
<h1>Inventory for {$deviceid}</h1>
FusionInventory Agent {$version}<br />
<small>DEVICEID {$deviceid}</small>

{
    foreach my $section (sort keys %data) {
        next if $section eq 'VERSIONCLIENT';

        $OUT .= "<h2>$section</h2>\n";

        my $content = $data{$section};

        if (ref($content) eq 'ARRAY') {
            my @fields = keys %{$fields{$section}};
            $OUT .= "<table width=\"100\%\">\n";
            $OUT .= "<tr>\n";
            foreach my $field (@fields) {
                $OUT .= "<th>" . lc($field). "</th>\n";
            }
            $OUT .= "</tr>\n";
            my $count = 0;
            foreach my $item (@$content) {
                my $class = $count++ % 2 ? 'odd' : 'even';      
                $OUT .= "<tr class=\"$class\">\n";
                foreach my $field (@fields) {
                    $OUT .= "<td>" . ($item->{$field} || "" ). "</td>\n";
                }
                $OUT .= "</tr>\n";

            }
            $OUT .= "</table>\n";
        } else {
            $OUT .= "<ul>\n";
            foreach my $key (sort keys %{$content}) {
                $OUT .= "<li>$key: $content->{$key}</li>\n";
            }
            $OUT .= "</ul>\n<br />\n";
        }
    }
}
</body>
</html>
© 2025 GrazzMean