はじめに
このチャレンジでは、強力なネットワークスキャンおよびセキュリティ監査ツールである Nmap の基本機能を探索します。Nmap をインストールし、ローカルマシン上のオープンポートを発見するために使用し、それらのポートで実行されているサービスに関する詳細情報を収集します。
Skills Graph
%%%%{init: {'theme':'neutral'}}%%%%
flowchart RL
nmap(("Nmap")) -.-> nmap/NmapGroup(["Nmap"])
linux(("Linux")) -.-> linux/PackagesandSoftwaresGroup(["Packages and Softwares"])
linux/PackagesandSoftwaresGroup -.-> linux/apt("Package Handling")
nmap/NmapGroup -.-> nmap/installation("Installation and Setup")
nmap/NmapGroup -.-> nmap/basic_syntax("Basic Command Syntax")
nmap/NmapGroup -.-> nmap/port_scanning("Port Scanning Methods")
nmap/NmapGroup -.-> nmap/service_detection("Service Detection")
subgraph Lab Skills
linux/apt -.-> lab-415923{{"Nmap のインストールとポートスキャン実行"}}
nmap/installation -.-> lab-415923{{"Nmap のインストールとポートスキャン実行"}}
nmap/basic_syntax -.-> lab-415923{{"Nmap のインストールとポートスキャン実行"}}
nmap/port_scanning -.-> lab-415923{{"Nmap のインストールとポートスキャン実行"}}
nmap/service_detection -.-> lab-415923{{"Nmap のインストールとポートスキャン実行"}}
end