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

35 lines
494 B
Markdown
Raw Normal View History

---
id: 5ea9997bbec2e9bc47e94db1
title: Desenvolver um scanner de Nmap parte 1
challengeType: 11
videoId: jYk9XaGoAnk
bilibiliIds:
aid: 805657338
bvid: BV1o34y1S7zf
cid: 414718986
dashedName: developing-an-nmap-scanner-part-1
---
# --question--
## --text--
Qual é o comando correto para instalar a versão Python 3 da biblioteca `python-nmap`?
## --answers--
`sudo apt install python-nmap`
---
`pip install python-nmap`
---
`pip3 install python-nmap`
## --video-solution--
3