Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.133.128.223
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp-musonza /
node_modules /
errno /
Delete
Unzip
Name
Size
Permission
Date
Action
.jshintrc
1.12
KB
-rw-r--r--
2017-12-05 20:54
.travis.yml
77
B
-rw-r--r--
2017-12-07 21:37
README.md
4.59
KB
-rw-r--r--
2017-12-10 15:04
build.js
1.11
KB
-rwxr-xr-x
2017-12-05 21:07
cli.js
440
B
-rwxr-xr-x
2017-12-10 15:04
custom.js
1.62
KB
-rw-r--r--
2018-02-15 02:55
errno.js
5.48
KB
-rw-r--r--
2017-12-07 21:27
package.json
1.46
KB
-rw-r--r--
2021-02-04 21:24
test.js
2.58
KB
-rw-r--r--
2018-02-15 02:55
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) }