PT0-002 Exam Question 41

A penetration tester needs to perform a vulnerability scan against a web server. Which of the following tools is the tester MOST likely to choose?
  • PT0-002 Exam Question 42

    A penetration tester wrote the following script on a compromised system:
    #!/bin/bash
    network='10.100.100'
    ports='22 23 80 443'
    for x in {1 .. 254};
    do (nc -zv $network.$x $ports );
    done
    Which of the following would explain using this script instead of another tool?
  • PT0-002 Exam Question 43

    A penetration tester is conducting an assessment of an organization that has both a web and mobile application. While testing the user profile page, the penetration tester notices that additional data is returned in the API response, which is not displayed in the web user interface. Which of the following is the most effective technique to extract sensitive user data?
  • PT0-002 Exam Question 44

    Which of the following tools provides Python classes for interacting with network protocols?
  • PT0-002 Exam Question 45

    During a vulnerability scan a penetration tester enters the following Nmap command against all of the non-Windows clients:
    nmap -sX -T4 -p 21-25, 67, 80, 139, 8080 192.168.11.191
    The penetration tester reviews the packet capture in Wireshark and notices that the target responds with an RST packet flag set for all of the targeted ports. Which of the following does this information most likely indicate?