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.217.228.195
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 /
ibm /
[ HOME SHELL ]
Name
Size
Permission
Action
.git
[ DIR ]
drwxr-xr-x
Paytm
[ DIR ]
drwxr-xr-x
build
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
kus
[ DIR ]
drwxr-xr-x
kusdde
[ DIR ]
drwxr-xr-x
lib
[ DIR ]
drwxr-xr-x
libs
[ DIR ]
drwxr-xr-x
maya-pdf
[ DIR ]
drwxr-xr-x
plugins
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
tarka_pdf
[ DIR ]
drwxr-xr-x
tcpdf
[ DIR ]
drwxr-xr-x
web
[ DIR ]
drwxr-xr-x
MainPage_1234.html
5.64
KB
-rwxr-xr-x
MainPage_31012018.html
5.58
KB
-rwxr-xr-x
app.php
416
B
-rwxr-xr-x
appForm.html
16.39
KB
-rwxr-xr-x
appStatus.html
5.76
KB
-rwxr-xr-x
appStatus_31012018.html
7.38
KB
-rwxr-xr-x
cconfig.php
1.57
KB
-rwxr-xr-x
changePassword.html
2.72
KB
-rwxr-xr-x
chkResponse.php
434
B
-rwxr-xr-x
createUser.html
5.2
KB
-rwxr-xr-x
displayMarksCards.php
884
B
-rwxr-xr-x
dudCovid19Cert.php
6.19
KB
-rwxr-xr-x
file.pdf
623.54
KB
-rwxr-xr-x
imagemagic.php
252
B
-rwxr-xr-x
index_1234.html
5.39
KB
-rwxr-xr-x
mc-verify.html
2.87
KB
-rwxr-xr-x
payment_gateway.php
7.78
KB
-rwxr-xr-x
paymentresponce.php
10.12
KB
-rwxr-xr-x
pdftoimage.php
2.66
KB
-rwxr-xr-x
pgResponse.php
9.92
KB
-rwxr-xr-x
thumb.jpg
866.39
KB
-rwxr-xr-x
verify-list.html
4.92
KB
-rwxr-xr-x
viewer.html
21.22
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : mc-verify.html
<div> <div class="row" id="appForm"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <div class="card"> <div class="header"> <h2> Marks Card Verification </h2> </div> <div class="body"> <div class="form-horizontal"> <div class="row clearfix"> <div class="col-lg-2 col-md-2 col-sm-4 col-xs-5 form-control-label" > <label class="pull-left" for="Application Number" >Register Number</label > <input type="text" title="Reg. No." value="" class="form-control" id="regno" maxlength="10" placeholder="Register no." /> <!-- <button type="button" class="btn btn-primary waves-effect m-t-10" onclick = "getMarksCardsForVerification()">Submit</button> --> </div> </div> <div class="row clearfix"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 form-control-label" > <div id="semisters" class="demo-radio-button"></div> <button type="button" class="btn btn-primary waves-effect m-t-10" onclick="getMarksCardsForVerification()" > Submit </button> </div> </div> </div> </div> </div> </div> </div> <div class="row" id="appConfirm"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <div class="card"> <div class="header"> <h2> Marks Cards </h2> <button type="button" class="btn btn-primary waves-effect pull-right m-t--15" onclick="verifyMarksCard()" > Save </button> </div> <div class="body"> <div class="form-horizontal"> <div class="row clearfix"> <div id="pdf-container"></div> </div> <div class="row clearfix"> <div class="form-group p-b-20 col-md-6 col-sm-6 col-lg-6 col-xs-12" > <b>Remarks</b> <div class="form-line p-b-10"> <textarea class="form-control" id="fremarks" placeholder="..." autocomplete="off" name="" ></textarea> </div> </div> </div> </div> </div> </div> </div> </div> <script type="text/javascript"> // $('#transcript').hide(); $("#appConfirm").addClass("hidden"); </script> </div>
Close