Adds video guide link and replaces boot.py with boot.dd
This commit is contained in:
@@ -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
|
||||
|
||||
[](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.
|
||||
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.
|
||||
|
||||
1
amora/payloads/boot.dd
Normal file
1
amora/payloads/boot.dd
Normal file
@@ -0,0 +1 @@
|
||||
STRING Hello PwnPi!
|
||||
@@ -1 +0,0 @@
|
||||
print(1+1)
|
||||
Reference in New Issue
Block a user