Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 667 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 667 Bytes

Pwned Pass

This tool was created upon a conversation about leaked data in the internet between me and @ftcksu guys, I wanted to showcase how one can check for his leaked password(s) without really leaking it using this tool.

Installation

git clone https://github.com/cipherat/pwnedpass.git
pip install -r requirements.txt

Usage

./pwnedpass.py [OPTION]... password

or use --help for more info

./pwnedpass.py --help

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.