Files
freeCodeCamp/curriculum/challenges/english/09-information-security/python-for-penetration-testing/developing-an-nmap-scanner-part-1.md
Oliver Eyton-Williams 0bd52f8bd1 Feat: add new Markdown parser (#39800)
and change all the challenges to new `md` format.
2020-11-27 10:02:05 -08:00

377 B

id, title, challengeType, videoId
id title challengeType videoId
5ea9997bbec2e9bc47e94db1 Developing an Nmap Scanner part 1 11 jYk9XaGoAnk

--question--

--text--

What is the correct command to install the Python 3 version of the python-nmap library?

--answers--

sudo apt install python-nmap


pip install python-nmap


pip3 install python-nmap

--video-solution--

3