Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.1
Cant Read [ /etc/named.conf ]
8.1.31
www-data
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 /
amatya /
node_modules /
ansi-colors /
[ HOME SHELL ]
Name
Size
Permission
Action
types
[ DIR ]
drwxr-xr-x
LICENSE
1.07
KB
-rw-r--r--
README.md
9.17
KB
-rw-r--r--
index.js
3.86
KB
-rw-r--r--
package.json
3.1
KB
-rw-r--r--
symbols.js
969
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : symbols.js
'use strict'; const isWindows = process.platform === 'win32'; const isLinux = process.platform === 'linux'; const windows = { bullet: '•', check: '√', cross: '×', ellipsis: '...', heart: '❤', info: 'i', line: '─', middot: '·', minus: '-', plus: '+', question: '?', questionSmall: '﹖', pointer: '>', pointerSmall: '»', warning: '‼' }; const other = { ballotCross: '✘', bullet: '•', check: '✔', cross: '✖', ellipsis: '…', heart: '❤', info: 'ℹ', line: '─', middot: '·', minus: '-', plus: '+', question: '?', questionFull: '?', questionSmall: '﹖', pointer: isLinux ? '▸' : '❯', pointerSmall: isLinux ? '‣' : '›', warning: '⚠' }; module.exports = isWindows ? windows : other; Reflect.defineProperty(module.exports, 'windows', { enumerable: false, value: windows }); Reflect.defineProperty(module.exports, 'other', { enumerable: false, value: other });
Close