マーティンはプロのハッカーです。彼は、いくつかのターゲット システムをハッキングするために組織の偵察を行っています。この方法の一環として、ネットワーク上で利用可能なホスト、それらのホストが提供しているサービス、ホストが実行しているオペレーティング システム、パケット フィルタ/ファイアウォールの種類などを判断する必要があります。そのような情報を入手するために、Martin 氏は決意しました。自動ツールを使用するため。
Martin が使用する必要があるツールは次のうちどれですか?
正解:C
Nmap (Network Mapper) is a security scanner used to discover hosts and services on a computer network, thus building a "map" of the network. It is designed to scan large networks rapidly, although it works fine against single hosts. Nmap uses raw IP packets in novel ways to determine what hosts are available on the network, what services (application name and version) those hosts are offering, what operating systems (and OS versions) they are running, what type of packet filters/firewalls are in use, and dozens of other characteristics. It is highly flexible, allowing for a wide range of advanced techniques, such as network inventory, managing service upgrade schedules, and monitoring host or service uptime. Therefore, for the reconnaissance purposes described in the question, Nmap is the appropriate tool for Martin to employ.