Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/provrb/web-hacker
Demonstration on how to get all Firefox and Chrome cookies, passwords, history, bookmarks, etc, using C++ and the Sqlite API.
https://github.com/provrb/web-hacker
browser chrome cookies firefox logger malicious
Last synced: 11 days ago
JSON representation
Demonstration on how to get all Firefox and Chrome cookies, passwords, history, bookmarks, etc, using C++ and the Sqlite API.
- Host: GitHub
- URL: https://github.com/provrb/web-hacker
- Owner: provrb
- License: gpl-3.0
- Created: 2023-10-18T03:40:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-21T18:50:20.000Z (about 2 months ago)
- Last Synced: 2024-11-21T19:35:44.569Z (about 2 months ago)
- Topics: browser, chrome, cookies, firefox, logger, malicious
- Language: C++
- Homepage:
- Size: 2.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Web Hacker
# What it Does
Output all browser data from either Firefox or Chrome.With this code, I learned how to decrypt Firefox and Chrome cookies, passwords and much more.
You are able to pull history, cookies, passwords, bookmarks and more.
I never managed to get credit cards from Firefox after spending many time debugging their strategies in x64dbg.
- One thing I do know is they use PK11_Decrypt, a function in nss.dll. You'd have to make a function pointer to decrypt the credit card #.