项目作者: audibleblink

项目描述 :
Pivoting Frontend for Pre-Seeded Password Databases
高级语言: HTML
项目地址: git://github.com/audibleblink/passdb-frontend.git
创建时间: 2019-07-30T12:32:04Z
项目社区:https://github.com/audibleblink/passdb-frontend

开源协议:

下载


passdb-frontend

Connects with the 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

Searching for a specific email will show HIBP breach information.

hibp data

Get started

Install the dependencies…

  1. cd passdb-frontend
  2. npm install

…then start Rollup:

  1. npm run dev

Navigate to localhost:5000. You should see the query interface.