Creating Payloads

Learn how to create payloads within the Wagyu client.

Within the Wagyu client you can use the "+" icon at the top of the "Payloads" tab, or alternatively, access the payload editor directly using the "Payload Editor" button located at the top right of the application.

Payloads Table
Create Payload

From here, select "Create Payload" in the bottom left of the modal. You can then fill in the following fields:

Field
Required
Description

Name

The name of the payload. This should be unique

Description

A description for the payload

Browser Compatibility

Which browsers the payload will work in

Type

The type of payload. See more information on payload types here

Risk

The payload risk. Find more information about payload risk here

Payload

The JavaScript code to be executed.

Notes

Any notes for the payload

Once you have filled in all of the required fields, click "Create" at the bottom of the modal to create the payload. Your payload should then appear within the "Payloads" tab.

Last updated