QuestionQ2

Data Collection and Processing

Tyrion, a professional hacker, is targeting an organization to steal confidential information. He wants to conduct website footprinting to obtain the following information, which is concealed in the web page header:

  • Connection status and content type
  • Accept-ranges and last-modified information
  • X-powered-by information
  • The web server being used and its version

Which of the following tools should Tyrion use to view the header content?

  • A Hydra
  • B AutoShun
  • C Vanguard enforcer
  • D Burp suite
Explanation

HTTP response headers contain metadata such as connection behavior, content type, range support, modification time, server technology, and server-identifying values. Burp Suite can intercept and inspect HTTP responses and their headers, making it suitable for viewing this information.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!