Files

35 lines
473 B
Markdown
Raw Permalink Normal View History

---
id: 5ea9997bbec2e9bc47e94db1
title: 开发 Nmap 扫描器 第一部分
challengeType: 11
videoId: jYk9XaGoAnk
bilibiliIds:
aid: 805657338
bvid: BV1o34y1S7zf
cid: 414718986
dashedName: 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