Question 736

An ethical hacker is testing a web application of a financial firm. During the test, a 'Contact Us' form's input field is found to lack proper user input validation, indicating a potential Cross-Site Scripting (XSS) vulnerability. However, the application has a stringent Content Security Policy (CSP) disallowing inline scripts and scripts from external domains but permitting scripts from its own domain. What would be the hacker's next step to confirm the XSS vulnerability?
  • Question 737

    A municipal data center in Phoenix, Arizona, deploys a network intrusion detection system to monitor traffic entering its public records portal. During a scheduled red team exercise, authorized testers successfully exploit a vulnerable web service and gain restricted administrative access.
    Post-exercise review reveals that the IDS generated a high-severity alert precisely at the time the exploit traffic reached the server. Log correlation confirms that the alert corresponded directly to the malicious activity performed during the test window.
    How should this IDS outcome be classified?
  • Question 738

    Daniel is a professional hacker who is attempting to perform an SQL injection attack on a target website, www.moviescope.com. During this process, he encountered an IDS that detects SQL injection attempts based on predefined signatures. To evade any comparison statement, he attempted placing characters such as "'or '1'='1'" in any basic injection statement such as "or
    1=1." Identify the evasion technique used by Daniel in the above scenario.
  • Question 739

    Which protocol is insecure by default?
  • Question 740

    A penetration tester identifies a login form that accepts unlimited authentication attempts but responds with a generic error message for both invalid usernames and incorrect passwords.
    Which security control is MOST notably missing?