Quick Start
pip install -r requirements.txt
python -m playwright install chromium
python main.py
Supports both GUI workflows and --headless CLI mode.
Desktop + CLI Tooling
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.
pip install -r requirements.txt
python -m playwright install chromium
python main.py
Supports both GUI workflows and --headless CLI mode.
Parses combo lines in site:user:password format, normalizes site targets, and exports per-site combo files plus consolidated CSV output.
Runs login-form extraction with cache/TTL logic, strict mode support, confidence metadata, and categorized failure telemetry.
Builds Hydra command templates, then runs selected/filtered jobs from the Hydra Runner tab or via headless flags.
data/<site>.txt per-target combo files.hydra_forms.csv form metadata for command templates.logs/ run logs and diagnostics.hits/ saved hit summaries.Use the repository README for full setup, headless usage examples, settings reference, and troubleshooting guidance.