Files
pwnpi-amora/README.md
2025-12-27 15:49:16 +05:30

621 B

PwnPi - A More Offensive Redteam Appliance

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.

Preview

Getting Started

  • Clone this repo and run the following inside the project directory:
uv sync
source .venv/bin/activate
circuitpython-tool uf2 install
circup install asyncio adafruit_hid adafruit_httpserver

Copy all files inside the src/ directory to the board.

Check out the wiki for getting started.