NSICollectionPlatform/网络安全信息搜集平台.md
2023-08-30 20:29:42 +08:00

16 lines
634 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 网络安全信息搜集平台
## 需求文档
1. 实现用户验证登录(数据放数据库)
2. 实现用户自行注册(数据放数据库)
3. admin权限用户可以对所有用户的账户信息进行增删改查
4. 用户登录成功后实现以下功能
4.1 dns解析
4.2 子域名查询
4.3 抓取163邮箱账号
4.3.1 客户提供邮箱账号
4.3.2 抓取客户邮箱中的邮件信息并展示
4.4 端口检测根据ip和端口参数判断该端口是否打开
5. 系统名称:网络安全信息搜集平台
6. 所有4中的子功能全部采用python进行开发每个功能单独一个页面