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.117.72.244
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 /
pms /
html /
[ HOME SHELL ]
Name
Size
Permission
Action
addinvoice.html
19.23
KB
-rwxrwxrwx
approve.html
5.36
KB
-rw-rw-r--
bank.html
15.45
KB
-rwxrwxrwx
banklist.html
1.66
KB
-rwxrwxrwx
batchinfo.html
8.8
KB
-rwxrwxrwx
batchinfo_old.html
5.79
KB
-rw-rw-r--
changepassword.html
4.39
KB
-rwxrwxrwx
consultant.html
16.01
KB
-rwxrwxrwx
consultantlist.html
1.68
KB
-rwxrwxrwx
enterpayment.html
5.7
KB
-rw-rw-r--
excelapprove.html
8.11
KB
-rw-r--r--
invoice.html
2.72
KB
-rwxrwxrwx
invoice_bills_format.csv
236
B
-rw-rw-r--
makepayment.html
2.31
KB
-rwxrwxrwx
makepayment_old.html
7.72
KB
-rw-rw-r--
reportscreen.html
8.3
KB
-rw-r--r--
searchinvfet.html
18.1
KB
-rw-r--r--
searchpms.html
7.62
KB
-rw-r--r--
supplier.html
16.27
KB
-rwxrwxrwx
supplierlist.html
1.67
KB
-rwxrwxrwx
uploadexcel.html
6.62
KB
-rwxr-xr-x
users.html
8.35
KB
-rwxrwxrwx
userslist.html
1.75
KB
-rwxrwxrwx
verify.html
2.34
KB
-rw-rw-r--
verifyinvoice.html
18.09
KB
-rw-rw-r--
viewapprove.html
17.66
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : consultantlist.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>Consultant list</h2> <div style="float: right"> <button style="margin-top: -45px" class="btn bg-primary waves-effect" onclick="addConsultant()" > New </button> </div> </div> <div class="body"> <div class="row clearfix"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12" id="loadInvoice"> <table class="table table-bordered table-hover"> <thead> <tr class="bg-primary"> <th width="4%"> <center>Sl. No.</center> </th> <th width="7%"> <center>Supplier Code</center> </th> <th width="15%"> <center>Supplier Name</center> </th> <th width="9%"> <center>Mobile</center> </th> <th width="9%"> <center>Created Date</center> </th> <th width="9%"> <center>Action</center> </th> </tr> </thead> <tbody id="appconsultantbody"></tbody> </table> </div> </div> </div> </div> </div> </div>
Close