Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.47 KB

File metadata and controls

37 lines (26 loc) · 1.47 KB

Decrypt Chrome Passwords using usb ducky (raspberry pi pico)

This is a simple modification of this repo and addition of a script.
Used by a raspberry pi pico as a usb ducky to extract the passwords stored localy by chrome.
Then use a pc to decode the passwords that were extracted.

  • note this is for educational purposes only. please do not use this in harmful or inapropriet ways.

local python script

A simple program to decrypt chrome password saved on your machine.
This code has only been tested on windows, so it may not work on other OS.

Raspberry pi scirpt

A scirpt for a USB-Ducky that extracts the password database from a machine.
for instructions on how to modify a raspi pico to be a usb ducky see this video

OS support

  1. Windows

Dependencies for python script

  1. pycryptodomex
  2. pywin32

Usage

  • put the payload.dd scirpt in the usb ducky.
  • plug it to a pc that you want to extract the passwords from and wait for it to finih.
  • plug it to you machine (on off mode).
  • run python decrypt_chrome_password.py

Output

Saved as decrypted_password.csv and shown in console.

Demo

rpiDemo

for more info check out this repo