Linux server2.hpierson.com 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64
Apache
: 162.0.216.123 | : 216.73.216.152
28 Domain
?7.4.33
yvffpqmy
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
lve /
modlscapi /
tars /
[ HOME SHELL ]
Name
Size
Permission
Action
apache2_2.patch
486
B
-rw-r--r--
apache2_4.patch
491
B
-rw-r--r--
apache2_4_1.patch
477
B
-rw-r--r--
apache_pm.patch
660
B
-rw-r--r--
lsapi.pm
2.53
KB
-rw-r--r--
lsapi_modfcgid.conf
178
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : apache_pm.patch
--- apache.pm.old 2017-02-09 05:46:30.904000000 -0500 +++ apache.pm 2017-02-09 05:47:59.566000000 -0500 @@ -815,7 +815,7 @@ sub get_available_handlers { # Only return handlers that support the language's SAPI interfaces. my $lang_obj = $lang->get_package( package => $package ); - for my $sapi ( $lang_obj->get_sapi_list(), 'suphp', 'none' ) { + for my $sapi ( $lang_obj->get_sapi_list(), 'suphp', 'lsapi', 'none' ) { $sapi = 'dso' if $sapi eq 'apache2'; my $handler = try { $self->make_handler( type => $sapi, lang => $lang, package => $package, lang_obj => $lang_obj ) }; $handlers{$sapi} = $handler if $handler;
Close