RoganDawes
RoganDawes
HTTP is a bit annoying in its handling of the HEAD method. Essentially you need to keep track of whether the request method was GET or HEAD. If the method...
The issue is a spelling mistake in the source code - connect is misspelled with three 'n's. I just use tab completion which knows about the "correct" misspelling, and therefore...
Try just typing out some text into an already open text editor/terminal as a first check that everything is working? Otherwise, you can try evtest on the /dev/input/n node that...
Are you sure that is the correct input device?
Sorry for the delay on this. It's important to note that the LOGITacker dongle enumerates as multiple devices on the HOST computer that it is plugged into, while you of...
Sorry, I'm not sure if I follow what you are suggesting. Can you explain in more detail, please?
Hmm, interesting idea. Keep a buffer of say 8 keystrokes for each observed device, start filling it up, and log the time it was added. If another keystroke comes in,...
Normal, apart from the number of lines in the payload ... Marcus explained on Twitter a number of issues with the proposal, that need to be carefully considered. I do...
It’s a nice idea, but it would have to be a proprietary extension to DuckyScript, as there is no defined syntax for mouse movements in DuckyScript as yet.
Sure, I could imagine supporting a ```MOUSEMOVE x y```, ```MOUSECLICK BUTTON1```, and ```MOUSEPRESS/MOUSERELEASE BUTTON1``` commands. Given that the mouse is a relative motion device, you'd probably want to do something...