๐Ÿ“ข Too many exams? Donโ€™t know which one suits you best? Book Your Free Expert ๐Ÿ‘‰ call Now!

  • google app store apple app store
  • โœ–

      Question

      Which of the following is a characteristic of a Brute

      Force Attack?
      A Attempting to guess a password by trying multiple combinations Correct Answer Incorrect Answer
      B Injecting malicious scripts into a web page Correct Answer Incorrect Answer
      C Overwhelming a server with traffic from multiple sources Correct Answer Incorrect Answer
      D Modifying HTTP requests to perform unauthorized actions Correct Answer Incorrect Answer
      E Stealing cookies and session data through browser vulnerabilities Correct Answer Incorrect Answer

      Solution

      A Brute Force Attack is a method used to crack passwords by systematically trying every possible combination of characters until the correct one is found. Attackers typically use automated tools to try millions of possible combinations quickly, especially on systems with weak password policies. The effectiveness of a Brute Force Attack depends on the complexity and length of the password. Stronger, more complex passwords are harder to crack through brute force methods. Option B is incorrect as injecting malicious scripts into a web page refers to XSS, not Brute Force. Option C is incorrect because overwhelming a server with traffic is characteristic of a DDoS attack, not a Brute Force Attack. Option D is incorrect as modifying HTTP requests for unauthorized actions describes a CSRF attack, not a Brute Force Attack. Option E is incorrect because stealing cookies and session data is more typical of an XSS attack, not a Brute Force Attack.

      Practice Next

      Relevant for Exams:

      ask-question