nmap
結果を得るには、スキャンの終了を待つ必要があります。
nmap
実行中に、新しく検出されたホストと開いているポートを徐々に表示するように強制するにはどうすればよいですか?
nmap
結果を得るには、スキャンの終了を待つ必要があります。
nmap
実行中に、新しく検出されたホストと開いているポートを徐々に表示するように強制するにはどうすればよいですか?
回答:
次のコマンドラインスイッチを追加します。
-v (Increase verbosity level) .
Increases the verbosity level, causing Nmap to print more information about
the scan in progress. Open ports are shown as they are found and completion
time estimates are provided when Nmap thinks a scan will take more than a few
minutes. Use it twice or more for even greater verbosity: -vv, or give a
verbosity level directly, for example -v3..