https://github.com/audibleblink/passdb-frontend
Pivoting Frontend for Pre-Seeded Password Databases
https://github.com/audibleblink/passdb-frontend
hibp infosec osint passwords redteam svelte sveltejs
Last synced: 3 months ago
JSON representation
Pivoting Frontend for Pre-Seeded Password Databases
- Host: GitHub
- URL: https://github.com/audibleblink/passdb-frontend
- Owner: audibleblink
- Created: 2019-07-30T12:32:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-20T01:30:34.000Z (almost 3 years ago)
- Last Synced: 2024-09-29T11:54:30.831Z (7 months ago)
- Topics: hibp, infosec, osint, passwords, redteam, svelte, sveltejs
- Language: Svelte
- Homepage: https://alexflor.es/passdb-frontend
- Size: 3.6 MB
- Stars: 118
- Watchers: 4
- Forks: 11
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# passdb-frontend
Connects with the [passdb-backend](https://github.com/audibleblink/passdb-backend) which serves an API for searching through a self-seeded password dump
database. Users of the app are able to search by `username`, `password`, `domain`, or `email`. From
the results page, users may pivot around on any clickble piece of information.This is a fully decoupled frontend single-page app which creates API calls to `http://localhost:4567`

Searching for a specific email will show HIBP breach information.

## Get started
Install the dependencies...
```bash
cd passdb-frontend
npm install
```...then start [Rollup](https://rollupjs.org):
```bash
npm run dev
```Navigate to [localhost:5000](http://localhost:5000). You should see the query interface.