πŸ”

PT0-003 β€” questions

Page 6 of 17 Β· 334 total questions.

Topic 1 Β· Question 103

A penetration tester identifies an exposed corporate directory containing first and last names and phone number for employees. Which of the following attack techniques would be the most effective to pursue if the penetration tester wants to compromise user accounts?

  • ASmishing (correct answer)
  • BImpersonation
  • CTailgating
  • DWhaling
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Smishing

Topic 1 Β· Question 104

A penetration tester currently conducts phishing reconnaissance using various tools and accounts for multiple intelligence-gathering platforms. The tester wants to consolidate some of the tools and accounts into one solution to analyze the output from the intelligence-gathering tools. Which of the following is the best tool for the penetration tester to use?

  • ACaldera
  • BSpiderFoot
  • CMaltego (correct answer)
  • DWiGLE.net
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Maltego

Topic 1 Β· Question 105

A penetration tester is performing an assessment focused on attacking the authentication identity provider hosted within a cloud provider. During the reconnaissance phase, the tester finds that the system is using OpenID connect with OAuth and has dynamic registration enabled. Which of the following attacks should the tester try first?

  • AA password-spraying attack against the authentication system
  • BA brute-force attack against the authentication system
  • CA replay attack against the authentication flow in the system (correct answer)
  • DA mask attack against the authentication system
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: A replay attack against the authentication flow in the system

Topic 1 Β· Question 106

A penetration tester is searching for vulnerabilities or misconfigurations on a container environment. Which of the following tools will the tester most likely use to achieve this objective?

  • ANikto
  • BTrivy (correct answer)
  • CNessus
  • DNmap
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Trivy

Topic 1 Β· Question 107

A penetration tester completed a report for a new client. Prior to sharing the report with the client, which of the following should the penetration tester request to complete a review?

  • AA generative AI assistant
  • BThe customer's designated contact
  • CA cybersecurity industry peer
  • DA team member (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: A team member

Topic 1 Β· Question 108

During a security assessment for an internal corporate network, a penetration tester wants to gain unauthorized access to internal resources by executing an attack that uses software to disguise itself as legitimate software. Which of the following host-based attacks should the tester use?

  • AOn-path (correct answer)
  • BLogic bomb -Π‘. Rootkit
  • DBuffer overflow
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: On-path This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 109

A penetration tester is performing a network security assessment. The tester wants to intercept communication between two users and then view and potentially modify transmitted data. Which of the following types of on-path attacks would be best to allow the penetration tester to achieve this result?

  • ADNS spoofing
  • BARP poisoning (correct answer)
  • CVLAN hopping
  • DSYN flooding
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: ARP poisoning This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 110

A penetration tester successfully clones a source code repository and then runs the following command: find . -type f -exec egrep -i "token|key|login" {} \; Which of the following is the penetration tester conducting?

  • AData tokenization
  • BSecrets scanning (correct answer)
  • CPassword spraying
  • DSource code analysis
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Secrets scanning

Topic 1 Β· Question 111

After a recent penetration test was conducted by the company's penetration testing team, a systems administrator notices the following in the logs: 2/10/2023 05:50AM C:\users\mgranite\schtasks /query 2/10/2023 05:53AM C:\users\mgranite\schtasks /CREATE /SC DAILY Which of the following best explains the team's objective?

  • ATo enumerate current users
  • BTo determine the users' permissions
  • CTo view scheduled processes
  • DTo create persistence in the network (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: To create persistence in the network

Topic 1 Β· Question 112

A tester is finishing an engagement and needs to ensure that artifacts resulting from the test are safely handled. Which of the following is the best procedure for maintaining client data privacy?

  • ARemove configuration changes and any tools deployed to compromised systems.
  • BSecurely destroy or remove all engagement-related data from testing systems. (correct answer)
  • CSearch through configuration files changed for sensitive credentials and remove them.
  • DShut down C2 and attacker infrastructure on premises and in the cloud.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Securely destroy or remove all engagement-related data from testing systems.

Topic 1 Β· Question 113

A penetration tester is working on an engagement in which a main objective is to collect confidential information that could be used to exfiltrate data and perform a ransomware attack. During the engagement, the tester is able to obtain an internal foothold on the target network. Which of the following is the next task the tester should complete to accomplish the objective?

  • AInitiate a social engineering campaign.
  • BPerform credential dumping. (correct answer)
  • CCompromise an endpoint.
  • DShare enumeration.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Perform credential dumping.

Topic 1 Β· Question 114

During an external penetration test, a tester receives the following output from a tool: test.comptia.org info.comptia.org vpn.comptia.org exam.comptia.org Which of the following commands did the tester most likely run to get these results?

  • Anslookup -type=SOA comptia.org
  • Bamass enum -passive -d comptia.org (correct answer)
  • Cnmap -Pn -sV -vv -A comptia.org
  • Dshodan host comptia.org
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: amass enum -passive -d comptia.org

Topic 1 Β· Question 115

A penetration tester is trying to get unauthorized access to a web application and execute the following command: Which of the following web application attacks is the tester performing?

Exhibit 1 for question 115
  • AInsecure direct object reference
  • BCross-site request forgery
  • CDirectory traversal (correct answer)
  • DLocal file inclusion
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Directory traversal

Topic 1 Β· Question 116

A penetration tester has adversely affected a critical system during an engagement, which could have a material impact on the organization. Which of the following should the penetration tester do to address this issue?

  • ARestore the configuration.
  • BPerform a BIA.
  • CFollow the escalation process. (correct answer)
  • DSelect the target.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Follow the escalation process.

Topic 1 Β· Question 117

A penetration tester must identify vulnerabilities within an ICS that is not connected to the internet or enterprise network. Which of the following should the tester utilize to conduct the testing?

  • AChannel scanning
  • BStealth scans
  • CSource code analysis
  • DManual assessment (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Manual assessment

Topic 1 Β· Question 118

During an assessment, a penetration tester exploits an SQLi vulnerability. Which of the following commands would allow the penetration tester to enumerate password hashes?

  • Asqlmap -u www.example.com/?id=1 --search -T user
  • Bsqlmap -u www.example.com/?id=1 --dump -D accounts -T users -C cred (correct answer)
  • Csqlmap -u www.example.com/?id=1 --tables -D accounts
  • Dsqlmap β€”u www.example.com/?id=1 --schema --current-user --current-db
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: sqlmap -u www.example.com/?id=1 --dump -D accounts -T users -C cred

Topic 1 Β· Question 119

A penetration tester is compiling the final report for a recently completed engagement. A junior QA team member wants to know where they can find details on the impact, overall security findings, and high-level statements. Which of the following sections of the report would most likely contain this information?

  • AQuality control
  • BMethodology
  • CExecutive summary (correct answer)
  • DRisk scoring
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Executive summary This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 120

Which of the following elements in a lock should be aligned to a specific level to allow the key cylinder to turn?

  • ALatches
  • BPins (correct answer)
  • CShackle
  • DPlug
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Pins

Topic 1 Β· Question 121

A penetration tester needs to complete cleanup activities from the testing lead. Which of the following should the tester do to ensure that reverse shell payloads are no longer running?

  • ARun scripts to terminate the implant on affected hosts. (correct answer)
  • BSpin down the C2 listeners.
  • CRestore the firewall settings of the original affected hosts.
  • DExit from C2 listener active sessions.
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Run scripts to terminate the implant on affected hosts.

Explanation

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

Topic 1 Β· Question 122

A penetration tester needs to identify all vulnerable input fields on a customer website. Which of the following tools would be best suited to complete this request?

  • ADAST (correct answer)
  • BSAST
  • CIAST
  • DSCA
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: DAST

Showing questions 101–120 of 334 Β· Page 6 of 17