What problem does it solve?
This skill helps security teams safely test for weak credentials by running Hydra against a single target/service with bounded username and password lists, returning any successful credential pairs.
Core Features & Use Cases
- Wordlist-driven credential testing against supported services (ssh, ftp, telnet, http-post-form, and more) with controlled inputs.
- Automatic parsing of Hydra outputs into a structured list of credentials for auditing and remediation planning.
- Safety gating through HighRiskGate; explicit user authorization is required before executing high-risk credential brute-forcing and all actions are auditable.
- Flexible wordlist management via secbot/resource/fuzzDicts/, including optional user_dict and pass_dict inputs to extend credentials without exposing host FS.
- Easy integration into security workflows, with sandboxed execution and consistent result schemas.
Quick Start
Provide a target, service, and optional user/password lists to run Hydra against the target and enumerate weak credentials.