Skip to content

a POC of extracting chrome browser passwords using raspberry pi pico

Notifications You must be signed in to change notification settings

matanton666/rpi-pico-chrome-passwords-extractor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

a POC of extracting chrome browser passwords using raspberry pi pico

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 81.8%
  • Batchfile 18.2%