shaddy43 / BrowserSnatch

This project steals important data from all chromium and gecko browsers installed in the system and gather the data in a stealer db to be exfiltrated out. A powerful Browser Stealer
MIT License
175 stars 33 forks source link

GG #3

Closed hackerlor84 closed 2 weeks ago

hackerlor84 commented 2 weeks ago

Hello! It looks like it can get the data but it's all encrypted. I'm really interested in this project, I hope you will develop it in the future image

shaddy43 commented 2 weeks ago

BrowserSnatch creates an sqlite database file. If you open it in text editor, it will always show you null characters. I suggest you open it in db browser for sqlite (https://sqlitebrowser.org) and go to Browse Data tab to explore all tables (logins, cookies, history, bookmarks).

BrowserSnatch is able to fetch and decrypt all passwords & cookies that are secured with v10 encryption. The introduction of latest chrome's app bound encryption (v20) has limited its capabilities but work is in progress and updates will be coming!

hackerlor84 commented 2 weeks ago

I wish I could be a little smarter to help with this project, I'm the type of person who studies first and then immediately forgets it after a nap. Great job, man

shaddy43 commented 2 weeks ago

Good luck, Keep learning :)