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 /
vendor /
lib /
Tie /
[ HOME SHELL ]
Name
Size
Permission
Action
Array
[ DIR ]
drwxrwxrwx
EncryptedHash.pm
15.39
KB
-rw-rw-rw-
Registry.pm
833
B
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Registry.pm
package Tie::Registry; # Tie/Registry.pm -- Provides backward compatibility for Win32::TieRegistry # that was called Tie::Registry prior to version 0.20. # by Tye McQueen, tye@metronet.com, see http://www.metronet.com/~tye/. use strict; use Carp; use vars qw( $VERSION @ISA ); BEGIN { require Win32::TieRegistry; $VERSION = '0.15'; @ISA = qw{Win32::TieRegistry}; } sub import { my $pkg = shift; Win32::TieRegistry->import( ExportLevel => 1, SplitMultis => 0, @_ ); } 1; __END__ =pod =head1 NAME Tie::Registry - Legacy interface to Win32::TieRegistry (DEPRECATED) =head1 DESCRIPTION This module provides backward compatibility for L<Win32::TieRegistry> that was called Tie::Registry prior to version 0.20. =head1 AUTHOR Tye McQueen E<lt>tye@metronet.comE<gt> =head1 COPYRIGHT Copyright 1999 Tye McQueen. =cut
Close