Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.06 KB

webhooks.rst

File metadata and controls

48 lines (33 loc) · 1.06 KB

Outgoing Webhooks

Outgoing webhooks can be used to send SharpC2 events to external applications.

image

Slack

The provided Slack consumer sends nicely formatted messages to your incoming Slack webhook URL.

image

image

Custom

The custom consumer simply sends the events to the provided URL in JSON format.

image

Here are some example events:

{
    "id": "dd141bef5c",
    "nick": "rasta",
    "result": true,
    "date": "2023-04-30T11:57:28.3301882Z"
}
{
    "id": "e485a45f5f",
    "method": "GET",
    "uri": "/webhook-test",
    "user_agent": "curl/8.0.1",
    "source_address": "127.0.0.1",
    "response_code": 404,
    "date": "2023-04-30T11:55:56.5781192Z"
}