# README
๐ฏ Evilginx Session Notification Sender ๐
Evilginx Monitor is a handy tool built in Go to monitor Evilginx sessions. If a valid session is captured, you can get notified via Telegram, Email, or Discord. Youโre in control of how you want to be notified! ๐ฒ๐ง๐ฎ
This tool can run on both Linux ๐ง and Mac ๐, making it flexible and accessible. And the best part? It's free and open-source (though you use it at your own responsibility! โ ๏ธ).
This has been modified to only send valid sessions, no empty logs, and will include the cookies in a randomly named TXT file. ๐โ ๐ช
๐ Getting Started
Download and run the tool in interactive mode! Itโs easy to set up your notification preferences, database path, and start monitoring Evilginx like a pro.
Usage:
git clone https://github.com/fluxxset/Evilginx_monitor.git
cd Evilginx_monitor
go build
./evilginx_monitor [OPTIONS]
Available Options:
--help
Show this message and exit.--config
Show the current configuration.
๐งโ๐ซ Evilginx Training Course
๐ฅ Already mastering Evilginx? Level up with my complete Evilginx Training Course. Check it out!
๐ค Interactive Commands
Here's how you can get this bad boy up and running:
Monitoring
start
โ Start monitoring those Evilginx sessions! ๐ฏ
Configuration
config
โ View the current configuration.
Notifications
Telegram:
tele token <value>
โ Set your Telegram token. ๐คtele chatid <value>
โ Set your Telegram chat ID. ๐ฌtele enable
โ Enable Telegram notifications. โ๏ธtele disable
โ Disable Telegram notifications. โ
Email:
mail host <value>
โ Set your SMTP mail host. ๐mail port <value>
โ Set your SMTP mail port. ๐mail user <value>
โ Set your SMTP mail user. ๐งmail password <value>
โ Set your SMTP mail password. ๐mail to <value>
โ Set email to receive alerts. ๐ฉmail enable
โ Enable email notifications. โ๏ธmail disable
โ Disable email notifications. โ
Discord:
discord token <value>
โ Set your Discord token. ๐ฎdiscord chatid <value>
โ Set your Discord chat ID. ๐ฌdiscord enable
โ Enable Discord notifications. โ๏ธdiscord disable
โ Disable Discord notifications. โ
Database Configuration
dbfile path <value>
โ Set the database file path for storing session data. ๐๏ธ
Exit
exit
โ Exit interactive mode. ๐
๐ฆ Installation
- Clone the repository:
git clone https://github.com/fluxxset/Evilginx_monitor.git
- Navigate to the project folder:
cd Evilginx_monitor
- Build the tool:
go build
- Run the tool:
./Evilginx_monitor
๐ง Configuration
To set up notifications, you can interactively input your credentials for Telegram, Email, and Discord. You can enable multiple notification channels at once! ๐
Example for enabling Telegram:
tele token YOUR_TELEGRAM_TOKEN
tele chatid YOUR_CHAT_ID
tele enable
โ ๏ธ Disclaimer
This tool is for educational purposes only. How you use Evilginx and this monitoring tool is your responsibility! Use it ethically and respect privacy laws! โ๏ธ
๐ค Contributing
Pull requests are welcome! Feel free to fork this repository and submit your improvements. ๐
๐ License
This project is licensed under the MIT License.
๐ฅณ Enjoy Evilginx Monitoring! ๐
Now, go capture those sessions like a pro with Evilginx Monitor! If you like the tool, give it a โญ on GitHub and share it with your friends!