8000 GitHub - filimonic/HIBPDL: HIBPDL, alternative PwnedPasswordsDownloader, a tool to download all Pwned Passwords hash ranges and save them offline so they can be used without a dependency on the k-anonymity API
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

HIBPDL, alternative PwnedPasswordsDownloader, a tool to download all Pwned Passwords hash ranges and save them offline so they can be used without a dependency on the k-anonymity API

License

Notifications You must be signed in to change notification settings

filimonic/HIBPDL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HaveIBeenPwned alternative download tool

This tool is alternative to HIBP's official PwnedPasswordsDownloader, but does not requires you to install SDK or tool itself and works better and faster.

Command line options

Usage: HIBPDL [options] [file]

Options:
  -n,    --ntlm              Download NTLM hashes instead of SHA1
                               Default: download SHA1
  -o,   --overwrite          Overwrite output file if exists
  -q,   --no-progress        Do not output progress bar.
  -p=N, --parallelism=N      Use N parallel jobs.
                               Default: number of CPUs.
  file                       Output file name or full path.
                               Default: pwnedpasswords.sha1.txt for SHA1
                               Default: pwnedpasswords.ntlm.txt for NTLM

Build

On Windows :

$env:GOARCH="amd64"
5B86

$env:GOOS="windows"
$ext=".exe"
go build --ldflags '-extldflags "-static"' -o HIBPDL$($ext) .\cmd\HIBPDL

About

HIBPDL, alternative PwnedPasswordsDownloader, a tool to download all Pwned Passwords hash ranges and save them offline so they can be used without a dependency on the k-anonymity API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0