Prepare for the Ethical Hacking Essentials Test. Study with flashcards and multiple-choice questions, each exam includes hints and explanations. Get ready to ace your certification exam!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


Which tool did David employ to crack Alice's net banking password?

  1. Hydra

  2. Nessus

  3. Burp Suite

  4. Metasploit

The correct answer is: Hydra

Hydra is a widely recognized password-cracking tool that specializes in performing brute-force attacks against various protocols and services to gain unauthorized access. In the context of cracking a net banking password, Hydra's capability to automate login attempts by systematically trying different combinations makes it highly effective. It supports multiple protocols like HTTP, HTTPS, FTP, and more, allowing it to target a variety of login interfaces including online banking systems. The other tools mentioned serve different purposes within the realm of ethical hacking. Nessus is primarily a vulnerability scanner used to identify security weaknesses in systems and networks, not specifically for password cracking. Burp Suite is generally used for web application security assessments, including testing for vulnerabilities in web applications rather than brute-forcing passwords. Metasploit is a penetration testing framework used for exploiting vulnerabilities, not tailored specifically for the brute-force approach that Hydra excels at. Therefore, the choice of Hydra aligns well with the objective of cracking a password effectively in this scenario.