A Chromium-based info stealer for windows, sends credentials via a discord webhook
The program currently supports the following broswers:
- Chrome
- Edge
- Brave
- Opera / GX
First, edit the code and add your discord webhook inside the constant webhook.
Your webhook must be hex encoded. (without 0x)
This is just a easy information hiding step to not let someone find your webhook analyzing the string in the executable at first.
Before compiling you must setup the dependencies, run make setup
After that you can finally run make
I based myself on various detailed reads i found online.
I just wrote this for learning & fun purposes.