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 | : 18.118.33.130
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 /
html /
demo /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
index.js
4.05
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.js
//var $host_url='http://10.10.200.172/activity/app.php?a='; //var $image_path='http://10.10.200.172/activity/libs/jquery/themes/basic/images/'; var path_name = window.location.pathname.split("/")[1] + "/" + window.location.pathname.split("/")[2]; if ( path_name == "index.html" || path_name == "admin.php" || path_name == "admin_login.php" ) path_name = ""; var $host_url = "http://" + window.location.host + "/" + path_name + "/app.php?a="; if (location.protocol != "https:") { var protocol = "http://"; } else { var protocol = "https://"; } var urlarr = window.location.pathname.split("/"); var $url = protocol + window.location.host + "/"; var $hoststr = ""; console.log(urlarr.length); for (var j = 1; j < urlarr.length - 1; j++) { $hoststr += window.location.pathname.split("/")[j] + "/"; } var db = window.location.pathname.split("/")[urlarr.length - 1]; $host_url = $url + $hoststr + "app.php?db=" + db + "&a="; function trim($str) { return jQuery.trim($str); } function logout() { $.ajax({ type: "POST", async: false, url: $host_url + "logout", data: "", success: logoutResponce }); } function logoutResponce($responce) { $responce = eval("(" + $responce + ")"); window.location.href = "index.php"; } function loadUserDetails() { $.ajax({ type: "POST", async: false, url: $host_url + "isLoggedIn", data: "", success: isLoggedInDetails }); } function isLoggedInDetails($responce) { $responce = eval("(" + $responce + ")"); if($responce.data == 0) { alert("Please login to continue"); window.location.href = "index.php"; }else { } } function login() { if (trim(document.getElementById("user_name").value) == "") { alert("Please enter Username"); document.getElementById("user_name").focus(); return; } else if (trim(document.getElementById("password").value) == "") { alert("Please enter Password"); document.getElementById("password").focus(); return; } var username = document.getElementById("user_name").value; var password = document.getElementById("password").value; var $parameters = "usr=" + username + "&password=" + password; $.ajax({ type: "POST", url: $host_url + "validateUsernameAndPassword", data: $parameters, success: validateUsernameAndPasswordResponse }); } function validateUsernameAndPasswordResponse($responce) { $responce = eval("(" + $responce + ")"); if ($responce.error_code == -1) { document.getElementById("user_name").focus(); document.getElementById("password").value = ""; alert($responce.data); } else { window.location.href = "MainPage.html"; } } function dologin(event) { if (event.keyCode == 13) login(); } function collegelogin() { if (trim(document.getElementById("college_code").value) == "") { alert("Please enter College code"); document.getElementById("college_code").focus(); return; } if (trim(document.getElementById("user_name").value) == "") { alert("Please enter Username"); document.getElementById("user_name").focus(); return; } else if (trim(document.getElementById("password").value) == "") { alert("Please enter Password"); document.getElementById("password").focus(); return; } var collcode = document.getElementById("college_code").value; var username = document.getElementById("user_name").value; var password = document.getElementById("password").value; var $parameters = "usr=" + username + "&password=" + password + "&collcode=" + collcode; $.ajax({ type: "POST", url: $host_url + "validateCollUsernameAndPassword", data: $parameters, success: validateCollUsernameAndPasswordResponse }); } function validateCollUsernameAndPasswordResponse($responce) { $responce = eval("(" + $responce + ")"); if ($responce.error_code == -1) { document.getElementById("college_code").focus(); document.getElementById("password").value = ""; alert($responce.data); } else { window.location.href = "CollegeMainPage.php"; } } function dologincoll(event) { if (event.keyCode == 13) collegelogin(); }
Close