shell bypass 403
GrazzMean Shell
: /home/workvvfb/public_html/wp-content/plugins/royal-elementor-addons/modules/mailchimp/ [ drwxr-xr-x ]
<?php
namespace WprAddons\Modules\Mailchimp;
use WprAddons\Base\Module_Base;
class Module extends Module_Base {
public function __construct() {
parent::__construct();
// This is here for extensibility purposes - go to town and make things happen!
}
public function get_name() {
return 'wpr-mailchimp';
}
public function get_widgets() {
return [
'Wpr_Mailchimp', // This should match the widget/element class.
];
}
}