-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It keeps breaking the download #32
Comments
The old model definitely wasn't prefect, it became a stuck-in-time frozen version of passwords that never got updates from the firehose of new passwords fed in by the FBI. We're looking into this issue, but you're far better off just consuming the API on demand for password checks rather than downloading the entire corpus of data. |
I understand @troyhunt. If there would be an option in the download to pause/resume or something that it doesn’t break and we have to start all over with the download would be great. I tried 3x times and I still couldn’t download the file. With the API is best. But the tool isn’t configured for that. https://docs.lithnet.io/password-protection/installation/create-a-new-store Maybe the application will get an update and use the API. |
The latest release should be a lot more resilient. Please try updating to 0.3.12. |
@stebet Thank you for the very fast update. I am downloading it and will report what I will get. The internet speed (fiber-optic) is good, and I never have any hiccups. Let's see if it works well now. One last thing. Is there also a command for "NTLM ordered by hash"? I always downloaded that one from "torrent". Right now, I am running "haveibeenpwned-downloader.exe -n pwnedpasswords_ntlm". But that's not ordered by hash, right? If so, is there command for it? Thank you. |
That is ordered by hash :) |
Thanks @stebet After running the command, I left it overnight and checked it. So this is how it looks: At 49% it had an error and stopped. It looks better with this code update. But unfortunately, not there yet. |
Are you running the latest version? There should be richer exception detail. |
Also, that looks like it actually finished making all 1.048.576 requests. How big is the resulting file? |
I am running version: 0.3.12 The file is 28.5 GB. It shows that it took 04:03:33 and failed. But, it started again, and within 00:00:00 it got finished (which doesn't make sense). Let me know if you like me to test anything. |
Currently experiencing the same issue, will try to give it a go tomorrow again. Running |
It shows 6% for the hash ranges download, and the message appears:
Finished downloading all hash ranges in 2,364,478ms (48.52 hashes per second).
We made 114,734 Cloudflare requests (avg response time: 207.52ms). Of those, Cloudflare had already cached 114,732
requests, and made 2 requests to the Have I Been Pwned origin server.
So it looks like it gets corrupted, and the download stops.
The message should now show that it's finished downloading because it's not.
Also, what can be done if you want to download such a big file? We used to have a torrent and that worked perfectly.
The command I run:
haveibeenpwned-downloader.exe -n pwnedpasswords_ntlm
The text was updated successfully, but these errors were encountered: