Linux v69820.1blu.de 4.15.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Apache/2.4.58
Server IP : 195.90.215.149 & Your IP : 216.73.216.250
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
nodejs /
errno /
Delete
Unzip
Name
Size
Permission
Date
Action
cli.js
440
B
-rwxr-xr-x
2022-11-21 14:09
custom.js
1.62
KB
-rw-r--r--
2022-11-21 14:09
errno.js
5.48
KB
-rw-r--r--
2022-11-21 14:09
package.json
629
B
-rw-r--r--
2022-11-21 14:09
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) }