Attack Mode
Attack Mode is H1’s default — the mode it boots into any time the Upload button isn’t held. In this mode:
Enumerate
H1 enumerates to the host as a standard USB HID keyboard.
Execute
It reads whatever script is currently stored in flash and executes it instruction by instruction — typing strings, pressing key combinations, waiting on delays or button presses, looping, and so on.
Fall back
If no script has been uploaded yet, H1 types a short demo string so you know it’s working.
The H1 scripting language reserves an ATTACKMODE instruction (with
HID / CDC / OFF options) for future firmware, but it is not implemented in
the current build. H1 currently supports only the single Attack Mode
described above, selected via the boot-time button check.
Last updated on