PT0-003 Exam Question 51

During an assessment, a penetration tester runs the following command:
setspn.exe -Q /
Which of the following attacks is the penetration tester preparing for?
  • PT0-003 Exam Question 52

    Given the following statements:
    * Implement a web application firewall.
    * Upgrade end-of-life operating systems.
    * Implement a secure software development life cycle.
    In which of the following sections of a penetration test report would the above statements be found?
  • PT0-003 Exam Question 53

    SIMULATION
    Using the output, identify potential attack vectors that should be further investigated.




    PT0-003 Exam Question 54

    A penetration tester wants to use the following Bash script to identify active servers on a network:
    1 network_addr="192.168.1"
    2 for h in {1..254}; do
    3 ping -c 1 -W 1 $network_addr.$h > /dev/null
    4 if [ $? -eq 0 ]; then
    5 echo "Host $h is up"
    6 else
    7 echo "Host $h is down"
    8 fi
    9 done
    Which of the following should the tester do to modify the script?
  • PT0-003 Exam Question 55

    Which of the following elements in a lock should be aligned to a specific level to allow the key cylinder to turn?