ペネトレーション テスターは次のコマンドを実行します。 nmap -p- -A 10.0.1.10 このコマンドを実行すると、Nmap は次のポートの量のうちどれをスキャンしますか?
正解:D
The nmap command with the -p- flag scans all ports from 1 to 65535 on the target host. The -A flag enables OS detection, version detection, script scanning, and traceroute. Therefore, the command will scan 65,535 ports on the host 10.0.1.10 and perform additional analysis on the open ports. Reference: * The Official CompTIA PenTest+ Study Guide (Exam PT0-002), Chapter 2: Conducting Passive Reconnaissance, page 72-73. * Nmap Cheat Sheet 2024: All the Commands & Flags - StationX1 * Nmap Commands - 17 Basic Commands for Linux Network - phoenixNAP2