Valid PT0-003 Dumps shared by ExamDiscuss.com for Helping Passing PT0-003 Exam! ExamDiscuss.com now offer the newest PT0-003 exam dumps, the ExamDiscuss.com PT0-003 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com PT0-003 dumps with Test Engine here:
A penetration tester needs to launch an Nmap scan to find the state of the port for both TCP and UDP services. Which of the following commands should the tester use?
Correct Answer: C
To find the state of both TCP and UDP ports using Nmap, the appropriate command should combine both TCP and UDP scan options: Understanding the Options: -sU: Performs a UDP scan. -sT: Performs a TCP connect scan. Command Explanation: Command: nmap -sU -sT -p 1-65535 example.com Comparison with Other Options: -sW: Initiates a TCP Window scan, not relevant for identifying the state of TCP and UDP services. -sY: Initiates a SCTP INIT scan, not relevant for this context. -sN: Initiates a TCP Null scan, which is not used for discovering UDP services.