shell bypass 403
UnknownSec Shell
:
/
home
/
akwariom
/
www
/
wp-content
/
plugins
/
gallery-by-supsystic
/
app
/
console
/ [
drwxr-xr-x
]
upload
mass deface
mass delete
console
info server
name :
log.php
<?php /** * Usage (UNIX): * - php app/console/log.php - Print full log file * - php app/console/log.php | grep %level|time|word% - Print only messages with the specified level (time, word, etc) */ if (PHP_SAPI !== 'cli') { die ('Execute current script only from command-line'); } define('LOGPATH', realpath(__DIR__ . '/../../../../uploads/grid-gallery/log')); if (is_file($file = LOGPATH . '/' . date('Y-m-d') . '.log')) { echo file_get_contents($file); }
© 2026 UnknownSec