Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 27 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-20T01:30:34.000Z (over 2 years ago)
- Last Synced: 2024-09-29T11:54:30.831Z (about 1 month 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`
![demo animation](./docs/demo.gif)
Searching for a specific email will show HIBP breach information.
![hibp data](https://i.imgur.com/6l5zCut.png)
## 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.