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 /
Alien /
Build /
Log /
[ HOME SHELL ]
Name
Size
Permission
Action
Abbreviate.pm
2.47
KB
-rw-rw-rw-
Default.pm
1.93
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Abbreviate.pm
package Alien::Build::Log::Abbreviate; use strict; use warnings; use 5.008001; use Term::ANSIColor (); use Path::Tiny qw( path ); use File::chdir; use base qw( Alien::Build::Log ); # ABSTRACT: Log class for Alien::Build which is less verbose our $VERSION = '2.26'; # VERSION sub _colored { my($code, @out) = @_; -t STDOUT ? Term::ANSIColor::_colored($code, @out) : @out; } my $root = path("$CWD"); sub log { my(undef, %args) = @_; my($message) = $args{message}; my ($package, $filename, $line) = @{ $args{caller} }; my $source = $package; $source =~ s/^Alien::Build::Auto::[^:]+::Alienfile/alienfile/; my $expected = $package; $expected .= '.pm' unless $package eq 'alienfile'; $expected =~ s/::/\//g; if($filename !~ /\Q$expected\E$/) { $source = path($filename)->relative($root); } else { $source =~ s/^Alien::Build::Plugin/ABP/; $source =~ s/^Alien::Build/AB/; } print _colored([ "bold on_black" ], '['); print _colored([ "bright_green on_black" ], $source); print _colored([ "on_black" ], ' '); print _colored([ "bright_yellow on_black" ], $line); print _colored([ "bold on_black" ], ']'); print _colored([ "white on_black" ], ' ', $message); print "\n"; } 1; __END__ =pod =encoding UTF-8 =head1 NAME Alien::Build::Log::Abbreviate - Log class for Alien::Build which is less verbose =head1 VERSION version 2.26 =head1 SYNOPSIS =head1 DESCRIPTION =head1 METHODS =head2 log $log->log(%opts); Send single log line to stdout. =head1 AUTHOR Author: Graham Ollis E<lt>plicease@cpan.orgE<gt> Contributors: Diab Jerius (DJERIUS) Roy Storey (KIWIROY) Ilya Pavlov David Mertens (run4flat) Mark Nunberg (mordy, mnunberg) Christian Walde (Mithaldu) Brian Wightman (MidLifeXis) Zaki Mughal (zmughal) mohawk (mohawk2, ETJ) Vikas N Kumar (vikasnkumar) Flavio Poletti (polettix) Salvador Fandiño (salva) Gianni Ceccarelli (dakkar) Pavel Shaydo (zwon, trinitum) Kang-min Liu (劉康民, gugod) Nicholas Shipp (nshp) Juan Julián Merelo Guervós (JJ) Joel Berger (JBERGER) Petr Pisar (ppisar) Lance Wicks (LANCEW) Ahmad Fatoum (a3f, ATHREEF) José Joaquín Atria (JJATRIA) Duke Leto (LETO) Shoichi Kaji (SKAJI) Shawn Laffan (SLAFFAN) Paul Evans (leonerd, PEVANS) =head1 COPYRIGHT AND LICENSE This software is copyright (c) 2011-2020 by Graham Ollis. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. =cut
Close