USaBUSe
USaBUSe copied to clipboard
Universal Serial aBUSe is a project to demonstrate the risks of hardware bypasses of software security by Rogan Dawes at SensePost.
Continue of ongoing discussion from [here](https://github.com/sensepost/USaBUSe/issues/7)
Rather than using a C# stub that gets written to disk, explore using the full in-memory technique used to execute msf stages. Superficially, this looks like it will be slightly...
Since Empire is native PowerShell, it makes sense to make it possible to run Empire as well as MSF payloads.
Rather than requiring the AVR to explicitly ack receipt of a packet over the UART, indicating space available in the AVR's buffer for more data, make use of GPIO_0 to...
Occasionally, the keystroke pipeline may stall, leaving a keydown event as the last thing sent to the target. If the stall is long enough, this can result in keyboard repeat...