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 /
clean /
[ HOME SHELL ]
Name
Size
Permission
Action
Atrule.js
1.85
KB
-rw-r--r--
Comment.js
85
B
-rw-r--r--
Declaration.js
162
B
-rw-r--r--
Operator.js
407
B
-rw-r--r--
Rule.js
3.66
KB
-rw-r--r--
TypeSelector.js
591
B
-rw-r--r--
WhiteSpace.js
551
B
-rw-r--r--
index.js
586
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.js
var walk = require('css-tree').walk; var handlers = { Atrule: require('./Atrule'), Rule: require('./Rule'), Declaration: require('./Declaration'), TypeSelector: require('./TypeSelector'), Comment: require('./Comment'), Operator: require('./Operator'), WhiteSpace: require('./WhiteSpace') }; module.exports = function(ast, options) { walk(ast, { leave: function(node, item, list) { if (handlers.hasOwnProperty(node.type)) { handlers[node.type].call(this, node, item, list, options); } } }); };
Close