* Adds Hak5's Keystroke Reflection Exfoliation
Adds a way to read in caps, scroll, and num lock so that you can export information from the attack into a loot.bin. Has some caveats on how it works
* Fixed programing status bug
* added math to variables as well as the ability to use them in DELAY and PRINT/PRINTLN
* add comparisons
* fix typo
* Added While loops and Conditional statements
* If and While loops working
* Added HOLD and RELEASE
* Update removed unnecessary heldKeys var
* Fixed HOLD being released after key press
* added REM_BLOCK, STRING Block, and STRINGLN Block
* LED + INJECT_MOD
* add define
* added all randoms
* added stop, restart, reset
* bugfixes and cleanup
* added missing keys
* Add functions, while loops, and vars support
* Add back REPEAT
* Add support for nested WHILE loops in function
---------
Co-authored-by: Tony Le <tonyle@coxautoinc.com>
* Refactor code to support Pico W board
* Updates for Pico W support
* Update based on changes in CircuitPython v8.0.0 beta 6
* Updated bundle download to 8.x, fixed a few typos
* Updating documentation for web interface
* Update support for CircuitPython 8.0.0, fix many bugs
* Document multiple payload options
* Update copyright dates
* Fixed typo
* [READ EXTENDED DESCRIPTION]
Changes made:
1. Removed a few print statements for a bit less cluttering (Makes debugging a bit harder)
2. Added a PRINT command for writing to console.
3. Added an IMPORT command for running external ".dd" files.
4. Added an LED command that toggles the builtin LED.
* Updated the DELETE keycode
add badges and useful resources to README
change payload to open notepad and type "Hello World!" in Windows
fix comments in duckyinpython.py
rename "pics" folder to "images"
update setup mode image to a clearer one