RoganDawes
RoganDawes
If it is just the lock screen you are trying to avoid, implementing a Jiggler is not too complicated. This was done in USaBUSe 3+ years ago, for instance. It...
I’m not sure how that would help? If the victim switches focus out of the Powershell window, keystrokes will be lost, and the payload corrupted. Similarly, if they press a...
Modal is all very well, but will still definitely be susceptible to “rogue” keystrokes from the real keyboard unfortunately. Ie if the users presses A, it will still be captured...
But if anyone wants to try it, here is a starting point, for “system modal dialog boxes”: https://en.wikibooks.org/wiki/Windows_Programming/Dialog_Boxes
Could you try running something simple, like just typing out a string and pressing enter? Leave notepad open and in focus, so you can see if it works? And then...
Keep in mind that NUMLOCK is a toggle. So the first run turns it on, the second run turns it off. Would definitely explain why your script fails. More generally,...
I believe it’s not possible without access to the receiver.
It’s a somewhat complicated topic, to be honest. What @mame82 has achieved making the covert channel entirely self-contained (ie all in the dongle) is amazing, in comparison to similar tools...
Thanks @lgeekj. I don't have a Pi Zero W 2, so am unable to test your changes. If you would like them to be included in this repo, please consider...
To be honest, I'm not really that familiar with the P4wnP1 code base, primarily being a host rather than the author (MaMe82 handed it over to me). I also don't...