# python安全工具开发 **Repository Path**: guyusuifeng/cutecuteyu_cybersecurity_development ## Basic Information - **Project Name**: python安全工具开发 - **Description**: python安全工具开发 - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2021-12-08 - **Last Updated**: 2021-12-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # python安全工具开发 #### 介绍 python安全工具开发 #### 软件架构 软件架构说明 语言:python 编写平台:win10->kali 模式:命令行(terminal模式)->web(django) 针对目标:企业 ### 信息收集 网络资产:1.域名 2.主机 3.服务 4.账户 ### 取消了下面的功能(原因:api要付钱,直接用搜索引擎不准确) 其他信息:1.基础信息 2.经济 3.新闻 ### 信息存放 信息存放:写文件(命令行使用txt、web使用html)/自定义云端储存 如果可行—>信息处理或者信息分析 ### 使用方式 python3 cutecuteyutools.py 进入主界面 exit:退出程序 back:返回主目录 show:显示功能 run:运行 ### 子域名收集 show modules use gathering/domain-subdomains show options set domain set pages run exit 找到报告文件SubdomainReport.txt ------------------------------- 子域名寻找方式为bing->site: ### 主机和端口发现 show modules use gathering/domain-hosts show options set domain run exit 找到报告文件domaintohosts.txt -------------------------------- 主机和端口查询使用的是https://www.shodan.io/host/ ### whois信息收集 show modules use gathering/domain-whois show options set domain run exit 找到报告文件WhoisInfo.txt --------------------------------- whois功能使用的是站长工具 ### 已经在linux环境下测试成功所有功能 ### 接下来的工作 1.制作docker ### django版本使用方式 ```python #1.找到/test1/test1/manage.py #2.在同级目录下运行:python3 manage.py runserver 80 #3.打开http://127.0.0.1/index/ 即可使用 ``` ### 2021/1/21 已实现在django上的whois图形化 ### 2021/1/23 已完成所有模块前端优化 制作index页面 每个模块添加回到主页按钮 更新了requirements.txt