All Projects → sameera-madushan → Pwned

sameera-madushan / Pwned

Licence: MIT license
Simple CLI script to check if you have a password that has been compromised in a data breach.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pwned

laravel-pwned-passwords
Simple Laravel validation rule that allows you to prevent or limit the re-use of passwords that are known to be pwned (unsafe). Based on TroyHunt's Have I Been Pwned (https://haveibeenpwned.com)
Stars: ✭ 67 (+42.55%)
Mutual labels:  passwords, haveibeenpwned
Pwnedpasswordsdll
Open source solution to check prospective AD passwords against previously breached passwords
Stars: ✭ 71 (+51.06%)
Mutual labels:  passwords, haveibeenpwned
Pwned
An easy, Ruby way to use the Pwned Passwords API.
Stars: ✭ 290 (+517.02%)
Mutual labels:  passwords, haveibeenpwned
Pw Pwnage Cfworker
Deploy a Cloudflare Worker to sanely score users' new passwords with zxcvbn AND check for matches against haveibeenpwned's 7.8+ billion breached accounts
Stars: ✭ 125 (+165.96%)
Mutual labels:  passwords, haveibeenpwned
Pwnedornot
OSINT Tool for Finding Passwords of Compromised Email Addresses
Stars: ✭ 888 (+1789.36%)
Mutual labels:  passwords, haveibeenpwned
Pwned
A command-line tool for querying the 'Have I been pwned?' service.
Stars: ✭ 161 (+242.55%)
Mutual labels:  passwords, haveibeenpwned
browser-creds
recover Firefox and more browsers logins
Stars: ✭ 42 (-10.64%)
Mutual labels:  passwords
Maltego-haveibeenpwned
Maltego integration of https://haveibeenpwned.com
Stars: ✭ 55 (+17.02%)
Mutual labels:  haveibeenpwned
Payloads
Git All the Payloads! A collection of web attack payloads.
Stars: ✭ 2,862 (+5989.36%)
Mutual labels:  passwords
Dumb Password Rules
Shaming sites with dumb password rules.
Stars: ✭ 2,635 (+5506.38%)
Mutual labels:  passwords
wp-haveibeenpwned
Checks if the password for each WordPress user account has been compromised via haveibeenpwned.com
Stars: ✭ 26 (-44.68%)
Mutual labels:  haveibeenpwned
keepassxc-pwned
Check your keepassxc database against previously breached haveibeenpwned passwords
Stars: ✭ 25 (-46.81%)
Mutual labels:  haveibeenpwned
SAGEMCOM-FAST-5370e-TELIA
This is my personal wiki for hacking the router firmware used by (Sagemcom)F@st Version 3.43.2 delivered from Sagemcom
Stars: ✭ 92 (+95.74%)
Mutual labels:  hacked
weakpass generator
generates weak passwords based on current date
Stars: ✭ 36 (-23.4%)
Mutual labels:  passwords
mongoose-pii
A Mongoose plugin that lets you transparently cipher stored PII and use securely-hashed passwords
Stars: ✭ 43 (-8.51%)
Mutual labels:  passwords
keevault
Kee Vault is a password manager for your web browser. Password databases (Vaults) are encrypted using the KeePass storage format before being sent to a remote server for synchronisation across any modern device/browser
Stars: ✭ 57 (+21.28%)
Mutual labels:  passwords
pywnedpasswords
Checkt pwnedpasswords.com in a secure way
Stars: ✭ 22 (-53.19%)
Mutual labels:  pwnedpasswords
Privy
An easy, fast lib to correctly password-protect your data
Stars: ✭ 230 (+389.36%)
Mutual labels:  passwords
dc4d-june-2017-notes
Notes I took during DayCamp4Developers, June 2017.
Stars: ✭ 17 (-63.83%)
Mutual labels:  passwords
DOHA
📢 Database Of Hacked Accounts: Public database of hacked Minecraft accounts.
Stars: ✭ 34 (-27.66%)
Mutual labels:  hacked

Pwned - Check Your Passwords

Pwned is a simple command-line python script to check if you have a password that has been compromised in a data breach. This script uses haveibeenpwned API to check whether your passwords were leaked during one of the many breaches of online services.

This API uses k-Anonymity model that allows a password to be searched for by partial hash in order to anonymously verify if a password was leaked without disclosing the searched password.

You cn read the medium article that i wrote about this from here.

How pwned script works

Git Installation

# clone the repo
$ git clone https://github.com/sameera-madushan/Pwned.git

# change the working directory to Pwned
$ cd Pwned

# install the requirements
$ pip3 install -r requirements.txt

Usage

python pwned.py -p <your password here>

Support & Contributions

  • Please ⭐️ this repository if this project helped you!
  • Contributions of any kind welcome!

Buy Me A Coffee

License

Pwned is made with by @__sa_miya__ and it is released under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].