[New Feature] Add Notifications for Events per Phishlet Using notify
#1161
+216
−6
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
A small PR for notify integration, allowing you to track real-time events by sending notifications for:
There are more PRs offering notifications, so there is nothing new here, i just love that
notify
is a wrapper to a variety of supported platforms and makes it easy to configure.Note: This includes a previous PR i've made - #1115 Set Custom User-Agent.
Features
notify
CLI tool.notify
tool - Slack / Discord / Telegram / Teams / Webhook / Email / Pushover / ...Requirements
notify
and make sure it's in your$PATH
For example, here i chose Discord and Webhook
Usage
on
- includes sensitive details - will send the username, password and session in clear-textminimal
- send only the event title, if you want to avoid sending victim details.Screenshots
minimal
mode (no sensitive data)TODO
Support more events