PT0-002 Reporting and Communication • Complete Question Bank
Complete PT0-002 Reporting and Communication question bank — all 0 questions with answers and detailed explanations.
Drag steps to the numbered slots on the right, or tap a step then tap a slot.
Drag steps to the numbered slots on the right, or tap a step then tap a slot.
Drag a concept onto its matching description — or click a concept then click the description.
Sends SYN packet, waits for SYN-ACK, then RST
Completes full TCP three-way handshake
Sends UDP packets to determine open ports
Used to map firewall rulesets
Sends packets with FIN, PSH, URG flags set
Drag a concept onto its matching description — or click a concept then click the description.
Splitting packets to evade IDS/IPS
Converting payload to bypass signature detection
Faking source IP to hide origin
Routing traffic through multiple proxies
Delaying requests to avoid rate limiting
Refer to the exhibit. Exhibit: NMAP scan output ``` PORT STATE SERVICE 22/tcp open ssh 80/tcp open http 443/tcp open https 8080/tcp open http-proxy ```
Refer to the exhibit. Exhibit: Metasploit session output ``` session -i 1 [*] Starting interaction with 1... meterpreter > getuid Server username: NT AUTHORITY\SYSTEM meterpreter > sysinfo Computer : WIN-2K8R2 OS : Windows 2008 R2 (6.1 Build 7601, Service Pack 1). Architecture : x64 Meterpreter : x64/windows ```
Refer to the exhibit. Exhibit: Web application vulnerability scanner output ``` Vulnerability: SQL Injection URL: https://example.com/search?q=test Parameter: q Payload: ' OR 1=1-- Evidence: Error message shows database version: Microsoft SQL Server 2016 (RTM) Severity: Critical ```
Vulnerability: SQL Injection on login.php Risk: High Impact: An attacker can extract data from the database. Recommendation: Use parameterized queries.