侵入テスターは、SSHD が実行されている Linux サーバーで実行するために活用できる CVE を特定したいと考えています。次のうち、このタスクをサポートするのに最も適しているのはどれですか?
正解:C
Explanation Running nmap with the --script vulners option set against the target would best support the task of identifying CVEs that can be leveraged to gain execution on a Linux server that has an SSHD running, as it will use an NSE script that checks for vulnerabilities based on version information from various sources, such as CVE databases2. The --script option allows users to specify which NSE scripts to run during an Nmap scan.