From d0b2b66024ded6afb25ef962dd0c5a8a3d954841 Mon Sep 17 00:00:00 2001 From: Justin Bland <46258474+CrashOverrideProductions@users.noreply.github.com> Date: Wed, 22 May 2024 07:39:13 +1000 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cff47a1..82ec338 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,16 @@ The Shadow Duck is a hardware platform designed for performing keystroke injection attacks. Our goal with this platform is to provide a budget-friendly, educational, and ethical pen-testing tool that resembles a legitimate USB stick, avoiding unnecessary scrutiny. We aim to give newcomers to cybersecurity the opportunity to experiment with these tools and eventually apply their skills in legitimate, professional roles within the industry. ## Changelog +All notable changes to this project will be documented in this file. - - +## [Unreleased] 2024-05-22 +- Migrated Arduino INO project to PlatformIO +- USBNova.ino renamed to main.cpp +- Added includes for Arduino.h to main.cpp +- Moved all "src" files to "Includes" folder and updated main.cpp +- Moved "config.h" and "debug.h" to includes folder +- Updated "hid.h" reference for config.h + ## Current Builds