Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 3.16.24.18
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
node_modules /
npm /
node_modules /
errno /
Delete
Unzip
Name
Size
Permission
Date
Action
.travis.yml
77
B
-rw-r--r--
2021-03-10 14:36
README.md
4.59
KB
-rw-r--r--
2021-03-10 14:36
build.js
1.11
KB
-rw-r--r--
2021-03-10 14:36
cli.js
440
B
-rw-r--r--
2021-03-10 14:36
custom.js
1.62
KB
-rw-r--r--
2021-03-10 14:36
errno.js
5.48
KB
-rw-r--r--
2021-03-10 14:36
package.json
1.5
KB
-rw-r--r--
2021-03-10 14:36
test.js
2.58
KB
-rw-r--r--
2021-03-10 14:36
Save
Rename
#!/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) }