Files
freeCodeCamp/curriculum/challenges/chinese-traditional/09-information-security/python-for-penetration-testing/developing-an-nmap-scanner-part-1.md

405 B

id, title, challengeType, videoId, dashedName
id title challengeType videoId dashedName
5ea9997bbec2e9bc47e94db1 開發 Nmap 掃描器 第一部分 11 jYk9XaGoAnk 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