Skip to content

f5AFfMhv/pwnCheck_GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password pwn cheking GUI

This program is graphical user interface for checking pwned passwords, it's writen with python and pyQT4. Program calculates password hash and then finds all prefix matches from https://api.pwnedpasswords.com, then full hash match is found localy on users machine.

NOTE: currently there are no support for proxies.

pwnCheck

Prebuild packages

You can download prebuild packages from release page

Dependencies

  • Python 2.7
  • pyQT4

Instalation

Install dependencies and run main.py.