Study for the Ethical Hacking Essentials Test. Explore interactive flashcards and multiple-choice questions with hints and explanations. Prepare thoroughly and boost your exam readiness!

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.


What kind of attack exploits vulnerabilities in public web servers to send crafted requests to internal servers?

  1. Brute-force attack

  2. Server-side request forgery

  3. Cross-site request forgery

  4. Website defacement

The correct answer is: Server-side request forgery

The chosen answer identifies Server-side request forgery (SSRF) as the correct option because it specifically refers to a type of vulnerability that allows an attacker to send manipulated requests from a web server to internal servers or services that are often protected by firewalls. This is done by crafting a request that the vulnerable public-facing web server processes and forwards internally, potentially exposing sensitive data or performing unauthorized actions on internal services. In the context of this scenario, SSRF attacks take advantage of the trust relationship between the web server and the internal network. By exploiting the web server's ability to communicate with internal systems, an attacker can gain access to resources that would typically be shielded from external entities. Other options, while they involve different forms of attacks, do not fit the description as precisely. A brute-force attack focuses on guessing credentials and does not involve sending requests to internal servers. Cross-site request forgery (CSRF) targets user sessions in a web application, tricking users into unwanted actions but does not involve crafted requests made by the server itself to internal resources. Website defacement involves altering the appearance of a website but does not exploit internal server requests in the way that SSRF does. Thus, SSRF is clearly the correct classification for this type of