RoganDawes / P4wnP1_aloa

P4wnP1 A.L.O.A. by MaMe82 is a framework which turns a Rapsberry Pi Zero W into a flexible, low-cost platform for pentesting, red teaming and physical engagements ... or into "A Little Offensive Appliance".
GNU General Public License v3.0
3.79k stars 508 forks source link

Mouse control #306

Open thewh1teagle opened 3 years ago

thewh1teagle commented 3 years ago

Hello, I would like to use only HID mouse and keyboard functionality from this repo. Does latest raspbian kernel support it? How can I use this repo for that? thanks in advance

whackyhack commented 3 years ago

Unfortunately, P4wnP1_aloa is a KALI-specific project. So, technically, yes, Raspbian kernel should "support" this code if you can build it on Raspbian. Practically, no. The release image includes KALI Linux, i.e., self-contained. (The original P4wnP1 project is Python and should run on any platform. It has some HID functionality, too.)