Skip to content
KitploitKITPLOIT
ツールブログ
提出
ツールブログ
提出

ハッキング、侵入テスト、サイバーセキュリティツールをあなたのセキュリティアーセナルに!

Kitploitはハッキング、サイバーセキュリティ、ペネトレーションテストのツールディレクトリです。最新のプロジェクトアップデートを見つけて、脆弱性の発見、システム分析、テストの自動化、セキュリティの強化を行いましょう。

··フィード·お問い合わせ·プライバシー·© 2026 Kitploit

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
indicator-intelligence — ターゲットドメインから静的ファイルを収集し、関連ドメインやIPv4アドレスを発見して、脅威インテリジェンスやIOCのエンリッチメントに活用します。 | Kitploit
ツール/GitHubGitHub/osmankandemir/indicator-intelligence
OSINT (オープンソースインテリジェンス)DNSおよびサブドメイン列挙情報収集脅威インテリジェンス
GitHubosmankandemir/indicator-intelligence

indicator-intelligence

ターゲットドメインから静的ファイルを収集し、関連ドメインやIPv4アドレスを発見して、脅威インテリジェンスやIOCのエンリッチメントに活用します。

リポジトリを見る

人気

すべて見る →

コミュニティで最も使われているツールを見つけましょう。

すべてのツールを探索

ツールコレクションを閲覧

すべてのツールを見る →
共有
103141年前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アプリケーションの2次レベルまたはより深い静的ファイルのスキャン。

インストール

ソースコードから

インストール前にパッケージ依存関係に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] Input Targets. --domains target-web1.com target-web2.com
-p PROXY, --proxy PROXY Use HTTP proxy. --proxy 0.0.0.0:8080
-a AGENT, --agent AGENT Use agent. --agent 'Mozilla/5.0 (Windows NT 10.0; Win64; x64)'
-o JSON, --json JSON  JSON output. --json

関数の使い方

root@kitploit:~
from indicator.indicator import Indicator

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

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

開発と貢献

参照:CONTRIBUTING.md

ライセンス

Copyright (c) 2023 Osman Kandemir
GPL-3.0ライセンスの下で提供されています。

寄付

Indicator-Intelligenceを気に入って支援したい場合は、以下のボタンを使用して開発者向けのBuy A CoffeeまたはGithub Sponsors機能をご利用いただけます。

寄付にはGitHubスポンサー層機能をご利用いただけます。

スポンサーになる:https://github.com/sponsors/OsmanKandemir 😊

Buy Me A Coffee

ご支援いただけると大変嬉しいです😊

ツールをダウンロード