codexlynx / qr-brute-force

PoC of brute force attack with QR code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QR Code Brute force

This repository content a PoC of a brute force attack based in QR Code.

AUR python red-team


Disclaimer

This PoC is develeped only for educational purposes and ethical hacking. Use it at your own responsibility. Damages or legal problems caused are the responsibility of the user.

License

GPL (GNU General Public License) 3.0

More info: here

Usage

usage: qrbf.py [-h] -d FILE [-p PORT] [-i MILLISECONDS]

optional arguments:
  -h, --help       show this help message and exit
  -d FILE          dictionary FILE
  -p PORT          server port (8080 default)
  -i MILLISECONDS  brute force interval (1000 ms default)

About

This repository was created by: @codexlynx.

About

PoC of brute force attack with QR code.

License:GNU General Public License v3.0


Languages

Language:Python 71.1%Language:HTML 15.6%Language:JavaScript 13.3%