Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SecretScanner

Two standalone tools for discovering accidentally leaked credentials in public registries.

Projects

Project Target Stack
leakwatch GitHub public repos FastAPI + React + TruffleHog
docker DockerHub public images Flask + TruffleHog

LeakWatch

Scans public GitHub repositories for leaked credentials (API keys, tokens, passwords). Discovers targets via GitHub stars/orgs/users, runs TruffleHog with verified-only mode, resolves disclosure channels via security.txt/SECURITY.md, and generates human-reviewed disclosure drafts. Never stores raw secrets or auto-sends disclosures.

docker

Targeted DockerHub account scanner. Enter a username; the worker enumerates all public repositories and tags, detects application directories from image metadata, and runs TruffleHog against each image. Results stream via polling to a web UI and persist to SQLite.

Philosophy

  • Read-only. Only public data is scanned. No enumeration beyond the initial discovery.
  • Defensive. Raw secrets are redacted. Disclosure is never automated — every notification requires explicit human confirmation.
  • Offensive-tool aware. Built to find what attackers already scan for, so defenders can fix it first.

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages