Riot! Posted September 7, 2012 Share Posted September 7, 2012 has anyone found a way to make the rubber ducky run more than one payload at the same time or back to back? I would like to run my system32 or rick roll and wallpaper trick but i dont want to make one payload thats a mile long. Quote Link to comment Share on other sites More sharing options...
overwraith Posted September 8, 2012 Share Posted September 8, 2012 (edited) It might be possible to simply take the two .bin files that the duckencoder makes and simply paiste the byte code from one at the end of the other. I dont know for shure though, since I dont really know how the duckencoder works as far as java code goes(not enough time on my hands). This might be a little problematic if the payloads byte length adds up to be longer than the duckey/encoder supports. There appears to be a file size limit, because once I tried to make a really big payload that typed in an exe's bytes, and it stopped typing after about 5 min. Edited September 8, 2012 by overwraith Quote Link to comment Share on other sites More sharing options...
overwraith Posted September 9, 2012 Share Posted September 9, 2012 Ha! It is possible to combine two .bin files! What you have to know is how to handle the files once you have em. You need to handle the files as binary files, so whatever text program you use needs to be able to do this. It is easier to just use the command line than to use notepad, ect. The following command will combine the bin files using the binary flag and it will append them in the correct order by using the concatenation operator(+) in the command. The output is sent to inject.bin, ready to run. copy /b File1.bin+File2.bin inject.bin As far as running both files concurrently, it would be very difficult, and would probably involve using Alt+Tab and Shift+Tab, and would look very cool, but probably not accomplish much. God forbid if the duckey typos(its possible if delay not set right). I imagine you would need some kind of scripting language that compiles down to duckey. Quote Link to comment Share on other sites More sharing options...
no42 Posted September 11, 2012 Share Posted September 11, 2012 (edited) Try looking at the Naked Duck (m_duck.hex) firmware, it supports the use of multiple payloads through the use of keyboard LEDS and the *LOCK keys (CAPS/SCROLL/NUM).--snake Edited February 17, 2013 by midnitesnake 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.