2024年4月24日发(作者:)

---文档均为word文档,下载后可直接编辑使用亦可打印---

摘要

本文主要对信息收集平台的功能进行研究,分析现阶段国内外已有的平台、工具、手段所

采用的相关技术,总结自身大学所学知识,设计实现出一款简单实用的信息收集平台,主要面

向渗透测试人员和网络安全的学习人员。信息收集平台在开发过程中主要采用了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 研究现状 ....................................................................................................................................................................... 1

1.3 面临问题 ....................................................................................................................................................................... 2

1.4 研究意义 ....................................................................................................................................................................... 3

1.5 章节安排 ....................................................................................................................................................................... 4

第二章 系统框架和模块设计 ................................................................................................................................................. 1

2.1 系统框架 ....................................................................................................................................................................... 1

2.1.1 基本概念 ................................................................................................................................................................. 1

2.1.1.1 Web渗透测试 .............................................................................................................................................. 1

2.1.1.2 Web渗透测试基本流程 .............................................................................................................................. 1