Question 166

During a web application assessment, a penetration tester accesses the site unauthenticated and receives the following Set-Cookieon the first response:
auth=yYKGORbrpabgr842ajbvrpbptaui42342
When the tester logs in, the server sends only one Set-Cookieheader, and the value is exactly the same as shown above. Which of the following vulnerabilities has the tester discovered?
  • Question 167

    A penetration tester finds an unauthenticated RCE vulnerability on a web server and wants to use it to enumerate other servers on the local network. The web server is behind a firewall that allows only an incoming connection to TCP ports 443 and 53 and unrestricted outbound TCP connections. The target web server is https://target.comptia.org. Which of the following should the tester use to perform the task with the fewest web requests?
  • Question 168

    A penetration tester reviews a SAST vulnerability scan report. The following vulnerability has been reported as high severity:
    Source file: components.ts
    Issue 2 of 12: Command injection
    Severity: High
    Call: .innerHTML = response
    The tester inspects the source file and finds the variable response is defined as a constant and is not referred to or used in other sections of the code. Which of the following describes how the tester should classify this reported vulnerability?
  • Question 169

    A Chief Information Security Officer wants to automate adversarial activities from penetration tests that are relevant to the organization. Which of the following should a penetration tester do first to accomplish this task?
  • Question 170

    During an assessment, a penetration tester runs the following command:
    dnscmd.exe /config /serverlevelplugindll C:\users\necad-TA\Documents\adduser.dll Which of the following is the penetration tester trying to achieve?