===========
Inforfinder 是一款工具,用于收集指向服务器的任何域名的信息(IP、域名、范围、文件)。
需要 Python 库:pyRequests、lxml 和 py3DNS
你可以通过 pip 进行安装,也可以将 inforfinder 应用作为包安装:python setup.py install 或 pip install inforfinder.zip
首先,你需要安装补充库:
user@machine$ sudo apt-get install python-dns python-dnspython python-requests python-lxml python
或者
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>