freeCodeCamp/curriculum/challenges/japanese/09-information-security/python-for-penetration-testing/developing-an-nmap-scanner-...

542 B

id title challengeType videoId bilibiliIds dashedName
5ea9997bbec2e9bc47e94db1 Nmap スキャンの開発: パート 1 11 jYk9XaGoAnk
aid bvid cid
805657338 BV1o34y1S7zf 414718986
developing-an-nmap-scanner-part-1

--question--

--text--

Python 3 バージョンの python-nmap ライブラリをインストールするための正しいコマンドは何ですか?

--answers--

sudo apt install python-nmap


pip install python-nmap


pip3 install python-nmap

--video-solution--

3