Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
nodejs /
ssri /
[ HOME SHELL ]
Name
Size
Permission
Action
node_modules
[ DIR ]
drwxr-xr-x
index.js
13.45
KB
-rw-r--r--
package.json
1.1
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "ssri", "version": "8.0.1", "description": "Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.", "main": "index.js", "files": [], "scripts": { "prerelease": "npm t", "postrelease": "npm publish", "prepublishOnly": "git push --follow-tags", "posttest": "npm run lint", "release": "standard-version -s", "test": "tap", "coverage": "tap", "lint": "standard" }, "tap": { "check-coverage": true }, "repository": "https://github.com/npm/ssri", "keywords": [ "w3c", "web", "security", "integrity", "checksum", "hashing", "subresource integrity", "sri", "sri hash", "sri string", "sri generator", "html" ], "author": { "name": "Kat Marchán", "email": "kzm@sykosomatic.org", "twitter": "maybekatz" }, "license": "ISC", "dependencies": { "minipass": "^3.1.1" }, "devDependencies": { "standard": "^16.0.3", "standard-version": "^9.1.0", "tap": "^14.10.6" }, "engines": { "node": ">= 8" } }
Close