All Projects → h0nus → Qrgen

h0nus / Qrgen

Licence: gpl-3.0
Simple script for generating Malformed QRCodes.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Qrgen

Qrbtf
An art QR code (qrcode) beautifier. 艺术二维码生成器。https://qrbtf.com
Stars: ✭ 1,391 (+681.46%)
Mutual labels:  qrcode-generator, generator
Efqrcode
A better way to operate QR Code in Swift, support iOS, macOS, watchOS and tvOS.
Stars: ✭ 4,121 (+2215.17%)
Mutual labels:  qrcode-generator, generator
Portfolio Generator
HoxNox - Portfolios Made Easy, Generate portfolios in 3 easy steps
Stars: ✭ 166 (-6.74%)
Mutual labels:  generator
Sinn
a blog based on of react,webpack3,dva,redux,material-ui,fetch,generator,markdown,nodejs,koa2,mongoose,docker,shell,and async/await 基于react+koa2技术栈的个人开源博客系统
Stars: ✭ 175 (-1.69%)
Mutual labels:  generator
Timesynth
A Multipurpose Library for Synthetic Time Series Generation in Python
Stars: ✭ 170 (-4.49%)
Mutual labels:  generator
Fuzzfactory
Domain-Specific Fuzzing with Waypoints
Stars: ✭ 167 (-6.18%)
Mutual labels:  fuzzing
Resumake.io
📝 A website for automatically generating elegant LaTeX resumes.
Stars: ✭ 2,277 (+1179.21%)
Mutual labels:  generator
Iam Floyd
AWS IAM policy statement generator with fluent interface
Stars: ✭ 165 (-7.3%)
Mutual labels:  generator
Apigen
PHP 7.1 ready Smart and Simple Documentation for your PHP project
Stars: ✭ 2,068 (+1061.8%)
Mutual labels:  generator
Ignite
Infinite Red's cutting edge React Native project boilerplate, along with a CLI, component/model generators, and more!
Stars: ✭ 13,296 (+7369.66%)
Mutual labels:  generator
Pythonfuzz
coverage guided fuzz testing for python
Stars: ✭ 175 (-1.69%)
Mutual labels:  fuzzing
Kaiten
A Undetectable Payload Generation
Stars: ✭ 169 (-5.06%)
Mutual labels:  generator
Glow
mpv Config File Generator for Windows
Stars: ✭ 167 (-6.18%)
Mutual labels:  generator
Raccoon
A high performance offensive security tool for reconnaissance and vulnerability scanning
Stars: ✭ 2,312 (+1198.88%)
Mutual labels:  fuzzing
Morph
An open source fuzzing framework for fun.
Stars: ✭ 166 (-6.74%)
Mutual labels:  fuzzing
Spring Boot Plus
🔥 Spring-Boot-Plus is a easy-to-use, high-speed, high-efficient,feature-rich, open source spring boot scaffolding. 🚀
Stars: ✭ 2,198 (+1134.83%)
Mutual labels:  generator
Query Translator
Query Translator is a search query translator with AST representation
Stars: ✭ 165 (-7.3%)
Mutual labels:  generator
Glad
Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs.
Stars: ✭ 2,296 (+1189.89%)
Mutual labels:  generator
Kleefl
Seeding fuzzers with symbolic execution
Stars: ✭ 172 (-3.37%)
Mutual labels:  fuzzing
Vfuzz
vfuzz
Stars: ✭ 178 (+0%)
Mutual labels:  fuzzing

QRGen img img

I've wrote this little script to generate generic Malformed QRCodes. These qrcodes are useful if you want to test some QRCode scanner's parser or how the application handle QRCode data.
Down side of this tool: you need to manually scan codes with camera :(

Proof

Installation

What to you need:

  • python3
  • qrcode
  • Pillow
  • argparse
Steps

1 git clone https://github.com/h0nus/QRGen
2 cd QRGen
3 pip3 install -r requirements.txt OR python3 -m pip install -r requirements.txt
4 python3 qrgen.py
5 Enjoy attacking QRCodes :P

Personalization

You can change the default wordlists to what you want by passing -w/--wordlist :) Order of default wordlists group:

  • SQL Injection
  • XSS
  • Command Injection
  • Format String
  • XXE
  • String Fuzzing
  • SSI Injection
  • LFI/Directory Traversal
  • custom passed with -w/--wordlist
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].