Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
工具/GitHubGitHub/osmankandemir/indicator-intelligence
OSINT (开源情报)DNS和子域名枚举信息收集威胁情报
GitHubosmankandemir/indicator-intelligence

indicator-intelligence

从目标域收集静态文件,以发现相关域名和 IPv4 地址,用于威胁情报和 IOC 富集。

查看仓库
103141年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
indicator-intelligence — 从目标域收集静态文件,以发现相关域名和 IPv4 地址,用于威胁情报和 IOC 富集。 | Kitploit

Logo

Indicator-Intelligence PyPI - Downloads Version Pip Version License Python Version Docker

Indicator-Intelligence

注意:您必须仅在合法活动中使用它。请参阅;USAGE_POLICY.md LICENSE

描述

在Indicator-Intelligence收集静态文件后,查找相关域名和IPv4地址以进行威胁情报

截图

已完成

  • 收集相关域名和IP。
  • HTTP - HTTPS 检查。
  • 针对目标Web应用的二级或更深度静态文件扫描。

安装

从源代码安装

在安装前,您可以使用virtualenv管理包依赖。

root@kitploit:~
git clone https://github.com/OsmanKandemir/indicator-intelligence.git
cd indicator-intelligence
python setup.py build
python setup.py install

从PyPI安装

该脚本可在PyPI上获取。使用pip安装:

root@kitploit:~
pip install indicatorintelligence

通过Dockerfile安装

构建Dockerfile后,您可以在容器中运行此应用程序。

root@kitploit:~
docker build -t indicator .
docker run indicator --domains target-web.com --json

从DockerHub安装

root@kitploit:~
docker pull osmankandemir/indicator
docker run osmankandemir/indicator --domains target-web.com --json

通过Poetry安装

root@kitploit:~
pip install poetry
poetry install

用法

root@kitploit:~
-d DOMAINS [DOMAINS], --domains DOMAINS [DOMAINS] 输入目标。--domains target-web1.com target-web2.com
-p PROXY, --proxy PROXY 使用HTTP代理。--proxy 0.0.0.0:8080
-a AGENT, --agent AGENT 使用代理。--agent 'Mozilla/5.0 (Windows NT 10.0; Win64; x64)'
-o JSON, --json JSON  JSON输出。--json

函数用法

root@kitploit:~
from indicator.indicator import Indicator

#SCAN
Indicator(["target-web.com"])

#OUTPUT
Indicator(["target-web.com"],json=True)

开发与贡献

参见;CONTRIBUTING.md

许可证

版权所有 (c) 2023 Osman Kandemir
遵循GPL-3.0许可证。

捐赠

如果您喜欢Indicator-Intelligence并希望表示支持,您可以使用下方的Buy A Coffee或Github Sponsors功能为开发者提供支持。

您可以使用github赞助等级功能进行捐赠。

赞助我:https://github.com/sponsors/OsmanKandemir 😊

Buy Me A Coffee

非常感谢您的支持😊

下载工具