Linux webserver 6.8.0-49-generic #49~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Nov 6 17:42:15 UTC 2 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.1.1 & Your IP : 216.73.216.54
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
libjs-codemirror /
html /
Delete
Unzip
Name
Size
Permission
Date
Action
logos
[ DIR ]
drwxr-xr-x
2024-03-13 04:07
activebookmark.js
1.85
KB
-rw-r--r--
2021-12-20 10:11
docs.css
4.02
KB
-rw-r--r--
2021-12-20 10:11
internals.html
25.15
KB
-rw-r--r--
2021-12-20 10:11
logo.png
6.09
KB
-rw-r--r--
2022-01-28 11:40
logo.svg
6.89
KB
-rw-r--r--
2021-12-20 10:11
manual.html
212.07
KB
-rw-r--r--
2021-12-20 10:11
realworld.html
17.87
KB
-rw-r--r--
2021-12-20 10:11
releases.html
149.25
KB
-rw-r--r--
2021-12-20 10:11
reporting.html
2
KB
-rw-r--r--
2021-12-20 10:11
upgrade_v2.2.html
3.46
KB
-rw-r--r--
2021-12-20 10:11
upgrade_v3.html
8.31
KB
-rw-r--r--
2021-12-20 10:11
upgrade_v4.html
5.33
KB
-rw-r--r--
2021-12-20 10:11
yinyang.png
1.93
KB
-rw-r--r--
2022-01-28 11:40
Save
Rename
// Kludge in HTML5 tag recognition in IE8 document.createElement("section"); document.createElement("article"); (function() { if (!window.addEventListener) return; var pending = false, prevVal = null; function updateSoon() { if (!pending) { pending = true; setTimeout(update, 250); } } function update() { pending = false; var marks = document.getElementById("nav").getElementsByTagName("a"), found; for (var i = 0; i < marks.length; ++i) { var mark = marks[i], m; if (mark.getAttribute("data-default")) { if (found == null) found = i; } else if (m = mark.href.match(/#(.*)/)) { var ref = document.getElementById(m[1]); if (ref && ref.getBoundingClientRect().top < 50) found = i; } } if (found != null && found != prevVal) { prevVal = found; var lis = document.getElementById("nav").getElementsByTagName("li"); for (var i = 0; i < lis.length; ++i) lis[i].className = ""; for (var i = 0; i < marks.length; ++i) { if (found == i) { marks[i].className = "active"; for (var n = marks[i]; n; n = n.parentNode) if (n.nodeName == "LI") n.className = "active"; } else { marks[i].className = ""; } } } } window.addEventListener("scroll", updateSoon); window.addEventListener("load", updateSoon); window.addEventListener("hashchange", function() { setTimeout(function() { var hash = document.location.hash, found = null, m; var marks = document.getElementById("nav").getElementsByTagName("a"); for (var i = 0; i < marks.length; i++) if ((m = marks[i].href.match(/(#.*)/)) && m[1] == hash) { found = i; break; } if (found != null) for (var i = 0; i < marks.length; i++) marks[i].className = i == found ? "active" : ""; }, 300); }); })();