SparkleServer Hub

Desktop + CLI Tooling

ParserPro

ParserPro streamlines credential-list normalization, login-form extraction, and Hydra command prep in one GUI and headless workflow.

Legal and ethical use only: operate only on systems you own or where you have explicit written authorization.

Quick Start

pip install -r requirements.txt
python -m playwright install chromium
python main.py

Supports both GUI workflows and --headless CLI mode.

1. Ingest + Normalize

Parses combo lines in site:user:password format, normalizes site targets, and exports per-site combo files plus consolidated CSV output.

2. Extract + Classify

Runs login-form extraction with cache/TTL logic, strict mode support, confidence metadata, and categorized failure telemetry.

3. Generate + Run

Builds Hydra command templates, then runs selected/filtered jobs from the Hydra Runner tab or via headless flags.

Feature Highlights

  • Desktop GUI plus CLI pipeline support.
  • Hydra runner with filters, sorting, selection helpers, and logs.
  • Proxy, Burp, and ZAP routing controls.
  • Timeline events, run summaries, and diagnostic exports.
  • Project/session save-open flows with autosave.

Outputs

  • data/<site>.txt per-target combo files.
  • hydra_forms.csv form metadata for command templates.
  • logs/ run logs and diagnostics.
  • hits/ saved hit summaries.

Docs and Repository

Use the repository README for full setup, headless usage examples, settings reference, and troubleshooting guidance.