Pivoting Frontend for Pre-Seeded Password Databases
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.
To get started with passdb-frontend, follow these steps:
# Install dependencies
npm install
# Start Rollup
npm start
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.