Verified PT0-003 Q&As - Pass Guarantee PT0-003 Exam Dumps [Q121-Q144]

Share

Verified PT0-003 Q&As - Pass Guarantee PT0-003 Exam Dumps

Check the Free demo of our PT0-003 Exam Dumps with 302 Questions


CompTIA PT0-003 Exam Syllabus Topics:

TopicDetails
Topic 1
  • Attacks and Exploits: This extensive topic trains cybersecurity analysts to analyze data and prioritize attacks. Analysts will learn how to conduct network, authentication, host-based, web application, cloud, wireless, and social engineering attacks using appropriate tools. Understanding specialized systems and automating attacks with scripting will also be emphasized.
Topic 2
  • Engagement Management: In this topic, cybersecurity analysts learn about pre-engagement activities, collaboration, and communication in a penetration testing environment. The topic covers testing frameworks, methodologies, and penetration test reports. It also explains how to analyze findings and recommend remediation effectively within reports, crucial for real-world testing scenarios.
Topic 3
  • Vulnerability Discovery and Analysis: In this section, cybersecurity analysts will learn various techniques to discover vulnerabilities. Analysts will also analyze data from reconnaissance, scanning, and enumeration phases to identify threats. Additionally, it covers physical security concepts, enabling analysts to understand security gaps beyond just the digital landscape.
Topic 4
  • Reconnaissance and Enumeration: This topic focuses on applying information gathering and enumeration techniques. Cybersecurity analysts will learn how to modify scripts for reconnaissance and enumeration purposes. They will also understand which tools to use for these stages, essential for gathering crucial information before performing deeper penetration tests.
Topic 5
  • Post-exploitation and Lateral Movement: Cybersecurity analysts will gain skills in establishing and maintaining persistence within a system. This topic also covers lateral movement within an environment and introduces concepts of staging and exfiltration. Lastly, it highlights cleanup and restoration activities, ensuring analysts understand the post-exploitation phase’s responsibilities.

 

NEW QUESTION # 121
During a penetration test, a tester attempts to pivot from one Windows 10 system to another Windows system. The penetration tester thinks a local firewall is blocking connections. Which of the following command-line utilities built into Windows is most likely to disable the firewall?

  • A. netsh.exe
  • B. msconfig.exe
  • C. certutil.exe
  • D. bitsadmin.exe

Answer: A

Explanation:
Understanding netsh.exe:
Purpose: Configures network settings, including IP addresses, DNS, and firewall settings.
Firewall Management: Can enable, disable, or modify firewall rules.
Disabling the Firewall:
Command: Use netsh.exe to disable the firewall.
netsh advfirewall set allprofiles state off
Usage in Penetration Testing:
Pivoting: Disabling the firewall can help the penetration tester pivot from one system to another by removing network restrictions.
Command Execution: Ensure the command is executed with appropriate privileges.
Reference from Pentesting Literature:
netsh.exe is commonly mentioned in penetration testing guides for configuring network settings and managing firewalls.
HTB write-ups often reference the use of netsh.exe for managing firewall settings during network- based penetration tests.


NEW QUESTION # 122
During a security assessment, a penetration tester needs to exploit a vulnerability in a wireless network's authentication mechanism to gain unauthorized access to the network. Which of the following attacks would the tester most likely perform to gain access?

  • A. MAC address spoofing
  • B. Beacon flooding
  • C. Eavesdropping
  • D. KARMA attack

Answer: D

Explanation:
To exploit a vulnerability in a wireless network's authentication mechanism and gain unauthorized access, the penetration tester would most likely perform a KARMA attack.
Explanation:
* KARMA Attack:
* Definition: KARMA (KARMA Attacks Radio Machines Automatically) is an attack technique that exploits the tendency of wireless clients to automatically connect to previously connected wireless networks.
* Mechanism: Attackers set up a rogue access point that impersonates a legitimate wireless network. When clients automatically connect to this rogue AP, attackers can capture credentials or provide malicious services.
* Purpose:
* Unauthorized Access: By setting up a rogue access point, attackers can trick legitimate clients into connecting to their network, thereby gaining unauthorized access.
* Other Options:
* Beacon Flooding: Involves sending a large number of fake beacon frames to create noise and disrupt network operations. Not directly useful for gaining unauthorized access.
* MAC Address Spoofing: Involves changing the MAC address of an attacking device to match a trusted device. Useful for bypassing MAC-based access controls but not specific to wireless network authentication.
* Eavesdropping: Involves intercepting and listening to network traffic, useful for gathering information but not directly for gaining unauthorized access.
Pentest References:
* Wireless Security Assessments: Understanding common attack techniques such as KARMA is crucial for identifying and exploiting vulnerabilities in wireless networks.
* Rogue Access Points: Setting up rogue APs to capture credentials or perform man-in-the-middle attacks is a common tactic in wireless penetration testing.
By performing a KARMA attack, the penetration tester can exploit the wireless network's authentication mechanism and gain unauthorized access to the network.


NEW QUESTION # 123
While conducting an assessment, a penetration tester identifies the details for several unreleased products announced at a company-wide meeting. Which of the following attacks did the tester most likely use to discover this information?

  • A. Eavesdropping
  • B. Bluesnarfing
  • C. SQL injection attack
  • D. Credential harvesting

Answer: A

Explanation:
Eavesdropping:
Eavesdropping involves intercepting communications between parties without their consent. If the details were obtained from a meeting, it likely involved intercepting audio or network communications, such as unsecured VoIP calls, radio signals, or in-room microphones.
Why Not Other Options?
B (Bluesnarfing): Targets Bluetooth-enabled devices, which is unlikely to apply to general meeting communications.
C (Credential harvesting): Focuses on collecting user credentials and does not explain the discovery of product details from a meeting.
D (SQL injection): Exploits databases and is unrelated to capturing meeting communication.
CompTIA Pentest+ Reference:
Domain 3.0 (Attacks and Exploits)
Techniques for Intercepting Communication


NEW QUESTION # 124
SIMULATION
A penetration tester performs several Nmap scans against the web application for a client.
INSTRUCTIONS
Click on the WAF and servers to review the results of the Nmap scans. Then click on each tab to select the appropriate vulnerability and remediation options.
If at any time you would like to bring back the initial state of the simulation, please click the Reset All button.




Answer:

Explanation:


Most likely vulnerability: Perform a SSRF attack against App01.example.com from CDN.example.com.
Two best remediation options:
Restrict direct communications to App01.example.com to only approved components.
Require an additional authentication header value between CDN.example.com and App01.example.com.
Restrict direct communications to App01.example.com to only approved components: This limits the exposure of the application server by ensuring that only specified, trusted entities can communicate with it.
Require an additional authentication header value between CDN.example.com and App01.example.com: Adding an authentication layer between the CDN and the app server helps ensure that requests are legitimate and originate from trusted sources, mitigating SSRF and other indirect attack vectors.
Nmap Scan Observations:
CDN/WAF shows open ports for HTTP and HTTPS but filtered for MySQL, indicating it acts as a filtering layer.
App Server has open ports for HTTP, HTTPS, and filtered for MySQL.
DB Server has all ports filtered, typical for a database server that should not be directly accessible.
These findings align with the SSRF vulnerability and the appropriate remediation steps to enhance the security of internal communications.


NEW QUESTION # 125
A company wants to perform a BAS (Breach and Attack Simu-lation) to measure the efficiency of the corporate security controls. Which of the following would most likely help the tester with simple command examples?

  • A. Mimikatz
  • B. Atomic Red Team
  • C. Infection Monkey
  • D. Exploit-DB

Answer: B

Explanation:
Breach and Attack Simulation (BAS) tools emulate real-world attacks to test security controls.
* Atomic Red Team (Option C):
* Atomic Red Team is an open-source BAS framework that provides simple commands to simulate MITRE ATT&CK techniques.
* It allows controlled adversary simulations without real exploitation.


NEW QUESTION # 126
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?

  • A. SpiderFoot
  • B. WIGLE.net
  • C. Caldera
  • D. Maltego

Answer: D

Explanation:
Penetration testers use OSINT (Open-Source Intelligence) tools to collect and analyze reconnaissance data.
Maltego (Option C):
Maltego is a powerful graph-based OSINT tool that integrates data from multiple sources (e.g., social media, DNS records, leaked credentials).
It automates data correlation and helps visualize connections.
Reference:
Incorrect options:
Option A (Caldera): Used for adversary emulation, not OSINT.
Option B (SpiderFoot): A reconnaissance tool but lacks data correlation capabilities.
Option D (WIGLE.net): A wireless network database, not an OSINT analysis tool.


NEW QUESTION # 127
A penetration testing team wants to conduct DNS lookups for a set of targets provided by the client. The team crafts a Bash script for this task. However, they find a minor error in one line of the script:
1 #!/bin/bash
2 for i in $(cat example.txt); do
3 curl $i
4 done
Which of the following changes should the team make to line 3 of the script?

  • A. rndc $i
  • B. systemd-resolve $i
  • C. resolvconf $i
  • D. host $i

Answer: D

Explanation:
Script Analysis:
Line 1: #!/bin/bash - This line specifies the script should be executed in the Bash shell.
Line 2: for i in $(cat example.txt); do - This line starts a loop that reads each line from the file example.txt and assigns it to the variable i.
Line 3: curl $i - This line attempts to fetch the content from the URL stored in i using curl. However, for DNS lookups, curl is inappropriate.
Line 4: done - This line ends the loop.
Error Identification:
The curl command is used for transferring data from or to a server, often used for HTTP requests, which is not suitable for DNS lookups.
Correct Command:
To perform DNS lookups, the host command should be used. The host command performs DNS lookups and displays information about the given domain.
Corrected Script:
Replace curl $i with host $i to perform DNS lookups on each target specified in example.txt.
Pentest References:
In penetration testing, DNS enumeration is a crucial step. It involves querying DNS servers to gather information about the target domain, which includes resolving domain names to IP addresses and vice versa.
Common tools for DNS enumeration include host, dig, and nslookup. The host command is particularly straightforward for simple DNS lookups.
By correcting the script to use host $i, the penetration testing team can effectively perform DNS lookups on the targets specified in example.txt.


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

  • A. Use AI
  • B. Goal reprioritization
  • C. Peer review
  • D. Secure distribution

Answer: C

Explanation:
A peer review process ensures that a penetration test report is accurate, unbiased, and free from errors.
Peer review (Option B):
Senior security professionals verify findings, risk levels, and remediation recommendations.
Reduces the risk of misinterpretation or incorrect data in reports.
Reference: CompTIA PenTest+ PT0-003 Official Study Guide - "Best Practices for Penetration Testing Reports" Incorrect options:
Option A (Secure distribution): Ensures confidentiality, but does not reduce report errors.
Option C (Use AI): AI can assist in analysis, but human verification is essential.
Option D (Goal reprioritization): Changes testing objectives, not report accuracy.


NEW QUESTION # 129
A penetration tester performs a service enumeration process and receives the following result after scanning a server using the Nmap tool:
bash
PORT STATE SERVICE
22/tcp open ssh
25/tcp filtered smtp
111/tcp open rpcbind
2049/tcp open nfs
Based on the output, which of the following services provides the best target for launching an attack?

  • A. Database
  • B. Email
  • C. File sharing
  • D. Remote access

Answer: C

Explanation:
From the Nmap results:
* Service Analysis:
* SSH (22): Secure Shell is a remote access protocol that is typically well-secured with encryption and authentication mechanisms. It's not the easiest to exploit without valid credentials or known vulnerabilities.
* SMTP (25): The port is filtered, which indicates that it might be blocked by a firewall, making it less accessible as an attack vector.
* RPCBind (111): RPC services can sometimes expose vulnerabilities, but they are less common in modern systems.
* NFS (2049): Network File System is a file-sharing service. Misconfigured NFS servers often expose sensitive files or directories that can be accessed without proper authentication.
* Best Target:NFS (port 2049) is the most attractive target. Attackers can exploit insecure exports, gain unauthorized access to shared directories, or elevate privileges if the server allows root access over NFS.
CompTIA Pentest+ References:
* Domain 2.0 (Information Gathering and Vulnerability Identification)
* Domain 3.0 (Attacks and Exploits)


NEW QUESTION # 130
A penetration tester is getting ready to conduct a vulnerability scan to evaluate an environment that consists of a container orchestration cluster. Which of the following tools would be best to use for this purpose?

  • A. Trivy
  • B. CME
  • C. NSE
  • D. Nessus

Answer: A

Explanation:
Trivy is a specialized open-source vulnerability scanner designed for containers and container orchestration environments. It scans container images, file systems, and Git repositories for vulnerabilities and misconfigurations.
According to the CompTIA PenTest+ PT0-003 Study Guide, in discussions about tool selection for containerized environments:
"Trivy is optimized for scanning Docker images and Kubernetes clusters, offering fast and reliable vulnerability detection."


NEW QUESTION # 131
OS identification failed
Which of the following is most likely causing this error?

  • A. The scan did not reach the target because of a firewall block rule.
  • B. The scan is reporting a false positive.
  • C. The scanner database is out of date.
  • D. The scan cannot gather one or more fingerprints from the target.

Answer: D

Explanation:
OS identification in tools like Nmap relies on fingerprinting techniques, which analyze response characteristics (e.g., TCP/IP stack behavior).
* The scan cannot gather one or more fingerprints from the target (Option D):
* If the system is configured to block ICMP responses, or if certain ports are closed, fingerprinting fails.
* Some modern firewalls and intrusion prevention systems (IPS) interfere with OS fingerprinting by modifying packet responses.


NEW QUESTION # 132
Which of the following Windows commands is used to list users, groups, and shares on a system, and is useful for privilege escalation?

  • A. net
  • B. nbtstat
  • C. route
  • D. whoami

Answer: A

Explanation:
Windows provides built-in utilities for user enumeration and privilege escalation.
* net command (Option C):
* The net command is used to list users, groups, and shares on a Windows system:
net user
net localgroup administrators
net group "Domain Admins" /domain
Useful for gathering privilege escalation targets and understanding user permissions.


NEW QUESTION # 133
Which of the following documents is typically required to grant permission for conducting a penetration test or security assessment?

  • A. Authorization letter
  • B. Escalation process
  • C. URL list
  • D. Non-disclosure agreement

Answer: A

Explanation:
Comprehensive and Detailed Explanation:
While several items listed are important parts of an overall engagement package, the authorization letter (often called written authorization, engagement letter, or authorization to test) is mandatory before testing begins - it explicitly grants permission to test specified systems under defined scope and constraints and provides legal protection for both parties. An RoE typically references or attaches the NDA (A), includes escalation/contact processes (B), and provides target lists (C), but without the formal authorization letter the engagement should not proceed.
CompTIA PT0-003 Mapping:
* Domain 1.0 Planning and Scoping - obtain written authorization and define rules of engagement prior to testing.


NEW QUESTION # 134
A penetration tester has been provided with only the public domain name and must enumerate additional information for the public-facing assets.
INSTRUCTIONS
Select the appropriate answer(s), given the output from each section.
Output 1





Answer:

Explanation:
See all the solutions below in Explanation.
Explanation:
A screenshot of a computer Description automatically generated

A screenshot of a computer Description automatically generated

A screenshot of a computer Description automatically generated


NEW QUESTION # 135
A penetration tester identifies the following vulnerability during a scan of the company's network:
Severity: HIGH
Vulnerability: ABC Load Balancer: Alpha OS httpd TLS vulnerability
An Nmap scan of the affected device produces the following results:
Host is up (0.0000040s latency).
Not shown: 98 closed tcp ports (reset)
PORT STATE SERVICE
22/tcp open ssh
80/tcp open http
443/tcp closed https
Which of the following best describes this scenario?

  • A. True positive
  • B. False negative
  • C. False positive
  • D. True negative

Answer: C

Explanation:
Comprehensive and Detailed
The vulnerability report identifies a TLS vulnerability on port 443 (HTTPS). However, the Nmap scan shows port 443 as closed, meaning the service is not running or reachable.
If the service associated with the vulnerability is not active, the reported issue cannot be valid. Therefore, the scan result contradicts the finding - making it a false positive (the scanner incorrectly flagged a vulnerability that doesn't exist).
Why not the others:
A . True negative: Would mean no vulnerability exists and none was reported.
B . True positive: Would mean both the scan and vulnerability report agree that the service is running and vulnerable - not the case here.
C . False negative: Would mean a vulnerability exists but was not detected - also not the case.
CompTIA PT0-003 Mapping:
Domain 2.0: Information Gathering and Vulnerability Scanning


NEW QUESTION # 136
A Chief Information Security Officer wants to evaluate the security of the company's e-commerce application. Which of the following tools should a penetration tester use FIRST to obtain relevant information from the application without triggering alarms?

  • A. SQLmap
  • B. DirBuster
  • C. OWASP ZAP
  • D. w3af

Answer: D

Explanation:
W3AF, the Web Application Attack and Audit Framework, is an open source web application security scanner that includes directory and filename bruteforcing in its list of capabilities.


NEW QUESTION # 137
A penetration tester writes the following script to enumerate a 1724 network:
1 #!/bin/bash
2 for i in {1..254}; do
3 ping -c1 192.168.1.$i
4 done
The tester executes the script, but it fails with the following error:
-bash: syntax error near unexpected token `ping'
Which of the following should the tester do to fix the error?

  • A. Replace {1..254} with $(seq 1 254).
  • B. Replace bash with tsh.
  • C. Replace $i with ${i}.
  • D. Add do after line 2.

Answer: D

Explanation:
The error in the script is due to a missing do keyword in the for loop. Here's the corrected script and explanation:
Original Script:
1 #!/bin/bash
2 for i in {1..254}; do
3 ping -c1 192.168.1.$i
4 done
Error Explanation:
The for loop syntax in Bash requires the do keyword to indicate the start of the loop's body.
Corrected Script:
1 #!/bin/bash
2 for i in {1..254}; do
3 ping -c1 192.168.1.$i
4 done
Adding do after line 2 corrects the syntax error and allows the script to execute properly.


NEW QUESTION # 138
A company that developers embedded software for the automobile industry has hired a penetration-testing team to evaluate the security of its products prior to delivery. The penetration-testing team has stated its intent to subcontract to a reverse-engineering team capable of analyzing binaries to develop proof-of-concept exploits. The software company has requested additional background investigations on the reverse- engineering team prior to approval of the subcontract. Which of the following concerns would BEST support the software company's request?

  • A. The reverse-engineering team may use closed-source or other non-public information feeds for its analysis.
  • B. The reverse-engineering team may not instill safety protocols sufficient for the automobile industry.
  • C. The reverse-engineering team may have a history of selling exploits to third parties.
  • D. The reverse-engineering team will be given access to source code for analysis.

Answer: C


NEW QUESTION # 139
Given the following output:
User-agent:*
Disallow: /author/
Disallow: /xmlrpc.php
Disallow: /wp-admin
Disallow: /page/
During which of the following activities was this output MOST likely obtained?

  • A. URL enumeration
  • B. Website cloning
  • C. Domain enumeration
  • D. Website scraping

Answer: A

Explanation:
URL enumeration is the activity of discovering and mapping the URLs of a website, such as directories, files, parameters, or subdomains. URL enumeration can help to identify the structure, content, and functionality of a website, as well as potential vulnerabilities or misconfigurations. One of the methods of URL enumeration is to analyze the robots.txt file of a website, which is a text file that tells search engine crawlers which URLs the crawler can or can't request from the site1. The output shown in the question is an example of a robots.txt file that disallows crawling of certain URLs, such as /author/, /xmlrpc.php, /wp-admin, or /page/.


NEW QUESTION # 140
A penetration tester needs to evaluate the order in which the next systems will be selected for testing. Given the following output:

Which of the following targets should the tester select next?

  • A. fileserver
  • B. hrdatabase
  • C. financesite
  • D. legaldatabase

Answer: A

Explanation:
* Evaluation Criteria:
* CVSS (Common Vulnerability Scoring System): Indicates the severity of vulnerabilities, with higher scores representing more critical vulnerabilities.
* EPSS (Exploit Prediction Scoring System): Estimates the likelihood of a vulnerability being exploited in the wild.
* Analysis:
* hrdatabase: CVSS = 9.9, EPSS = 0.50
* financesite: CVSS = 8.0, EPSS = 0.01
* legaldatabase: CVSS = 8.2, EPSS = 0.60
* fileserver: CVSS = 7.6, EPSS = 0.90
* Selection Justification:
* fileserver has the highest EPSS score of 0.90, indicating a high likelihood of exploitation despite having a slightly lower CVSS score compared to other targets.
* This makes it a critical target for immediate testing to mitigate potential exploitation risks.
Pentest References:
* Risk Prioritization: Balancing between severity (CVSS) and exploitability (EPSS) is crucial for effective vulnerability management.
* Risk Assessment: Evaluating both the impact and the likelihood of exploitation helps in making informed decisions about testing priorities.
By selecting the fileserver, the penetration tester focuses on a target that is highly likely to be exploited, addressing the most immediate risk based on the given scores.
Top of Form
Bottom of Form


NEW QUESTION # 141
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?

  • A. To enumerate current users
  • B. To create persistence in the network
  • C. To determine the users' permissions
  • D. To view scheduled processes

Answer: B

Explanation:
The logs indicate that the penetration testing team's objective was to create persistence in the network.
Log Analysis:
schtasks /query: This command lists all the scheduled tasks on the system. It is often used to understand what tasks are currently scheduled and running.
schtasks /CREATE /SC DAILY: This command creates a new scheduled task that runs daily. Creating such a task can be used to ensure that a script or program runs regularly, maintaining a foothold in the system.
Persistence:
Definition: Persistence refers to techniques used to maintain access to a compromised system even after reboots or other interruptions.
Scheduled Tasks: One common method of achieving persistence on Windows systems is by creating scheduled tasks that execute malicious payloads or scripts at regular intervals.
Other Options:
Enumerate Current Users: The logs do not show commands related to user enumeration.
Determine Users' Permissions: Commands like whoami or net user would be more relevant for checking user permissions.
View Scheduled Processes: While schtasks /query can view scheduled tasks, the addition of the schtasks
/CREATE command indicates the intent to create new scheduled tasks, which aligns with creating persistence.
Pentest References:
Post-Exploitation: Establishing persistence is a key objective after gaining initial access to ensure continued access.
Scheduled Tasks: Utilizing Windows Task Scheduler to run scripts or programs automatically at specified times as a method for maintaining access.
By creating scheduled tasks, the penetration testing team aims to establish persistence, ensuring they can retain access to the system over time.


NEW QUESTION # 142
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?

  • A. Initialization vector
  • B. KRACK
  • C. Replay
  • D. ChopChop

Answer: B

Explanation:
KRACK (Key Reinstallation Attack) exploits a vulnerability in the WPA2 protocol to decrypt and inject packets, potentially allowing an attacker to break the encryption key and gain access to the Wi-Fi network.
* Understanding KRACK:
* Vulnerability: KRACK exploits flaws in the WPA2 handshake process, specifically the four-way handshake.
* Mechanism: The attack tricks the victim into reinstalling an already-in-use key by manipulating and replaying handshake messages.
* Attack Steps:
* Interception: Capture the four-way handshake packets between the client and the access point.
* Reinstallation: Force the client to reinstall the encryption key by replaying specific handshake messages.
* Decryption: Once the key is reinstalled, it can be used to decrypt packets and potentially inject malicious packets.
* Impact:
* Decryption: Allows an attacker to decrypt packets, potentially revealing sensitive information.
* Injection: Enables the attacker to inject malicious packets into the network.
* Mitigation:
* Patching: Ensure all devices and access points are patched with the latest firmware that addresses KRACK vulnerabilities.
* Encryption: Use additional encryption layers, such as HTTPS, to protect data in transit.
* References from Pentesting Literature:
* The KRACK attack is a significant topic in wireless security and penetration testing guides, illustrating the importance of securing wireless communications.
* HTB write-ups and other security assessments frequently reference KRACK when discussing vulnerabilities in WPA2.
Step-by-Step ExplanationReferences:
* Penetration Testing - A Hands-on Introduction to Hacking
* HTB Official Writeups


NEW QUESTION # 143
A penetration tester is conducting an assessment of an organization that has both a web and mobile application. While testing the user profile page, the penetration tester notices that additional data is returned in the API response, which is not displayed in the web user interface. Which of the following is the most effective technique to extract sensitive user data?

  • A. Compare the API response fields to GUI fields looking for PH.
  • B. Compare PI I from data leaks to publicly exposed user profiles.
  • C. Target the user profile page with a reflected XSS attack.
  • D. Target the user profile page with a denial-of-service attack.

Answer: A

Explanation:
When additional data is returned in the API response that is not displayed in the web user interface, it indicates that there might be sensitive data being transmitted that is not intended for user display. By comparing the fields returned in the API response to those that are visible in the GUI, a penetration tester can identify any Personally Identifiable Information (PII) or other sensitive data that might be exposed unintentionally. This method is direct and does not involve attacking the system but rather analyzing the data being transmitted. The other options do not directly address the identification of sensitive data in API responses.


NEW QUESTION # 144
......

Get professional help from our PT0-003 Dumps PDF: https://examcompass.topexamcollection.com/PT0-003-vce-collection.html