Files
freeCodeCamp/curriculum/challenges/german/09-information-security/python-for-penetration-testing/developing-an-nmap-scanner-part-1.md
2023-05-01 20:09:25 +03:00

508 B

id, title, challengeType, videoId, bilibiliIds, dashedName
id title challengeType videoId bilibiliIds dashedName
5ea9997bbec2e9bc47e94db1 Entwicklung eines Nmap-Scanners Teil 1 11 jYk9XaGoAnk
aid bvid cid
805657338 BV1o34y1S7zf 414718986
developing-an-nmap-scanner-part-1

--question--

--text--

Wie lautet der richtige Befehl, um die Python 3-Version der python-nmap-Bibliothek zu installieren?

--answers--

sudo apt install python-nmap


pip install python-nmap


pip3 install python-nmap

--video-solution--

3