Files
freeCodeCamp/curriculum/challenges/chinese/09-information-security/information-security-projects/port-scanner.md

44 lines
1.2 KiB
Markdown
Raw Normal View History

---
id: 5e46f979ac417301a38fb932
title: 端口扫描器
challengeType: 10
forumTopicId: 462372
helpCategory: Python
dashedName: port-scanner
---
# --description--
使用 Python 创建一个端口扫描器。
你可以访问 [Replit 上的完整项目描述和启动代码](https://replit.com/github/freeCodeCamp/boilerplate-port-scanner)。
在打开链接之后 fork 该项目。 根据 “README.md” 中的指示完成整个项目,然后在下面提交你的项目链接。
Python 课程的交互式教学部分仍在开发当中。 目前freeCodeCamp YouTube 频道上的一些视频将会教授你这个项目要求的一些 Python 技能。
<ul>
<li>
<a href='https://www.freecodecamp.org/news/python-for-everybody/'>Python for Everybody 视频课程</a>14 小时)
</li>
<li>
<a href='https://www.freecodecamp.org/news/learn-python-basics-in-depth-video-course/'>Learn Python 视频课程</a>2 小时)
</li>
</ul>
# --hints--
它应该通过所有的 Python 测试。
```js
```
# --solutions--
```py
# Python challenges don't need solutions,
# because they would need to be tested against a full working project.
# Please check our contributing guidelines to learn more.
```