( 信息收集平台 的设计与实现 ) Design and Implementation of Information Collection Platform内容摘要本文主要对信息收集平台的功能进行研究,分析现阶段国内外已有的平台、工具、手段所采用的相关技术,总结自身大学所学知识,设计实现出一款简单实用的信息收集平台,主要面向渗透测试人员和网络安全的学习人员。信息收集平台在开发过程中主要采用了 Django、Python 以及 JS 技术等,实现了前后端的数据分离,主要的模块包括 Web 基础信息查询、端口扫描、旁站查询和信息泄露查询模块,在实际运用中能达到快速收集目标站点信息的目的,在准确收集目标信息的同时,也提高了信息收集的效率。关键词:Django;Python;JS;信息收集Abstract This article mainly studies the function of the information collection platform, analyzes the relevant technologies adopted by the existing platforms, tools, and means at home and abroad, summarizes the knowledge learned by the university, and designs and implements a simple and practical information collection platform. For penetration testers and network security learners. In the development process of the information collection platform, Django, Python and JS technologies are mainly used to achieve data separation between the front and back ends. The main modules include Web basic information query, port scanning, side station query and information leakage query module. It can achieve the purpose of quickly collecting the target site information, while accurately collecting the target information, it also improves the efficiency of information collection.Key words: Django;Python;JS;Information Collection目 录第一章 绪论 .............................................................................................................................. 1 1.1 研究背景 ........................................................................................................................... 1 1.2 研究现状 ..................................