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 /
jiti /
dist /
[ HOME SHELL ]
Name
Size
Permission
Action
plugins
[ DIR ]
drwxr-xr-x
babel.d.ts
139
B
-rw-r--r--
babel.js
1.61
MB
-rw-r--r--
jiti.d.ts
950
B
-rw-r--r--
jiti.js
244.54
KB
-rw-r--r--
types.d.ts
913
B
-rw-r--r--
utils.d.ts
505
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : types.d.ts
export type TransformOptions = { source: string; filename?: string; ts?: boolean; retainLines?: boolean; legacy?: boolean; [key: string]: any; }; export type TRANSFORM_RESULT = { code: string; error?: any; }; export type JITIOptions = { transform?: (opts: TransformOptions) => TRANSFORM_RESULT; debug?: boolean; cache?: boolean | string; sourceMaps?: boolean; requireCache?: boolean; v8cache?: boolean; interopDefault?: boolean; esmResolve?: boolean; cacheVersion?: string; onError?: (error: Error) => void; legacy?: boolean; extensions?: string[]; transformOptions?: Omit<TransformOptions, "source">; alias?: Record<string, string>; nativeModules?: string[]; transformModules?: string[]; experimentalBun?: boolean; }; export interface JITIImportOptions { /** @internal */ _import?: () => Promise<any>; }
Close