🥩
Wagyu Documentation
  • Wagyu
  • Installation
    • Wagyu Server
    • Wagyu Client
    • Connecting
  • Users
    • Creating Users
    • Modifying Existing Users
    • Delete Existing Users
    • Changing User Passwords
  • Implants
    • Creating Implants
    • Deleting Existing Implants
  • Payloads
    • Payload Functions
    • Creating Payloads
    • Initial Payloads
    • Modifying Existing Payloads
    • Deleting Existing Payloads
  • Hosts
    • Compromising Hosts
    • Executing Payloads
  • Findings
Powered by GitBook
On this page
  1. Payloads

Payload Functions

Learn about the default payload functions within Wagyu.

PreviousPayloadsNextCreating Payloads

Last updated 2 years ago

There are numerous payload functions within Wagyu which can be used to aid the development of payloads. The following payload functions can be used when writing your own payloads:

Function
Example Usage
Description

setData(name, value, type)

setData('cookies', document.cookie, 'text')

Set data to be returned to the team server. This is outputted in the tab. Type is either text or image.

findings