EgoliantEggplant Posted July 5 Posted July 5 Hi Guys, I'm trying to get a matchless payload to run, and I've checked out some of the other forum posts and it seems the issue was fixed in the 1.3 or maybe 1.4 firmware update, and I'm running 1.4, but it doesn't seem to work for me, so I think I'm doing something wrong. When I drop the payload into the /payload directory with a MATCH keyword it works perfectly, but when I omit the MATCH keyword the script doesn't seem to run. Can someone point me in the right direction? I couldn't find anything relevant in the documentation. This is the script that works: # # Testing Script for with MATCH keyword # MATCH SHELDON QUACK STRING "Lockout the keyboard for just a while" QUACK LOCK QUACK STRING "Unmount the udisk from the krock" udisk unmount DELAY 1000 ATTACKMODE HDI SERIAL STORAGE DELAY 1000 QUACK UNLOCK QUACK STRING "Success!" This is the testing script I would like to run without a MATCH. # # Testing Script for Matchless Payloads # QUACK STRING "Lockout the keyboard for just a while" QUACK LOCK QUACK STRING "Unmount the udisk from the krock" udisk unmount DELAY 1000 ATTACKMODE HDI SERIAL STORAGE DELAY 1000 QUACK UNLOCK QUACK STRING "Success!" Quote
dark_pyrro Posted July 7 Posted July 7 On 7/5/2024 at 10:58 PM, EgoliantEggplant said: ATTACKMODE HDI SERIAL STORAGE This line won't work regardless if it's a MATCH or MATCH-less payload, it needs to be ATTACKMODE HID SERIAL STORAGE On 7/5/2024 at 10:58 PM, EgoliantEggplant said: DELAY 1000 You also need to QUACK your delays, i.e. QUACK DELAY 1000 For the MATCH-less variant of the payload, you need to add ATTACKMODE HID at the beginning of the payload. Quote
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.