Juanjo8918 Posted October 13, 2022 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?
dark_pyrro Posted October 13, 2022 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.