https://github.com/firesphere/hibp-list
https://github.com/firesphere/hibp-list
hacktoberfest
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/firesphere/hibp-list
- Owner: Firesphere
- Created: 2020-05-27T09:30:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-05T03:18:41.000Z (almost 4 years ago)
- Last Synced: 2025-02-01T14:30:15.199Z (over 1 year ago)
- Topics: hacktoberfest
- Language: PHP
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# HIBP list
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](https://haveibeenpwned.com/DomainSearch) 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.