Chercher haveibeenpwned avec Bash

 

Comment chercher haveibeenpwned avec bash ?

Chercher haveibeenpwned avec Bash

Script bash

Comment faire ?

  • Copier ce script dans havei.sh
  • Ce script a pour dépendance jq et figlet (esthétique)
  • Installer jq : brew install jq et figlet brew install figlet
  • Taper la commande sh ./havei.sh email
  • Il est desormais possible de cherche haveibeenpwned facilement.

Résultat

Haveibeepwned

https://haveibeenpwned.com

Mise à jour.

Il faut dorénavant posséder une clef API afin de pouvoir faire une requête via l’API.

GET https://haveibeenpwned.com/api/v3/breachedaccount/[email protected]
hibp-api-key: [your key]

Et concernant ce changement ?

Troy Hunt explique plus en détail pourquoi il a effectué ce changement concernant l’accès à l’API. : https://www.troyhunt.com/authentication-and-the-have-i-been-pwned-api/

Il existe également une documentation sur cet API :

https://haveibeenpwned.com/API/v3

Remarque :

En modifiant légèrement le script j’ai pu le rendre fonctionnel à nouveau…

#EOF
Script © Rbcafe