
Inforfinderは、特定のサーバー(IP、ドメイン、範囲、ファイル)を指す任意のドメインの情報を収集するツールです。IPアドレスを指す全てのドメインを検出し、WebサイトにインストールされたCMSのバージョン(Wordpress、Joomla、Prestashopなど)を検出できます。また、PHPバージョン、Webサーバーバージョン、Pleskバージョンなどを検出することもできます。
===========
Inforfinder は、サーバー(IP、ドメイン、範囲、ファイル)を指す任意のドメインの情報を収集するために作られたツールです。
Python ライブラリが必要です: pyRequests、lxml、py3DNS
インストールは、pip を使用するか、python setup.py install または pip install inforfinder.zip で inforfinder アプリをパッケージとしてインストールできます。
まず、補完ライブラリをインストールする必要があります:
user@machine$ sudo apt-get install python-dns python-dnspython python-requests python-lxml python
OR
pip install py3dns
pip install requests --upgrade pip install lxml
次に "inforfinder" をダウンロードします
このアプリの使い方の詳細は以下を参照してください:
InforFinder v2.0.0 Powered By GGUsoft 2022Powered 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>