Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dj1ch/pico-key
a physical pentesting toolkit on a regular Raspberry Pi Pico
https://github.com/dj1ch/pico-key
circuitpython hacking pico python raspberry-pi
Last synced: 4 months ago
JSON representation
a physical pentesting toolkit on a regular Raspberry Pi Pico
- Host: GitHub
- URL: https://github.com/dj1ch/pico-key
- Owner: dj1ch
- License: gpl-3.0
- Created: 2024-01-24T17:38:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-23T07:12:55.000Z (8 months ago)
- Last Synced: 2024-05-23T07:23:08.885Z (8 months ago)
- Topics: circuitpython, hacking, pico, python, raspberry-pi
- Language: C
- Homepage:
- Size: 2.96 MB
- Stars: 8
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pico-key
A physical pentesting toolkit on a Raspberry Pi Pico
## Progress
Development will be very slow, and may take a long time. It's expected for the first releases to arrive by late August-July.
### Planned Features
- Keystroke injection
- Payload adjustment
- Hardware glitching
- USB spoofing
- MITM attacks through RNDIS
### Planned attacking process
1. Pico checks whether or not it should run a payload, by default it goes to the shell.
2. Through the shell the task is selected, you can customize this task, etc.
3. Task is executed upon startup.
4. Resets the board and allows configuration before the next run.