Skip to content

curlew/bthief

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bthief

A web browser credential thief for Windows.

GitHub Workflow status Codacy grade Latest tag License

Overview

bthief is a web browser credential harvester that supports Chrome, Chromium, Opera, Brave, Edge, and Firefox. The Chrome Beta and Canary versions are also supported.

It retrieves usernames and passwords, how many times a login has been used, and when it was created, last used, and last modified.

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!]
    - Times used: 2
    - 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]
    - Times used: 4
    - 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]
    - Times used: 1
    - Created: 2023-04-12 20:16:49 UTC
    - Last used: never
    - Password last modified: 2023-04-12 20:16:49 UTC
[Brave] FOUND:
  - https://accounts.google.com/v3/signin/challenge/pwd
    - Username: [person@example.com]
    - Password: [password123]
    - Times used: 6
    - 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)