Git Product home page Git Product logo

passwordstealer's Introduction

PasswordStealer

This repositry contains 2 parts

  1. Chrome Saved Passwords extractor

  2. SSID and Passwords extractor

1.Extract Chrome saved Passwords

How does it work ?

When you request Google Chrome to save your password on a given website by pressing REMEMBER ME, it stores it in a "Login Data" file (sqlite database file).

The file is present at the location Appdata\Local\Google\Chrome\User Data\Default\Login Data .

In order to securely store the password, the password is encrypted Windows CryptProtectData function.

The python script chromepass.py locates the Login Data file, Access the Sqlite Database and then decrypts the passwords using the CryptUnprotectData function from the win32crpyt package in python.

The passwords are then sent to a node server using a post request.

The python script chromepass.py is converted into a standalone exe using pyinstaller, so if the executable is plugged into any computer running windows and Google Chrome, running this program will extract all the Chrome saved passwords.

PS: Dont misuse the program, It is only for educational purposes.

passwordstealer's People

Contributors

shashankchandak avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.