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
/
usr /
share /
nodejs /
@types /
node-fetch /
[ HOME SHELL ]
Name
Size
Permission
Action
externals.d.ts
769
B
-rw-r--r--
index.d.ts
6.27
KB
-rw-r--r--
package.json
2.34
KB
-rw-r--r--
pkgjs-lock.json
467
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : externals.d.ts
// `AbortSignal` is defined here to prevent a dependency on a particular // implementation like the `abort-controller` package, and to avoid requiring // the `dom` library in `tsconfig.json`. export interface AbortSignal { aborted: boolean; addEventListener: (type: "abort", listener: ((this: AbortSignal, event: any) => any), options?: boolean | { capture?: boolean | undefined, once?: boolean | undefined, passive?: boolean | undefined }) => void; removeEventListener: (type: "abort", listener: ((this: AbortSignal, event: any) => any), options?: boolean | { capture?: boolean | undefined }) => void; dispatchEvent: (event: any) => boolean; onabort: null | ((this: AbortSignal, event: any) => void); }
Close