diff --git a/README.md b/README.md index 41d4606..89daae0 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,10 @@ PwnPi Amora is a wireless keystroke injection tool built on the Raspberry Pi Pic - Copy all the files from the `amora` directory to the drive. The board will reload again. - Connect to the newly spawned network and go to [`192.168.4.1`](http://192.168.4.1) +## Video Guide + +[![Video Thumbnail](https://thumbnails.odycdn.com/optimize/s:720:400/quality:85/plain/https://thumbs.odycdn.com/782a20086911e18bedf17c8651b84c07.webp)](https://odysee.com/@lavafroth:d/amora_setup_guide:8) + ## Acknowledgement -A huge thank you to David Bailey (dbisu, @dbisu) for his pico-ducky project. -A lot of the HID code from his project was the foundation for this project. -However, a lot of it has undergone so much of refactoring that the old code is almost nonexistent. \ No newline at end of file +A huge thank you to David Bailey (dbisu, @dbisu) for his pico-ducky project which has served as the foundation for the HID side of this project. Although, the old code is almost nonexistent due to intensive refactoring. diff --git a/amora/payloads/boot.dd b/amora/payloads/boot.dd new file mode 100644 index 0000000..fd98133 --- /dev/null +++ b/amora/payloads/boot.dd @@ -0,0 +1 @@ +STRING Hello PwnPi! diff --git a/amora/payloads/boot.py b/amora/payloads/boot.py deleted file mode 100644 index 8cde2b5..0000000 --- a/amora/payloads/boot.py +++ /dev/null @@ -1 +0,0 @@ -print(1+1)