PwnPi Amora is a wireless keystroke injection tool built on the Raspberry Pi Pico W using CircuitPython.
Web IDE for and deploying keystroke injection scripts over WiFi.
- Clone this repo
- Hold the BOOTSEL button an plug the device in
- Run the following inside the project directory
uv sync
source .venv/bin/activateTo completely clean the board you can optionally run
circuitpython-tool uf2 nukeNow install the board firmware
circuitpython-tool uf2 install --board raspberry_pi_pico_wMount the drive after it appears as CIRCUITPY.
circup install asyncio adafruit_hid adafruit_httpserver- Copy all files inside the
src/directory to the board. - Unmount and eject the drive.
- Plug the device back in.
- Connect to
http://192.168.4.1
