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

1.2 KiB
Raw Blame History

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.