Skip to content

CountryWay/leakPasswd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leakPasswd

这是一款用来查询密码泄露的 Python 模块

开源地址https://github.com/lauixData/leakPasswd

安装

安装方式一

pip install leakPasswd

安装方式二

下载源码,进入源码目录

python setup.py install

使用

测试是否安装成功

import leakPasswd

查看所有泄露厂商的信息

import leakPasswd
leakPasswd.queryBreachs()

查看某个泄露厂商的信息

import leakPasswd
leakPasswd.findBreach('taobao')

查看泄露密码的账号

import leakPasswd
leakPasswd.findAccount('[email protected]')

查询测试

Alt text

查看是否泄露

可以看出来优酷密码泄露了,需要及时修改密码 Alt text

联系

Author :天才小三斤

E-mail :[email protected]

About

Python 密码泄露查询模块

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%