Passdb Frontend screenshot

Passdb Frontend

Author Avatar Theme by Audibleblink
Updated: 5 Jun 2021
129 Stars

Pivoting Frontend for Pre-Seeded Password Databases

Overview:

passdb-frontend is a frontend application that connects with the passdb-backend to access an API for searching through a self-seeded password dump database. Users of the app can search by username, password, domain, or email. The results page allows users to interact with clickable information. This single-page app generates API calls to http://localhost:4567.

Features:

  • Connects with passdb-backend: Interfaces with passdb-backend to access API for password dump database search.
  • Search Functionality: Allows users to search by username, password, domain, or email.
  • Interactive Results: Users can pivot around on any clickable piece of information in the results page.
  • HIBP Breach Information: Searching for a specific email can display Have I Been Pwned (HIBP) breach information.

Installation:

To get started with passdb-frontend, follow these steps:

  1. Install the dependencies.
  2. Start Rollup.
  3. Navigate to localhost:5000 to access the query interface.
# Install dependencies
npm install

# Start Rollup
npm start

Summary:

passdb-frontend is a versatile frontend application that enables users to search through a password dump database. By connecting with passdb-backend, it offers a seamless experience for searching by various parameters and interacting with the search results. Additionally, it provides access to HIBP breach information when searching for a specific email.