Credential Extractor — Removes all the junk, leaving only the useful data. Runs reliably on millions of lines, filters user:pass and user only, smart dedupe, fast CSV/JSON export. For anyone who needs to collect & normalize creds from log dumps without wasting time debugging regex.
Telegram : t.me/Reilfer
DM to buy ( This is my first time making a tool, I hope everyone will support me a little <<: )
- Input modes: load from file or paste text directly.
- Multi-pattern parsing: supports user:pass, key=value, Basic Auth (Base64), URL-embedded creds.
- Light decoding: automatic URL decode, Base64 decode.
- Output flexibility:
- User:Pass
- User-only
- Only entries with valid creds
- Deduplication: smart set up to 500k lines, auto-disable beyond to avoid crash.
- Large file handling: stream line-by-line, switch to temp file if >100k lines.
- Export options: preview in UI, save output, or write straight to file.
- Terminal UI: Rich-based menu with hotkeys (U, D, O, S, R, L, T, etc.), banner, credits.
- Cross-platform ready: works on Windows CMD/PowerShell with VT colors, or Linux/Mac terminals.
Telegram : t.me/Reilfer
DM to buy ( This is my first time making a tool, I hope everyone will support me a little <<: )