Results 122 comments of mame82

P4wnP1 isn't eyactly a WiFi adapter. But yes, you can craft a payload to route (or NAT/Masuerade) from WiFi to USB Ethernet or the other way around. You basically have...

This is already filed as bug in #168. To use LED based "keyboard up detection" was the initial idea (P4wnP1 sends NUMLOCK or CAPSLOCK till it could read back a...

> EDIT: also there seems to be no backchannel for Capslock, OSX is using caps lock as "per" device. (connecting two apple keyboards and Turing caps lock on, doesn't turn...

I guess the valid quick fix would be to fire the "keyboard up event" based on a timer (RubberDucky like fashion), as fallback for OSX target.

1) Make sure your WiFi is indeed using WPA_PSK 2) Make sure you set the correct regulatory domain with `WIFI_REG` like done here https://github.com/mame82/P4wnP1/blob/master/setup.cfg#L41

The script seems to behave like intended. The `waitLEDRepeat(NUM)` function in line 4 blocks execution till the NUM_LOCK LED is toggled frequently. For a target OS with LED state shared...

The `ms_paint` HIDScript is a nice example of the possibilities of this feature. The script injects keystrokes to start paint and then takes over mouse control (but is blind, as...

Not yet deployed to release image, GB layout has issues with redundant mappings ... see here https://github.com/mame82/P4wnP1_aloa/commit/377f2e671624de79e6b53b0cf0719318dc1a714d

fixed in current dev branch

Not supported: Current version of P4wnP1 is aimed to run in USB device mode. Host mode isn't disabled, but I don't give support for this cases (yet)