Files
freeCodeCamp/curriculum/challenges/chinese/09-information-security/information-security-projects/port-scanner.md
2021-07-15 13:04:11 +05:30

1.2 KiB
Raw Blame History

id, title, challengeType, forumTopicId, helpCategory, dashedName
id title challengeType forumTopicId helpCategory dashedName
5e46f979ac417301a38fb932 端口扫描器 10 462372 Python port-scanner

--description--

使用 Python 创建一个端口扫描器。

你可以访问 Replit 上的完整项目描述和启动代码

在打开链接之后 fork 该项目。 根据 “README.md” 中的指示完成整个项目,然后在下面提交你的项目链接。

Python 课程的交互式教学部分仍在开发当中。 目前freeCodeCamp YouTube 频道上的一些视频将会教授你这个项目要求的一些 Python 技能。

--hints--

它应该通过所有的 Python 测试。


--solutions--

  # 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.