mirror of
https://github.com/kgretzky/evilginx2.git
synced 2026-04-25 00:36:10 +03:00
[PR #1161] [New Feature] Add Notifications for Events per Phishlet Using notify #179
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/evilginx2-kgretzky#179
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/kgretzky/evilginx2/pull/1161
Author: @DrorDvash
Created: 2/3/2025
Status: 🔄 Open
Base:
master← Head:notify📝 Commits (3)
c68b032adding feature custom user-agent1e512c6Merge branch 'kgretzky:master' into masterfbb97adAdding notifications support using notify tool📊 Changes
4 files changed (+216 additions, -6 deletions)
View changed files
📝
core/config.go(+67 -0)📝
core/http_proxy.go(+44 -1)📝
core/terminal.go(+26 -5)📝
core/utils.go(+79 -0)📄 Description
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
notifyis a wrapper to a variety of supported platforms and makes it easy to configure.Note: This includes a previous PR i've made - https://github.com/kgretzky/evilginx2/pull/1115 Set Custom User-Agent.
Features
notifyCLI tool.notifytool - Slack / Discord / Telegram / Teams / Webhook / Email / Pushover / ...Requirements
notifyand make sure it's in your$PATHFor 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
minimalmode (no sensitive data)TODO
Support more events
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.