πŸ”

PT0-003 β€” questions

Page 16 of 17 Β· 334 total questions.

Topic 1 Β· Question 309

Which of the following is necessary during preengagement activities to proceed with an engagement?

  • AClient acceptance
  • BStatement of work (correct answer)
  • CRisk scoring
  • DPeer review
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Statement of work

Topic 1 Β· Question 310

A penetration tester was able to capture the credentials for multiple employees by posting a QR code that navigates users to a malicious domain in the client's cafeteria. Which of the following attack techniques did the penetration tester most likely use?

  • ATailgating
  • BWatering hole (correct answer)
  • CVishing
  • DShoulder surfing
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Watering hole

Topic 1 Β· Question 311

A penetration tester searches for an entry point into a client’s network. The tester focuses on publicly available devices that may have exploitable weaknesses. Which of the following should the penetration tester use?

  • AShodan (correct answer)
  • BHunter.io
  • CWiGLE.net
  • DtheHarvester
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Shodan

Topic 1 Β· Question 312

During an engagement, a penetration tester decides to use social engineering to capture MFA. Which of the following tools or configuration commands should the tester use?

  • AEvilginx (correct answer)
  • Buse phish/domains/o365set SOURCE portal.office.comrun
  • Cwget portal.office.comexport MFA=''
  • DRecon-ng
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Evilginx

Topic 1 Β· Question 313

A penetration tester is using OSINT to identify client email addresses found on the web for a phishing campaign. Which of the following is the best search operator for the tester to use?

  • Asite:
  • Bintitle:
  • Cintext: (correct answer)
  • Dinurl:
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: intext:

Topic 1 Β· Question 314

During an assessment of a company, a penetration tester sends the following email to the company's Chief Financial Officer (CFO): Dear CFO, As we talked about during a recent meeting, please open the following attachment that contains the invoice for an existing vendor. If you do not pay this now, we will suspend the licenses for your billing system in three days. GoPay CMS Systems Services - Which of the following techniques is this attack an example of?

  • AWhaling (correct answer)
  • BPhishing
  • CSpear phishing
  • DVishing
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Whaling

Topic 1 Β· Question 315

A penetration tester discovers exposed cloud storage buckets and needs to access the contents. Which of the following should the tester do?

  • AProtocol fingerprinting
  • BCredential brute forcing
  • CService discovery
  • DSecrets enumeration (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Secrets enumeration

Topic 1 Β· Question 316

A penetration tester gains access to a desktop within a corporate network and wants to move laterally within the network. Which of the following Metasploit plug-ins is best for this task?

  • Aexploit/windows/smb/smb_delivery
  • Bexploit/windows/smb/smb_shadow
  • Cexploit/windows/smb/ms03_049_netapi
  • Dexploit/windows/smb/psexec (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: exploit/windows/smb/psexec

Topic 1 Β· Question 317

A penetration tester identifies multiple connections to public LLMs. The client's IT team has not authorized the use of all of these LLMs. Which of the following best describes the risk to the client?

  • AAccidental loss of internal data (correct answer)
  • BPublic disclosure of intellectual property
  • CExfiltration of employee credentials
  • DPrompt injection vulnerability
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Accidental loss of internal data

Topic 1 Β· Question 318

During a vulnerability assessment, a penetration tester finds the following information: KRBTGT account with more than 1250 days without password change. Which of the following tools could an attacker use to exploit this vulnerability?

  • AMimikatz (correct answer)
  • BJohn the Ripper
  • CHashcat
  • DHydra
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Mimikatz

Topic 1 Β· Question 319

A penetration tester cannot use Nmap and must perform port discovery and banner grabbing for potential vulnerable SSH services. Given the following script: Which of the following commands will best help the tester achieve this objective?

Exhibit 1 for question 319
  • Aping -с 22 "$ip_address$i"
  • Bnc "$ip_address$i" ":22" (correct answer)
  • Carp "$ip_address$i" ":22"
  • Dcurl scp://"$ip_address$i" ":22"
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: nc "$ip_address$i" ":22"

Topic 1 Β· Question 320

A penetration tester needs to enumerate domains, subdomains, and ports that belong to comptia.org. Which of the following tools will provide the most comprehensive information?

  • Anslookup/dig
  • BtheHarvester (correct answer)
  • CShodan
  • DAircrack-ng
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: theHarvester

Topic 1 Β· Question 321

While engaged in a penetration testing exercise, the tester needs to find all wireless access points that are near the principal building. Which of the following techniques could the penetration tester use to achieve this goal?

  • AWardriving (correct answer)
  • BRogue access point
  • CSide-channel attack
  • DEvil twin attack
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Wardriving

Topic 1 Β· Question 322

A tester conducts a web application penetration test and discovers a hidden diagnostics page. The hidden diagnostics page allows a user to ping other systems and test connectivity. Which of the following payloads is best suited to test this function?

  • A; whoami ; ps aux (correct answer)
  • Balert(l)
  • C' SELECT @@version --
  • D../../../../../../etc/passwd
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: ; whoami ; ps aux

Topic 1 Β· Question 323

A tester infiltrates the internal network 10.10.0.0/22 and wants to discover hosts for further engagement activities. The tester tries to use the ping command to discover hosts, but no hosts on the network reply. The tester then uses the following command to discover hosts: nmap -Pn -sS -p161 10.10.0.0/22 Which of the following best describes what the tester is attempting to do?

  • ADiscover other hosts using a different tool.
  • BLook for hosts with open SNMP services.
  • CLook for hosts responding open or closed. (correct answer)
  • DLook for hosts responding filtered.
  • EConduct a full port scan on the network.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Look for hosts responding open or closed.

Topic 1 Β· Question 324

A penetration tester is conducting an assessment of offline systems that control a power plant. The tester is looking for vulnerabilities observable in the network stack. The rules of engagement state that the tester cannot interact with production systems. Which of the following tools or techniques should the tester use for the assessment?

  • APort mirroring (correct answer)
  • BStoryboarding
  • CWrite blocker
  • DSAST tool
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Port mirroring

Topic 1 Β· Question 325

Which of the following best describes the importance of including the attack steps in a penetration test report?

  • AIt easily provides the recommended mitigations.
  • BIt ensures results can be independently verified. (correct answer)
  • CIt proves the penetration tester's competency to the customer.
  • DIt demonstrates the difficulty of exploiting specific vulnerabilities in the kill chain.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: It ensures results can be independently verified.

Topic 1 Β· Question 326

After exploiting a vulnerability in an insecure service to gain access to a Linux system, a penetration tester executes the following commands: sudo -l route netstat -a last who Which of the following best describes the tester's purpose for running these commands?

  • ATo obtain information about other systems in the network
  • BTo enumerate users and services in order to identify additional targets
  • CTo prepare for establishing persistence on the system
  • DTo gather data to prepare for lateral movement (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: To gather data to prepare for lateral movement This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 327

A penetration tester achieves shell access. The tester tries to use the following command, but it fails: netsh advfirewall set domainprofile state off Which of the following should the tester do to help correct this issue?

  • AFind other attack paths.
  • BPerform privilege escalation. (correct answer)
  • CValidate the target system's fingerprint.
  • DGather more data about the network.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Perform privilege escalation.

Topic 1 Β· Question 328

A penetration tester wants to perform static analysis of a Java application. The tester has a copy of the archive file. Which of the following must the tester do first to accomplish this goal?

  • ADecompile the bytecode. (correct answer)
  • BPerform a fuzz test the archive file.
  • CConvert the archive file to a .so file.
  • DDisassemble the Java Interpreter.
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Decompile the bytecode.

Showing questions 301–320 of 334 Β· Page 16 of 17