Introduction
In this challenge, you'll verify the installation of Hydra, a tool reported as not working by a colleague. Your task is to use the which
command to confirm Hydra is installed and determine its full executable path. This information will then be used to update your colleague's system PATH.
The challenge requires you to execute which hydra
in the terminal and ensure the output displays the correct path to the Hydra executable, which should be /usr/bin/hydra
. Successful completion involves confirming Hydra's presence and verifying its location.