Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.16 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.16 KB

credsdefault-search

A web search panel for default credentials that includes an API with a comprehensive dataset. The dataset contains information on services, vendors, systems, OT and IoT devices, routers, and more.

Features

  • Search bar that filters results based on your query in real-time.
  • Can export filtered results to .csv report.
  • After loading the full dataset from datasource, CREDSDEFAULT works locally in your browser. No usage data is collected.
  • Infinite scroll

Installation

npm install
npm run start

Can I run it offline?

Yes.

  • Download the latest output.json from Releases.
  • Host it on localhost, for example using python3 -m http.server or droppa.
  • Change the .env variable DATASOURCE_ENDPOINT_URL to point to the HTTP server running on localhost.
  • Run credsdefault-search offline.

CLI Version

Check out the CLI version at credsdefault-cli

Dataset

Check out the dataset at credsdefault-dataset