Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

LLM Dump Hunter

LLM Dump Hunter is a Termux-ready Python tool that scans .txt and .json files for leaked credentials, secrets, and sensitive data.

Features

  • Detects:
    • API Keys (Stripe, Firebase, AWS, OpenAI, etc.)
    • Private Keys
    • JWTs
    • Email addresses
    • Crypto wallet seed phrases
    • .env config secrets
    • Base64 encoded blobs

Usage

python llm_dump_hunter.py'



### EXAMPLE OUTPUT
    === API Keys ===
    sk_live_abc123...
    AIzaSy...
  
    === Email Addresses ===
    admin@example.com

    === Private Keys ===
    -----BEGIN RSA PRIVATE KEY-----

CTRL+O → ENTER → CTRL+X

---

### **5. Commit & push to GitHub**

```bash
git add .
git commit -m "Initial version of LLM Dump Hunter"
git push origin main

About

Scan large text dumps for secrets, API keys, private keys, emails, and other sensitive data.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors