Skip to content

PaulSec/API-ShouldIChangeMyPassword

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ShouldIChangeMyPassword

(Unofficial) Python API for ShouldIChangeMyPassword Website.

This code has been developed to check compromised mails and is really easy to use:

from sicmypAPI import SicmypAPI
res = SicmypAPI().is_compromised('myprivatemail@mypersonaldomain.com')
print res  # False

I am currently developing a multithreaded tool to load file and parallelize the process. Stay tuned.

About

(Unofficial) Python API for ShouldIChangeMyPassword Website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages