From 42eb63ada2c08da2d52bdf692bbf56a67781a13a Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com> Date: Wed, 15 Mar 2023 14:05:30 +0530 Subject: [PATCH] Adds todo to README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 393fe9e..81219c9 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,6 @@ PwnPi Amora is a wireless keystroke injection tool built on the Raspberry Pi Pic Check out the [wiki](https://github.com/lavafroth/pwnpi-amora/wiki) for getting started. -## Acknowledgement +### TODO: -A huge thank you to David Bailey (dbisu, @dbisu) for his [pico-ducky](https://github.com/dbisu/pico-ducky) project which, although has served as the foundation for the HID side of this project, is almost nonexistent due to intensive refactoring. + - [ ] Add logging to the secondary console pane. (UI/UX)