All Projects → lauixData → Leakpasswd

lauixData / Leakpasswd

Licence: mit
Python 密码泄露查询模块

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Leakpasswd

X Ray
X-Ray is a script that lets users toggle password visibility in forms.
Stars: ✭ 40 (-51.81%)
Mutual labels:  password
Lypaymentfield
多种风格的支付框控件,可定制加密图片,也可使用带动画的弹窗。A variety of styles of payment box controls can be customized to encrypt pictures, can also be used with animated alert.
Stars: ✭ 58 (-30.12%)
Mutual labels:  password
Go Diceware
Golang library for generating passphrases via the diceware algorithm.
Stars: ✭ 69 (-16.87%)
Mutual labels:  password
Ics Default Passwords
List of default passwords for Industrial Control Systems
Stars: ✭ 42 (-49.4%)
Mutual labels:  password
Passage
A password manager using https://age-encryption.org/
Stars: ✭ 48 (-42.17%)
Mutual labels:  password
Keychains
🔑 A keychain wrapper that is so easy to use that your cat could use it.
Stars: ✭ 67 (-19.28%)
Mutual labels:  password
Featherpasswordmanager
Highly portable extremely light-weight password manager that stores all your passwords in a local encrypted file.
Stars: ✭ 39 (-53.01%)
Mutual labels:  password
Mikrotikexploit
Scan and Export RouterOS Password
Stars: ✭ 79 (-4.82%)
Mutual labels:  password
React Native Hide Show Password Input
React-Native Hide Show Password InputText Component
Stars: ✭ 50 (-39.76%)
Mutual labels:  password
Ttpassgen
密码生成 flexible and scriptable password dictionary generator which can support brute-force、combination、complex rule mode etc...
Stars: ✭ 68 (-18.07%)
Mutual labels:  password
Browserpass Legacy
Legacy Browserpass repo, development is now happening at:
Stars: ✭ 1,020 (+1128.92%)
Mutual labels:  password
Unchained
Secure password hashers for Go compatible with Django
Stars: ✭ 46 (-44.58%)
Mutual labels:  password
Diceware
Generate secure passwords you can actually remember!
Stars: ✭ 66 (-20.48%)
Mutual labels:  password
Node Argon2
Node.js bindings for Argon2 hashing algorithm
Stars: ✭ 1,008 (+1114.46%)
Mutual labels:  password
Pwcrack Framework
Password Crack Framework
Stars: ✭ 72 (-13.25%)
Mutual labels:  password
Mlbpasswordtextfield
A custom password input like WeChat payment for iOS.
Stars: ✭ 39 (-53.01%)
Mutual labels:  password
Plasma
An Android Application written using latest Android Jetpack components and best practices, which displays trending movies/TV shows and cast, user can search movies and TV shows and also add them to watchlist.
Stars: ✭ 67 (-19.28%)
Mutual labels:  password
Passwd
A beautiful, cross-platform, encrypted password manager 🔐
Stars: ✭ 82 (-1.2%)
Mutual labels:  password
Downloads
AD Health Check, Send HTML Email, Ping machines, Encrypt Password,Bulk Password,Microsoft Teams,Monitor Certificate expiry, Monitor cert expiry, AD attributes, IP to Hostname, Export AD group, CSV to SQL,Shutdown, Restart, Local Admin, Disk Space, Account expiry,Restore Permissions, Backup permissions, Delete Files Older Than X-Days, export DHCP options,Read Registry,Distribution group AD attributes,Monitor Windows Services,Export Reverse DNS,Task Monitor,Monitor and alert, Exchange Health check,Get Network Info, Export AD Attributes,AD group members, Office 365 Group member, SQL to CSV, Outlook save send attachments, Upload files to FTP,Exchange – Total Messages Sent Received, Set Teams Only Mode, Intune Duplicate Device,Intune Cleanup Not Evaluated, Ownership and Grant Permissions, Write Create Modify Registry , Organization Hierarchy from AD,Azure AD Privileged Identity Management,Intune – Export MAM Devices,Intune Marking devices as Corporate, Dynamic to Static Distribution Group,Monitor Alert Office 365 services,Group Member Count,Bulk Addition external users sharepoint, ADD to Exchange online License Group,All in One Office 365 Powershell,Bulk Addition of Secondary Email, Automate move mailboxes to o365, Addition Modification Termination Exchange users, Monitoring Unified Messaging port,Unified Messaging Extensions Report, Set Default Quota for SharePoint,Bulk Contact Creation and Forwarding, Uploading and Downloading files sftp, Monitoring Sftp file and download, Office 365 groups Write back, CSV parser, Email address update, Email address modify, MDM enrollment, Welcome Email, Intune Welcome Email, remove messages, remove email, SKOB to AD, SKOB to group, PowerApps report, Powerautomate Report, Flow report, Server QA, Server Check List, O365 IP range, IP range Monitor, o365 Admin Roles, memberof extraction, CSV to Excel, Skype Policy, UPN Flip, Rooms Report, License Reconciliation,Intune Bulk Device Removal, Device Removal, Clear Activesync, Lync Account Termination,Lync Account Removal, Enable office 365 services, Enable o365 Services, Export PST, Site collection Report, Office 365 Group Sites, System Admin,ActiveSync Report,White Space,Active Directory attributes, outlook automation, Intune Detect App, Distribution list Fix, Legacy DN, start service, stop service, disable service, Message tracking, Distribution lists report,Distribution groups report,Quota Report, Auto reply, out of office, robocopy multi session, Home Folder, local admin, Database, UPN SIP Mismatch, Recoverable deleted, teams number, Number assignment, teams phone, AD Group Hierarchy, Hierarchy membership, Sync Groups
Stars: ✭ 75 (-9.64%)
Mutual labels:  password
Pgen
Command-line passphrase generator
Stars: ✭ 68 (-18.07%)
Mutual labels:  password

leakPasswd

这是一款用来查询密码泄露的 Python 模块,基于 Haveibeenpwned Api

开源地址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]

Blog : https://www.fucksec.com/

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].