Juanjo8918 Posted October 13, 2022 Share Posted October 13, 2022 Im trying to write a payload, but the dukcy write the strings too fast and ends up missing some of the letters. Is there anyway to slow down the key input? I had seen online the command STRING_DELAY, but this doesnt work for me in payload studios. Any suggestions? Quote Link to comment Share on other sites More sharing options...
dark_pyrro Posted October 13, 2022 Share Posted October 13, 2022 STRING_DELAY or STRINGDELAY isn't (or hasn't) been a part of DuckyScript that I know of. I know that some other bad USB "wannabes/copycats" has this command though. Putting a delay between every char that is going to be typed is going to produce payloads with massive amounts of lines, so that's probably not an option. The jitter functionality might be used, but doesn't offer a way to guarantee slower speeds for every single keystroke. It can just set max time between keystrokes. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.