PT0-003 Exam Question 36

While performing reconnaissance, a penetration tester attempts to identify publicly accessible ICS (Industrial Control Systems) and IoT (Internet of Things) systems. Which of the following tools is most effective for this task?
  • PT0-003 Exam Question 37

    A penetration tester needs to use the native binaries on a system in order to download a file from the internet and evade detection. Which of the following tools would the tester most likely use?
  • PT0-003 Exam Question 38

    A penetration tester needs to test a very large number of URLs for public access. Given the following code snippet:
    1 import requests
    2 import pathlib
    3
    4 for url in pathlib.Path("urls.txt").read_text().split("\n"):
    5 response = requests.get(url)
    6 if response.status == 401:
    7 print("URL accessible")
    Which of the following changes is required?
  • PT0-003 Exam Question 39

    A penetration tester obtains password dumps associated with the target and identifies strict lockout policies.
    The tester does not want to lock out accounts when attempting access. Which of the following techniques should the tester use?
  • PT0-003 Exam Question 40

    A penetration tester cannot complete a full vulnerability scan because the client's WAF is blocking communications. During which of the following activities should the penetration tester discuss this issue with the client?