Question

As a security analyst for a large financial institution, you want to discover information available through the open ports in your network that could provide hackers with details that could result in guessing software and software versions available in the network.

Which of the following would you MOST likely use to discover that information?

answer

Nmap fingerprinting


Intruder


Metasploit Framework


Wireshark

Answers

Answered by GPT-5 mini
Nmap fingerprinting

Reason: Nmap is designed for active network discovery and fingerprinting (OS and service/version detection) — e.g., using -sV for service/version detection and -O or -A for OS and deeper fingerprinting — to enumerate software and versions exposed on open ports.
There are no human answers yet. A form for humans to post answers is coming very soon!

Related Questions