-
Notifications
You must be signed in to change notification settings - Fork 63
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
What if you do not have NET at all #37
Comments
Or, maybe this sounds completely out of this world, but I use Linux exclusively for the last 20 years. I know there's some support for it with with Mono, but a little platform agnosticism would have been appreciated here. |
The "new" .Net plattform is Cross-platform, Open source and Free. No need for mono. Please have a look at https://dotnet.microsoft.com/en-us/download/ |
From a minor conversation on HN, @jmcunx is trying to run this on OpenBSD. |
I think for some of us, we'll like to not have to install a pile of dependencies. For that, I think the shell script presented here: should suffice. |
Actually I already have pwned-passwords-sha1-ordered-by-hash-v8.7z, I pulled that before the download change a while ago. I was hoping to find is a diff between that file and what is mentioned in this post: Note, OpenBSD does not support any version of NET, which is what I am on |
@jmcunx Mono may be an option: https://www.mono-project.com/ |
It is very platform agnostic, using .net6 which works on the main operating systems used by most people and administrators. Or good luck figuring out how to work with CloudFlare from the small amount of languages that do work on OpenBSD. Could try NodeJS. A rewrite using puppeteer should be easy enough if your daily driver is an OpenBSD system ;) |
Further, the API is completely platform agnostic. If you want to download all the data without using the official downloader, here's how to do it: for 00000 to FFFFF download hash range file You're welcome 🙂 |
Hi This can be closed, I ended up using a Linux system to get the list. After looking at the new file, I realized the diff would be as large as the main file :) Anyways, thank for all the work done to maintain this list. |
Hi I just closed this issue. After looking at the new file, I realized the diff would be as large as the main file :) Anyways, thank for all the work done to maintain this list. |
For people looking for a simple (just curl !) solution for HIBP password hash downloads: #79 |
is there a way to down load this data when none of my systems have NET6 or any verion of NET ?
Thanks
The text was updated successfully, but these errors were encountered: