Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.112
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
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--
2023-02-16 16:16
build.js
1.11
KB
-rwxr-xr-x
2023-02-16 16:16
cli.js
440
B
-rwxr-xr-x
2023-02-16 16:16
custom.js
1.62
KB
-rw-r--r--
2023-02-16 16:16
errno.js
5.48
KB
-rw-r--r--
2023-02-16 16:16
package.json
1.5
KB
-rw-r--r--
2023-02-16 16:16
test.js
2.58
KB
-rw-r--r--
2023-02-16 16:16
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) }