Certified Ethical Hacker v11 312-50v11 – Question168

Jim, a professional hacker, targeted an organization that is operating critical industrial infrastructure. Jim used Nmap to scan open ports and running services on systems connected to the organization's OT network. He used an Nmap command to identify Ethernet/IP devices connected to the Internet and further gathered information such as the vendor name, product code and name, device name, and IP address.
Which of the following Nmap commands helped Jim retrieve the required information?

A.
nmap -Pn -sT –scan-delay 1s –max-parallelism 1 -p < Port List > < Target IP >
B. nmap -Pn -sU -p 44818 –script enip-info < Target IP >
C. nmap -Pn -sT -p 46824 < Target IP >
D. nmap -Pn -sT -p 102 –script s7-info < Target IP >

Correct Answer: B