shell bypass 403
GrazzMean-Shell Shell
: /home/dreampi/www/wp-content/plugins/elementor/modules/content-sanitizer/interfaces/ [ drwxr-xr-x ]
<?php
namespace Elementor\Modules\ContentSanitizer\Interfaces;
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
interface Sanitizable {
public function sanitize( $content );
}