Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 875 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 875 Bytes

Lebron

image

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.