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

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

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

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

工具目录

分类

查看所有分类
Loading categories
工具/GitHubGitHub/ggusoft/inforfinder
侦察DNS和子域名枚举信息收集
GitHubggusoft/inforfinder

inforfinder

Inforfinder 是一个用于收集指向某台服务器(IP、域名、范围、文件)的任何域名的信息的工具。它能够检测指向某IP的所有域名,并检测网站安装的CMS版本(Wordpress、Joomla、Prestashop等),还能检测PHP版本、Web服务器版本、Plesk版本等。

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

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
inforfinder — Inforfinder 是一个用于收集指向某台服务器(IP、域名、范围、文件)的任何域名的信息的工具。它能够检测指向某IP的所有域名,并检测网站安装的CMS版本(Wordpress、Joomla、Prestashop等),还能检测PHP版本、Web服务器版本、Plesk版本等。 | Kitploit

Inforfinder

===========

Inforfinder 是一款工具,用于收集指向服务器的任何域名的信息(IP、域名、范围、文件)。

需要 Python 库:pyRequests、lxml 和 py3DNS

你可以通过 pip 进行安装,也可以将 inforfinder 应用作为包安装:python setup.py install 或 pip install inforfinder.zip

不使用 setup.py 安装依赖

  • 首先,你需要安装补充库:

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

    或者

    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>
下载工具