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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
ツール/GitHubGitHub/ggusoft/inforfinder
偵察DNSおよびサブドメイン列挙情報収集
GitHubggusoft/inforfinder

inforfinder

Inforfinderは、特定のサーバー(IP、ドメイン、範囲、ファイル)を指す任意のドメインの情報を収集するツールです。IPアドレスを指す全てのドメインを検出し、WebサイトにインストールされたCMSのバージョン(Wordpress、Joomla、Prestashopなど)を検出できます。また、PHPバージョン、Webサーバーバージョン、Pleskバージョンなどを検出することもできます。

リポジトリを見る
67231年前Kitploit レビュー済み

人気

すべて見る →

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

すべてのツールを探索

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

すべてのツールを見る →
共有
inforfinder — Inforfinderは、特定のサーバー(IP、ドメイン、範囲、ファイル)を指す任意のドメインの情報を収集するツールです。IPアドレスを指す全てのドメインを検出し、WebサイトにインストールされたCMSのバージョン(Wordpress、Joomla、Prestashopなど)を検出できます。また、PHPバージョン、Webサーバーバージョン、Pleskバージョンなどを検出することもできます。 | Kitploit

Inforfinder

===========

Inforfinder は、サーバー(IP、ドメイン、範囲、ファイル)を指す任意のドメインの情報を収集するために作られたツールです。

Python ライブラリが必要です: pyRequests、lxml、py3DNS

インストールは、pip を使用するか、python setup.py install または pip install inforfinder.zip で inforfinder アプリをパッケージとしてインストールできます。

setup.py を使わない依存関係のインストール

  • まず、補完ライブラリをインストールする必要があります:

    user@machine$ sudo apt-get install python-dns python-dnspython python-requests python-lxml python

    OR

    root@kitploit:~
      pip install  py3dns
    

    pip install requests --upgrade pip install lxml

  • 次に "inforfinder" をダウンロードします

使い方

  • 次のステップは "inforfinder.py" を実行することです: python inforfinder.py --help

このアプリの使い方の詳細は以下を参照してください:

root@kitploit:~
InforFinder v2.0.0 Powered By GGUsoft 2022

root@kitploit:~
 Powered By GGUsoft 2022

 Commands:

 -d <domain>				Gets a domain for apply any optional commands

 -dD <domain>				Gets a domain list hosted in IP of the specified domain

 -dI <IP>				Gets a domain list hosted in the specified IP 

 -dR <IP start> <IP finish>		Gets a domain list hosted in every IP of the specified range

 -dF <file>				Gets a list with all domains hosted at same IP from a file, the file contens a IP by line
 
 Optionals:

 inforfinder <command> -cms			Checks if every domain found has a cms website (wordpress, joomla ,etc) and show version

 inforfinder <command> -servinfo		Checks web server parameters

 inforfinder <command> --subdomain-enum   <dict file path>       Lists subdomains of every domain found
 </pre>
ツールをダウンロード