Lochlany/Ethical-Toolbox
GitHub: Lochlany/Ethical-Toolbox
一个模块化的 Python 安全工具包,整合了端口扫描、Banner 抓取和子域名枚举等网络侦察功能,供安全学习和授权测试使用。
Stars: 0 | Forks: 0
免责声明
本项目仅供教育和授权的安全测试目的使用。创作者不对任何滥用行为负责。
Ethical Toolbox
一个模块化的 Python 安全工具包,用于侦察和网络分析。此仓库作为我的安全脚本的中央枢纽。
核心模块
```
Port Scanner: check for open TCP services.
Banner Grabber: Retrieve service identification headers.
Subdomain Enumerator: Perform DNS resolution for common subdomains.
```
相关项目
如需深入了解这些工具的独立实现,请查看我的个人研究仓库:
[ Simple-TCP-Port-Scanner](
https://github.com/Lochlany/Simple-TCP-Port-Scanner)
[ Simple-Banner-Grabber](
https://github.com/Lochlany/Simple-Banner-Grabber)
[ Simple-Subdomain-Enumerator](
https://github.com/Lochlany/Simple-Subdomain-Enumerator)
用法
```
Clone this repository: git clone https://github.com/Lochlany/Ethical-Toolbox
Run the main interface: python Basic-Ethical-Toolbox.py
```
注意:
```
More tools being added soon. This is just a really basic toolbox made for fun which will eventually become into a good one.
Feel free to open an Issue if you have a suggestion for a new tool to include!
```
标签:Banner抓取, GitHub, Python, 子域名枚举, 安全工具箱, 实时处理, 插件系统, 数据统计, 无后门, 服务器安全, 端口扫描, 系统安全, 逆向工具