这是一个基于Operative-Framework收集信息的简单工具。
1 2 3 4 |
安装要求 requests pythonwhois beautifulsoup4 |
关于安装实用
1 2 3 4 5 6 7 |
pip install -r requirements.txt git clone https://github.com/qqwaszx/blackowl.git python main.py blackowl > help //进入帮助模块 |
模块/核心/模块/
- CMS 收集:
CMS Detection
- 电邮至域名:
Get domain with email
- 黑客电子邮件:
Check if email as been hacked
- IP 地理位置:
Obtain IP geolocation information
- Namech_k:
Get info on a specific person with his username
- 子域名搜索:
Search for subdomain
- Whois域名:
Whois information for domain
1 2 3 4 5 6 |
//编写新模块 :blackowl > new_module :blackowl(New module name ?) > my_module :blackowl(New module description ?) > This is a module //开始编写代码 :vim core/modules/my_module.py |
转载请注明: 转载自Legend‘s BLog
未经允许不得转载:Legend‘s BLog » Black Owl – 基于Operative-Framework收集信息工具
发表评论