Question 1

A penetration tester is reviewing the logs of a proxy server and discovers the following URLs:
https://test.comptia.com/profile.php?userid=1546
https://test.cpmptia.com/profile.php?userid=5482
https://test.comptia.com/profile.php?userid=3618
Which of the following types of vulnerabilities should be remediated?
  • Question 2

    A penetration tester is working on a scoping document with a new client. The methodology the client uses includes the following:
    Pre-engagement interaction (scoping and ROE)
    Intelligence gathering (reconnaissance)
    Threat modeling
    Vulnerability analysis
    Exploitation and post exploitation
    Reporting
    Which of the following methodologies does the client use?
  • Question 3

    A penetration tester is authorized to perform a DoS attack against a host on a network. Given the following input:
    ip = IP("192.168.50.2")
    tcp = TCP(sport=RandShort(), dport=80, flags="S")
    raw = RAW(b"X"*1024)
    p = ip/tcp/raw
    send(p, loop=1, verbose=0)
    Which of the following attack types is most likely being used in the test?
  • Question 4

    For an engagement, a penetration tester is required to use only local operating system tools for file transfer.
    Which of the following options should the penetration tester consider?
  • Question 5

    A penetration tester needs to help create a threat model of a custom application. Which of the following is the most likely framework the tester will use?