Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
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 /
cqt /
node_modules /
prelude-ls /
lib /
[ HOME SHELL ]
Name
Size
Permission
Action
Func.js
1.62
KB
-rw-r--r--
List.js
15.18
KB
-rw-r--r--
Num.js
2.41
KB
-rw-r--r--
Obj.js
3.13
KB
-rw-r--r--
Str.js
2.05
KB
-rw-r--r--
index.js
4.82
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Func.js
// Generated by LiveScript 1.6.0 var apply, curry, flip, fix, over, memoize, toString$ = {}.toString; apply = curry$(function(f, list){ return f.apply(null, list); }); curry = function(f){ return curry$(f); }; flip = curry$(function(f, x, y){ return f(y, x); }); fix = function(f){ return function(g){ return function(){ return f(g(g)).apply(null, arguments); }; }(function(g){ return function(){ return f(g(g)).apply(null, arguments); }; }); }; over = curry$(function(f, g, x, y){ return f(g(x), g(y)); }); memoize = function(f){ var memo; memo = {}; return function(){ var args, res$, i$, to$, key, arg; res$ = []; for (i$ = 0, to$ = arguments.length; i$ < to$; ++i$) { res$.push(arguments[i$]); } args = res$; key = (function(){ var i$, ref$, len$, results$ = []; for (i$ = 0, len$ = (ref$ = args).length; i$ < len$; ++i$) { arg = ref$[i$]; results$.push(arg + toString$.call(arg).slice(8, -1)); } return results$; }()).join(''); return memo[key] = key in memo ? memo[key] : f.apply(null, args); }; }; module.exports = { curry: curry, flip: flip, fix: fix, apply: apply, over: over, memoize: memoize }; function curry$(f, bound){ var context, _curry = function(args) { return f.length > 1 ? function(){ var params = args ? args.concat() : []; context = bound ? context || this : this; return params.push.apply(params, arguments) < f.length && arguments.length ? _curry.call(context, params) : f.apply(context, params); } : f; }; return _curry(); }
Close