Windows NT DGPENSV2LPKMN 10.0 build 14393 (Windows Server 2016) AMD64
Apache/2.4.46 (Win64) OpenSSL/1.1.1h PHP/7.3.25
: 172.16.0.66 | : 172.16.0.254
Cant Read [ /etc/named.conf ]
7.3.25
SYSTEM
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
[ A ]
[ C ]
[ D ]
C: /
xampp7 /
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
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.12
KB
-rw-rw-rw-
Debug.pm
2.05
KB
-rw-rw-rw-
DeferredCode.pm
189
B
-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-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Config.pm
# This is CPAN.pms systemwide configuration file. This file provides # defaults for users, and the values can be changed in a per-user # configuration file. The user-config file is being looked for as # /.cpan/CPAN/MyConfig.pm. my @urllist = ( 'http://cpan.strawberryperl.com/', 'http://www.cpan.org/', ); if ( -d 'C:\\xampp7\\minicpan' ) { # If we are on fake Hotel/Airport wireless, # prefer the minicpan to the poisoned wireless. eval { require LWP::Online; }; unless ( $@ ) { if ( LWP::Online::online() ) { push @urllist, q[file:///C:/xampp7/minicpan/]; } else { unshift @urllist, q[file:///C:/xampp7/minicpan/]; } } } $CPAN::Config = { applypatch => q[], auto_commit => q[1], build_cache => q[50], build_dir => q[C:\\xampp7\\cpan\\build], build_dir_reuse => q[0], build_requires_install_policy => q[yes], bzip2 => q[ ], #will use perl module if it is ' ' cache_metadata => q[1], check_sigs => q[0], colorize_print => q[bold green], colorize_warn => q[bold red], colorize_output => q[0], commandnumber_in_prompt => q[0], connect_to_internet_ok => q[1], cpan_home => q[C:\\xampp7\\cpan], curl => q[], ftp => q[C:\\Windows\\system32\\ftp.exe], ftp_passive => q[1], ftp_proxy => q[], getcwd => q[cwd], gpg => q[], gzip => q[ ], #will use perl module if it is ' ' halt_on_failure => q[1], histfile => q[C:\\xampp7\\cpan\\histfile], histsize => q[1000], http_proxy => q[], inactivity_timeout => q[0], index_expire => q[1], inhibit_startup_message => q[0], keep_source_where => q[C:\\xampp7\\cpan\\sources], load_module_verbosity => q[none], lynx => q[], make => q[C:\\xampp7\\c\\bin\\gmake.exe], make_arg => q[], make_install_arg => q[UNINST=1], make_install_make_command => q[C:\\xampp7\\c\\bin\\gmake.exe], makepl_arg => q[], mbuild_arg => q[], mbuild_install_arg => q[--uninst 1], mbuildpl_arg => q[], ncftp => q[], ncftpget => q[], no_proxy => q[], pager => q[C:\\Windows\\system32\\more.COM], patch => q[C:\\xampp7\\c\\bin\\patch.exe], perl5lib_verbosity => q[none], prefer_external_tar => q[0], prefer_installer => q[MB], prefs_dir => q[C:\\xampp7\\cpan\\prefs], prerequisites_policy => q[follow], recommends_policy => q[1], scan_cache => q[atstart], shell => q[C:\\Windows\\system32\\cmd.exe], show_unparsable_versions => q[0], show_upload_date => q[1], show_zero_versions => q[0], suggests_policy => q[0], tar => q[ ], #will use perl module if it is ' ' tar_verbosity => q[none], term_is_latin => q[1], term_ornaments => q[1], test_report => q[0], trust_test_report_history => q[0], unzip => q[], urllist => \@urllist, use_prompt_default => q[0], use_sqlite => q[1], version_timeout => q[15], wget => q[], yaml_load_code => q[0], yaml_module => q[YAML::XS], }; eval { require Portable; Portable->import('CPAN'); }; 1; __END__
Close