Skip to content

Notifications

Ellis Springe edited this page Feb 13, 2023 · 2 revisions

Notifications can be configured to alert the operator when a valid set of credentials is guessed in your spray. The following notification methods are supported:

  • Discord
  • Slack
  • Teams
  • Pushover
  • Keybase

Notification systems are not "either/or", you can set up as many as desired and it will notify all configured. A sample alert is show below:

[Valid Credentials Obtained!]
Operator: Operator1
User: tester12345678@gmail.com
Pass: TestTest123
Date: 20-1-2023
Time: 14:19:00

There are two flags configurable for inputs: operator_id and exclude_password

  • operator_id: Specifies which operator is running the spray, good for multi-operator sprays for transparency. Default is that the "Operator: " field is not present
  • exclude_password: Removes the password from the notification, for opsec and data security

Example Usage

credmaster.py <args> --slack_webhook "https://this.is.a.webhook/uri" --operator_id "knavesec" --exclude_password

Clone this wiki locally