Skip to content
/ ispwned Public

Bash script which check if your password has been leaked somewhere on the Internet

License

Notifications You must be signed in to change notification settings

kandev/ispwned

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Password pwn checker

Simple bash script which uses https://haveibeenpwned.com database of leaked passwords to check if your password has been ever used by somebody and leaked.

Leaking the password means the password has been gathered during data breach and is now listed in the password database dictionaries, which are used for dictionary attacs.

  • The tool does not share your password with the API, just the first 5 characters of the SHA1 sum.
  • The password is not endered as argument in the shell to avoid storing it in shell history database.

If your password exists in the leaked database, it's change is compulsory!

Example

# ./ispwned.sh
Enter password to check: P@$$w0rd123
Your password has leaked 117 times.

And please, dont use the word password! No matter how modified with numbers and special characters it is - it's hacked already.

About

Bash script which check if your password has been leaked somewhere on the Internet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages