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 /
psl /
[ HOME SHELL ]
Name
Size
Permission
Action
data
[ DIR ]
dr-xr-xr-x
dist
[ DIR ]
dr-xr-xr-x
types
[ DIR ]
dr-xr-xr-x
LICENSE
1.08
KB
-rw-rw-rw-
README.md
7.44
KB
-rw-rw-rw-
browserstack-logo.svg
7.38
KB
-rw-rw-rw-
index.js
5.87
KB
-rw-rw-rw-
package.json
1.34
KB
-rw-rw-rw-
vite.config.js
431
B
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "psl", "version": "1.13.0", "description": "Domain name parser based on the Public Suffix List", "repository": { "type": "git", "url": "git@github.com:lupomontero/psl.git" }, "type": "module", "main": "./dist/psl.cjs", "exports": { ".": { "import": "./dist/psl.mjs", "require": "./dist/psl.cjs" } }, "types": "types/index.d.ts", "scripts": { "lint": "eslint .", "test": "mocha test/*.spec.js", "test:browserstack": "browserstack-node-sdk playwright test", "watch": "mocha test/*.spec.js --watch", "update-rules": "./scripts/update-rules.js", "build": "vite build", "postbuild": "ln -s ./psl.umd.cjs dist/psl.js && ln -s ./psl.umd.cjs dist/psl.min.js", "changelog": "git log $(git describe --tags --abbrev=0)..HEAD --oneline --format=\"%h %s (%an <%ae>)\"" }, "keywords": [ "publicsuffix", "publicsuffixlist" ], "author": "Lupo Montero <lupomontero@gmail.com> (https://lupomontero.com/)", "license": "MIT", "dependencies": { "punycode": "^2.3.1" }, "devDependencies": { "@eslint/js": "^9.15.0", "@playwright/test": "^1.49.0", "@types/eslint__js": "^8.42.3", "browserstack-node-sdk": "^1.34.23", "eslint": "^9.15.0", "mocha": "^10.8.2", "typescript": "^5.6.3", "typescript-eslint": "^8.15.0", "vite": "^5.4.11" } }
Close