firesphere / hibpmngmnt
Requires
- php: >=7.1.0
- ext-sodium: *
- firesphere/haveibeenpwned: ^1
- silverstripe/config: 1.0.x-dev
- silverstripe/framework: ^4
- silverstripe/mfa: ^4.0
- silverstripe/recipe-plugin: *
- silverstripe/totp-authenticator: ^4.0
- silverstripe/webauthn-authenticator: ^4.0
Requires (Dev)
This package is auto-updated.
Last update: 2024-11-05 07:46:56 UTC
README
This module is to import Have I Been Pwned JSON lists for a specific domain.
The module can be installed as a bare minimum system, and should not be included in another system.
This module has no frontend.
Installation
composer create-project firesphere/hibp
Usage
Download the JSON files from Have I Been Pwned and put them in the
folder named datafiles
in the document root of your website.
It needs to be a json file, and need to be named as such. E.g. mydomain.json
.
Run the task /dev/tasks/ImportHIBP
Then, log in to the backend system, and you can search and filter easily through the "Breaches" system.
Emails
In the Settings part of the backend, you can enable and configure automated emails to the people found in a recent breach.
Note, Pastes aren't yet automatically able to email.