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 /
events /
node_modules /
next /
dist /
trace /
[ HOME SHELL ]
Name
Size
Permission
Action
report
[ DIR ]
drwxrwxr-x
index.d.ts
232
B
-rw-rw-r--
index.js
827
B
-rw-rw-r--
index.js.map
282
B
-rw-rw-r--
shared.d.ts
141
B
-rw-rw-r--
shared.js
730
B
-rw-rw-r--
shared.js.map
394
B
-rw-rw-r--
trace-uploader.d.ts
11
B
-rw-rw-r--
trace-uploader.js
4.52
KB
-rw-rw-r--
trace-uploader.js.map
3.22
KB
-rw-rw-r--
trace.d.ts
1022
B
-rw-rw-r--
trace.js
3.48
KB
-rw-rw-r--
trace.js.map
2.4
KB
-rw-rw-r--
upload-trace.d.ts
231
B
-rw-rw-r--
upload-trace.js
1.1
KB
-rw-rw-r--
upload-trace.js.map
787
B
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : upload-trace.js
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "default", { enumerable: true, get: function() { return uploadTrace; } }); function uploadTrace({ traceUploadUrl, mode, isTurboSession, projectDir, distDir }) { const { NEXT_TRACE_UPLOAD_DEBUG } = process.env; // Note: cross-spawn is not used here as it causes // a new command window to appear when we don't want it to const child_process = require("child_process"); // we use spawnSync when debugging to ensure logs are piped // correctly to stdout/stderr const spawn = NEXT_TRACE_UPLOAD_DEBUG ? child_process.spawnSync : child_process.spawn; spawn(process.execPath, [ require.resolve("./trace-uploader"), traceUploadUrl, mode, String(isTurboSession), projectDir, distDir ], { detached: !NEXT_TRACE_UPLOAD_DEBUG, windowsHide: true, shell: false, ...NEXT_TRACE_UPLOAD_DEBUG ? { stdio: "inherit" } : {} }); } //# sourceMappingURL=upload-trace.js.map
Close