Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 5 hours ago
JSON representation

Chromium-based info stealer, sends credentials via a discord webhook

Awesome Lists containing this project

README

        

# Lebron
![image](https://github.com/komodoooo/Lebron/assets/68278515/85f25bab-f83b-401b-ada3-8c3afc11c32f)

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

###### * only the stable versions of these broswers are actually supported
# Compile
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`_

## Notes
I based myself on various detailed reads i found online.

I just wrote this for learning & fun purposes.