├── LICENSE ├── README.md ├── ascii-table.gif ├── barcode.png ├── code128_CNTRL-scancodes.png ├── code128_FN-scancodes.PNG ├── datamatrix.png ├── ean13.png ├── qrcode.png └── scansploit.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huntergregal/scansploit/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huntergregal/scansploit/HEAD/README.md -------------------------------------------------------------------------------- /ascii-table.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huntergregal/scansploit/HEAD/ascii-table.gif -------------------------------------------------------------------------------- /barcode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huntergregal/scansploit/HEAD/barcode.png -------------------------------------------------------------------------------- /code128_CNTRL-scancodes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huntergregal/scansploit/HEAD/code128_CNTRL-scancodes.png -------------------------------------------------------------------------------- /code128_FN-scancodes.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huntergregal/scansploit/HEAD/code128_FN-scancodes.PNG -------------------------------------------------------------------------------- /datamatrix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huntergregal/scansploit/HEAD/datamatrix.png -------------------------------------------------------------------------------- /ean13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huntergregal/scansploit/HEAD/ean13.png -------------------------------------------------------------------------------- /qrcode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huntergregal/scansploit/HEAD/qrcode.png -------------------------------------------------------------------------------- /scansploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huntergregal/scansploit/HEAD/scansploit.py --------------------------------------------------------------------------------