Skip to content

7.1 Examples: Download

Gurdeep Singh (Guru) edited this page Jun 30, 2024 · 1 revision

To start downloading all SHA hashes synchronously

./hibp download

To start downloading all NTLM hashes synchronously

./hibp download --type=ntlm

To start downloading all SHA hashes asynchronously (100 concurrent connections)

./hibp download --async=100

To download just 1 hash file

./hibp download --get=one --hashes=00000                                                                 

To download multiple hash files (comma separated)

./hibp download --get=multiple --hashes=00000,00001                                                      

To download range of hash files (start,end)

./hibp download --get=range --hashes=00000,00010         

You can also provide comma separated hash in the text file (default is hashfile.txt in data/ directory)

./hibp download --get=hashfile --hashes=anotherhashfile.txt

You can also provide comma separated integer in a text file (default is intfile.txt in data/ directory)

./hibp download --get=intfile --hashes=anotherintfile.txt
Clone this wiki locally