shell bypass 403
GrazzMean Shell
: /home/workvvfb/www/wp-content/plugins/royal-elementor-addons/modules/lottie-animations/ [ drwxr-xr-x ]
<?php
namespace WprAddons\Modules\LottieAnimations;
use WprAddons\Base\Module_Base;
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
class Module extends Module_Base {
public function get_widgets() {
return [
'Wpr_Lottie_Animations',
];
}
public function get_name() {
return 'wpr-lottie-animations';
}
}