PT0-003 Exam Question 1

A penetration tester writes a Bash script to automate the execution of a ping command on a Class C network:
bash
for var in -MISSING TEXT-
do
ping -c 1 192.168.10.$var
done
Which of the following pieces of code should the penetration tester use in place of the -MISSING TEXT- placeholder?
  • PT0-003 Exam Question 2

    A penetration tester is researching a path to escalate privileges. While enumerating current user privileges, the tester observes the following output:
    mathematica
    Copy code
    SeAssignPrimaryTokenPrivilege Disabled
    SeIncreaseQuotaPrivilege Disabled
    SeChangeNotifyPrivilege Enabled
    SeManageVolumePrivilege Enabled
    SeImpersonatePrivilege Enabled
    SeCreateGlobalPrivilege Enabled
    SeIncreaseWorkingSetPrivilege Disabled
    Which of the following privileges should the tester use to achieve the goal?
  • PT0-003 Exam Question 3

    A client recently hired a penetration testing firm to conduct an assessment of their consumer-facing web application. Several days into the assessment, the client's networking team observes a substantial increase in DNS traffic. Which of the following would most likely explain the increase in DNS traffic?
  • PT0-003 Exam Question 4

    A penetration testing team needs to determine whether it is possible to disrupt the wireless communications for PCs deployed in the client's offices. Which of the following techniques should the penetration tester leverage?
  • PT0-003 Exam Question 5

    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?