Introduction
In this challenge, you'll step into the role of a security professional tasked with recovering a compromised SSH password for a secret agent. The goal is to use Hydra, a powerful password cracking tool, to identify the weak password protecting the agent's account.
The challenge involves setting up a local environment with a user named 'agent' and a predefined list of common passwords. You'll then leverage Hydra to target the local SSH server at 127.0.0.1
, using the username 'agent', the password list agent_passwords.txt
located in the ~/project
directory, and 8 threads to accelerate the cracking process. Successful completion requires executing the correct Hydra command and verifying that it identifies the password "weakpassword".