ローカルマシン上の TCP ポート 7777 だけをスキャンし、詳細な進行状況を表示するコマンドはどれですか?
nmap -v -p 7777 localhost
nmap -v -p localhost 7777
nc -n -lvp 7777
nmap -sV localhost