Linux tsuru-no-tsurugi 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.0.18 & Your IP : 216.73.216.68
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html /
static /
admin /
js /
Delete
Unzip
Name
Size
Permission
Date
Action
admin
[ DIR ]
drwxrwxr-x
2026-06-24 16:29
vendor
[ DIR ]
drwxrwxr-x
2025-02-27 19:12
SelectBox.js
4.42
KB
-rw-r--r--
2026-06-24 16:29
SelectFilter2.js
14.93
KB
-rw-r--r--
2026-06-24 16:29
actions.js
7.69
KB
-rw-r--r--
2026-06-24 16:29
autocomplete.js
1.04
KB
-rw-r--r--
2026-06-24 16:29
calendar.js
8.27
KB
-rw-r--r--
2026-06-24 16:29
cancel.js
884
B
-rw-r--r--
2026-06-24 16:29
change_form.js
606
B
-rw-r--r--
2026-06-24 16:29
collapse.js
1.76
KB
-rw-r--r--
2026-06-24 16:29
core.js
5.55
KB
-rw-r--r--
2026-06-24 16:29
filters.js
978
B
-rw-r--r--
2026-06-24 16:29
inlines.js
15.16
KB
-rw-r--r--
2026-06-24 16:29
jquery.init.js
51
B
-rw-r--r--
2026-06-24 16:29
nav_sidebar.js
2.99
KB
-rw-r--r--
2026-06-24 16:29
popup_response.js
551
B
-rw-r--r--
2026-06-24 16:29
prepopulate.js
1.5
KB
-rw-r--r--
2026-06-24 16:29
prepopulate_init.js
586
B
-rw-r--r--
2026-06-24 16:29
theme.js
1.9
KB
-rw-r--r--
2026-06-24 16:29
urlify.js
7.7
KB
-rw-r--r--
2026-06-24 16:29
Save
Rename
'use strict'; { // Call function fn when the DOM is loaded and ready. If it is already // loaded, call the function now. // http://youmightnotneedjquery.com/#ready function ready(fn) { if (document.readyState !== 'loading') { fn(); } else { document.addEventListener('DOMContentLoaded', fn); } } ready(function() { function handleClick(event) { event.preventDefault(); const params = new URLSearchParams(window.location.search); if (params.has('_popup')) { window.close(); // Close the popup. } else { window.history.back(); // Otherwise, go back. } } document.querySelectorAll('.cancel-link').forEach(function(el) { el.addEventListener('click', handleClick); }); }); }