πŸ”

PT0-003 β€” questions

Page 15 of 17 Β· 334 total questions.

Topic 1 Β· Question 287

Which of the following is the part of a penetration test report that contains an explanation about how testing is performed?

  • AScope of work
  • BMethodology (correct answer)
  • CDetailed findings
  • DExecutive summary
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Methodology

Topic 1 Β· Question 288

While running a social engineering campaign, a penetration tester gets a list of employees from social media and now wants to conduct a phishing exercise. Which of the following should the tester use first?

  • AWayback Machine
  • BHunter.io (correct answer)
  • CSpiderFoot
  • DSocial Engineering Toolkit
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Hunter.io

Topic 1 Β· Question 289

A penetration tester scans for services to exploit and finds that a web server is running on TCP port 443 on IP telephony devices. Which of the following attack techniques should the tester try first?

  • AForging cross-site requests
  • BInjecting Session Initiation Protocol packets
  • CObtaining and using default credentials (correct answer)
  • DPerforming remote file inclusion
  • EExecuting a pass-the-hash attack
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Obtaining and using default credentials

Topic 1 Β· Question 290

Which of the following agreement types best describes the methodology and duration conditions of a penetration testing service?

  • AToS
  • BNDA
  • CMSA
  • DSoW (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: SoW

Topic 1 Β· Question 291

During an assessment, a penetration tester wants to escalate privileges and run the following command: msfvenom -p linux/x86/meterpreter/reverse_tcp LHOST= LPORT=4444 -f elf > shelf.elf Which of the following is the tester most likely trying to do?

  • ACreate an ELF exploit.
  • BEnumerate ports.
  • CCreate a listener.
  • DCreate a shell payload. (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Create a shell payload.

Topic 1 Β· Question 292

There is a low-level shell on a system, and a penetration tester has discovered a service with system-level privileges that is available in the following directory structure: objectpath\imagepath=C:\Program Files\New Folder\bin\cutepanda.exe Which of the following is the most likely attack the tester should perform on the host?

  • AUnquoted service path injection (correct answer)
  • BProcess hollowing injection
  • CLibrary injection
  • DUser-controlled access bypass
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Unquoted service path injection

Topic 1 Β· Question 293

A penetration tester observes that an employee repeatedly attempted to modify /etc/fstab on a client's file server without success. Which of the following is the most likely reason the employee targeted this file?

  • ATo escalate privileges
  • BTo execute an SSRF attack
  • CTo remove persistence mechanisms
  • DTo mount a new drive (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: To mount a new drive

Topic 1 Β· Question 294

A red team member is attempting to gain persistence on a Windows 10 target. Every time the red team member runs the script under the current user, the script fails to execute and renders the following: C:\user\bbell\scheduledtasks.psl cannot be loaded because running scripts is disabled on this Which of the following should the red team member do to most likely get the script to execute?

  • AReview the script for proper syntax.
  • BEnsure proper runtime libraries are installed.
  • CCheck for proper user permissions.
  • DUse the -ExecutionPolicy Bypass flag. (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Use the -ExecutionPolicy Bypass flag.

Topic 1 Β· Question 296

A security analyst reviews the following output while assessing server configurations for weaknesses: Which of the following observations best represents the key takeaways from this data?

Exhibit 1 for question 296
  • ASSH is configured on a non-standard port.
  • BHTTP is redirecting to HTTPS.
  • CThe chosen algorithms provide forward secrecy. (correct answer)
  • DThe preference should be changed to client.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: The chosen algorithms provide forward secrecy. This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 297

During a penetration test, the tester uses a vulnerability scanner to collect information about any possible vulnerabilities that could be used to compromise the network. The tester receives the results and then executes the following command: snmpwalk -v 2c -c public 192.168.1.23 Which of the following is the tester trying to do based on the command they used?

  • ABypass defensive systems to collect more information.
  • BUse an automation tool to perform the attacks.
  • CScript exploits to gain access to the systems and host.
  • DValidate the results and remove false positives. (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Validate the results and remove false positives.

Topic 1 Β· Question 298

Which of the following implements the "five whys" methodology during the execution phase of a penetration testing engagement?

  • ASTRIDE
  • BOCTAVE
  • CRoot cause analysis (correct answer)
  • DArticulation of risk
Reveal answer & explanation
Correct answer: C

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

Topic 1 Β· Question 299

A penetration tester is struggling to gain access to a target system. The tester uses the Social-Engineer Toolkit to set up a deceptive email campaign that only targets the company's senior executives. Which of the following types of social engineering attacks is the tester leveraging?

  • ASpear phishing
  • BVishing
  • CWhaling (correct answer)
  • DWatering hole
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Whaling

Topic 1 Β· Question 300

Given the following output: Which of the following did the penetration tester most likely execute?

Exhibit 1 for question 300
  • AExploits on discovered hosts and services
  • BA series of Nmap scans for host discovery
  • CAn automated script to confirm true positives (correct answer)
  • DA ping sweep of the 10.0.10.0/24 network segment
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: An automated script to confirm true positives

Topic 1 Β· Question 302

A penetration tester uses Burp Suite to send the following request: Which of the following options best describes what the tester is executing?

Exhibit 1 for question 302
  • ASQL injection (correct answer)
  • BSession hijack
  • CBrute-force attack on usernames or/and password
  • DCross-site scripting
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: SQL injection

Explanation

SQL injection manipulates database queries through untrusted input and is mitigated with parameterized statements.

Topic 1 Β· Question 303

Which of the following is most likely a function of the legal department?

  • AShared responsibility model
  • BThird-party responsibilities
  • CAuthorization letters (correct answer)
  • DRules of engagement
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Authorization letters

Topic 1 Β· Question 304

During an internal penetration test, the tester uses the following command: C:\ Invoke-mimikatz.ps1 "kerberos::golden /domain:test.local /sid:S-1-5-21-3234... /target: dc01.test.local /service:CIFS /RC4:237749d82.... /user:support.test.local /ptt" Which of the following best describes the tester's goal when executing this command?

  • ABypassing normal authentication (correct answer)
  • BEnumerating shares
  • CObtaining current user credentials
  • DUsing password spraying
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Bypassing normal authentication

Topic 1 Β· Question 305 Β· Select all that apply

Which of the following are the most important considerations when using generative AI to assist in writing a penetration testing report? (Choose two.)

  • ASpecify which large language model and version is being used.
  • BVerify the training data that the model is using is relevant
  • CEnsure a human reviews the accuracy of summaries. (correct answer)
  • DProtect client data from being ingested into a model. (correct answer)
  • EReview the model's output for potential bias.
  • FCompare the model's output to another large language model's output.
Reveal answer & explanation
Correct answer: C, D

The correct answer is C, D. Option C: Ensure a human reviews the accuracy of summaries. Option D: Protect client data from being ingested into a model.

Topic 1 Β· Question 306

A penetration tester establishes a remote session to a host and receives the following prompt: rpcclient $> Which of the following is the tester most likely be able to do?

  • AQuery local users on the system. (correct answer)
  • BObtain SAM database password hashes.
  • CEnumerate session tokens.
  • DChange the Resultant Set of Group Policy applied in AD.
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Query local users on the system.

Topic 1 Β· Question 307

A penetration tester wants to laterally move and escalate privileges. The tester uses BloodHound to obtain the following information: regular.user β†’ AdminTo β†’ WS-MAINT-02 Domain Admin has active session on WS-MAINT-02 Before executing any attack, the tester observes the following: β€’ There are no tickets in memory. β€’ An existing Group Policy blocks the token manipulation tool. Which of the following attacks is the best way to achieve the tester's goal?

  • APass-the-hash (correct answer)
  • BPass-the-token
  • CKerberoasting
  • DPass-the-ticket
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Pass-the-hash

Topic 1 Β· Question 308

A penetration tester reviews a scan report and identifies a deserialization vulnerability. The vulnerability is due to the way a function from a Python library has been used in code. The scan does not consider input data being used in the function's serialization. Which of the following scan types most likely provided this finding?

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

The correct answer is B. Option B: SAST

Showing questions 281–300 of 334 Β· Page 15 of 17