Jump to content

entombed

Members
  • Posts

    3
  • Joined

  • Last visited

entombed's Achievements

  1. I included the relevant code in my post, it’s literally just INJECT_MOD ALT - that wasn’t working at all in the web encoder. I’m escaping a Windows 10 kiosk using very hyper-specific inputs for specific applications so nobody can recreate anything except ALT, as it was the only issue I was having with the encoder. By testing only ALT, it would strangely press WIN(GUI), CTRL, SHIFT, ALT at the same time. Using multiple keyboard testers reported it was pressing the Meta key lol. I was able to bypass this by using a java encoder (2.6.3) and used ALT F7 in my code. Not ideal, but it worked for some reason. Seems like an encoder issue. Elsewhere online it seems like people have been having trouble with ALT combinations. Something to look into for whoever maintains the encoders.
  2. For future comments, after further testing I realized that the ducky script is for some reason not using ALT, but instead presses WIN, CTRL, SHIFT, A, and ALT at the same time. What is going on
  3. Hello - I have an older USB Rubber Ducky. I need to press only the ALT key. I’ve tried INJECT_MOD ALT but it doesn’t seem to work, and actually somehow opens Office 365 on my test Windows laptop. Any ideas? The goal is to open a task manager, press ALT and then press F so that I can open the file menu, and then start explorer.exe manually. Target is a windows kiosk without explorer.exe running, so key combos like WIN+R don’t work even if I plug in a keyboard. End goal is to open powershell and ultimately automate a reverse shell/kiosk escape combo with the ducky, and everything works so far minus getting the ducky to automate pressing the ALT button with nothing else. I’m using the web-based encoder. I tried an older jar encoder with no luck, in fact the option to only press a modifier key didn’t seem to exist. Any suggestions would be very much appreciated.
×
×
  • Create New...