Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.