Jump to content

Issues With Matchless Payload


Recommended Posts

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!"
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...