Te-k / harpoon

CLI tool for open source and threat intelligence
https://www.randhome.io/blog/2018/02/23/harpoon-an-osint-/-threat-intelligence-tool/
GNU General Public License v3.0
1.17k stars 182 forks source link

/api/v2/pwnedpassword disabled in HIBP #84

Closed mattlorimor closed 3 years ago

mattlorimor commented 6 years ago

Troy has removed the ability to look up passwords using /api/v2/pwnedpassword.

The new preferred method is to use the anonymous range lookup. This prevents clients from having to send a password across the wire.

Code that uses the old non-functional method: https://github.com/Te-k/harpoon/blob/master/harpoon/lib/hibp.py#L52

Te-k commented 6 years ago

Thanks, adding this as enhancement. Tbh, it could be interesting to move this hibp class to an external library.