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 | : 3.15.1.201
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 /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
admin.js
15.57
KB
-rw-rw-r--
approve.js
15.23
KB
-rwxrwxrwx
bank.js
6.18
KB
-rwxrwxrwx
changepassword.js
1.2
KB
-rwxrwxrwx
consultant.js
5.92
KB
-rwxrwxrwx
excelapprove.js
3.35
KB
-rw-r--r--
index.js
2.02
KB
-rwxrwxr-x
invoice.js
12.73
KB
-rwxrwxrwx
loadmakepayment.js
20.12
KB
-rwxrwxrwx
mainpage.js
1.61
KB
-rw-rw-r--
reports.js
899
B
-rw-r--r--
searchpms.js
5.49
KB
-rw-r--r--
supplier.js
15.48
KB
-rwxrwxrwx
uploadexcel.js
1.94
KB
-rw-r--r--
users.js
3.89
KB
-rwxrwxrwx
verify.js
9.15
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : uploadexcel.js
function loaduploadexcel() { $("#loadtab").load("html/uploadexcel.html?v=" + version, () => {}); } function genReport() { console.log($("#reportType").val()); if ($("#reportType").val() == "Batch") { window.open( $host_url + "pmsreport" + "&reportType=" + reportType + "&invnofrom=" + invnofrom + "&invnoto=" + invnoto + "&batchfrom=" + batchfrom + "&batchto=" + batchto, "_blank" ); } } function getinvto() { if ($("#invnofrom").val() == 0 || $("#invnofrom").val() == "0000") { $("#invnoto").val("ZZZZ"); return; } $("#invnoto").val($("#invnofrom").val()); return; } function getbatchto() { if ($("#batchfrom").val() == 0 || $("#batchfrom").val() == "0000") { $("#batchto").val("ZZZZ"); return; } $("#batchto").val($("#batchfrom").val()); return; } function admuploadexeclsheet() { var valid_file_extentions = new Array("xlsx", "xls"); var ext = $("#admuploadsheet").val(); console.log(ext); filepath = ext; /*ext = ext.substring(ext.length-3,ext.length); ext = ext.toLowerCase(); if(ext != "" && !in_array(ext,valid_file_extentions)) { alert("Select valid File!"); $("#admuploadsheet").val(''); return false; }*/ // $.blockUI({ message: "<h1 class='h1' style='font-size:12px'><img src='img/ajax-loader.gif' border='0'></h1>" }); var lstr_data = "&filepath=" + filepath; $upload = $host_url + "admuploadexeclsheet&" + lstr_data; console.log($upload); document .getElementById("form_module_image_upload") .setAttribute("action", $upload); console.log("hii"); return AIM.submit( document.getElementById("form_module_image_upload"), "report_display", { onComplete: admuploadexeclsheetResponse } ); } function admuploadexeclsheetResponse($responce) { $responce = eval("(" + $responce + ")"); // $.unblockUI(); alert($responce.data); calluploadexsheet(); }
Close