8000 GitHub - Papurudoragon/pwnScan
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Papurudoragon/pwnScan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This program was created by papv2 for the purposes of fulfilling a coding task for [redacted].

This program is designed to do a few things sequentially:

pull passwords from a json file (users.json) 
hash the passwords 
compare it with passwords from haveibeenpwned's API 
return results if a password has been pwned 
create a report for the results 

This script relies on the requests external library. Please run the below command before running the script (MUST have python3-pip!):

Requirements

```
pip install -r requirements.txt
```

Usage

```
python3 main.py
```

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0