shell bypass 403
UnknownSec Shell
:
/
home
/
akwariom
/
www
/
wp-content
/
plugins
/
php-compatibility-checker
/ [
drwxr-xr-x
]
upload
mass deface
mass delete
console
info server
name :
uninstall.php
<?php /** * Uninstall script * * @package WPEngine\PHPCompat * @since 1.0.0 */ // If uninstall.php is not called by WordPress, die. if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) { die; } require_once dirname( __FILE__ ) . '/load-files.php'; $wpephpc = new WPEPHPCompat( dirname( __FILE__ ) ); $wpephpc->clean_after_scan(); delete_option( 'wpephpcompat.scan_results' );
© 2026 UnknownSec