https://github.com/codexlynx/qr-brute-force
PoC of brute force attack with QR code.
https://github.com/codexlynx/qr-brute-force
brute-force hacking qr-code red-team security
Last synced: 3 months ago
JSON representation
PoC of brute force attack with QR code.
- Host: GitHub
- URL: https://github.com/codexlynx/qr-brute-force
- Owner: codexlynx
- License: gpl-3.0
- Created: 2018-02-11T23:03:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-18T13:26:01.000Z (about 7 years ago)
- Last Synced: 2025-01-06T01:11:24.398Z (5 months ago)
- Topics: brute-force, hacking, qr-code, red-team, security
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## QR Code Brute force
This repository content a PoC of a brute force attack based in QR Code.
[](blob/master/LICENSE)

---
### 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](LICENSE)
### 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__.* [](https://twitter.com/codexlynx)
* [GitHub](https://github.com/codexlynx)