侦察瑞士军刀 - Kali Linux 中的 ReconDog
ReconDog是 GitHub 上提供的免费开源工具,用于收集信息。它用于扫描网站以收集信息并查找网站和 Web 应用程序中的漏洞。这个工具是用Python编写的,所以你必须在你的 kali Linux 中安装Python才能使用这个工具。
ReconDog 可以检测 WordPress、Drupal、Joomla 和 Magento CMS、WordPress 敏感文件以及与 WordPress 版本相关的漏洞。 ReconDog 使用不同的模块进行所有扫描。 whois 数据收集为我们提供了有关枚举子域、端口扫描、反向 IP 查找、NS 查找、检测蜜罐、检测 CMS 等的信息。 ReconDog 还扫描网站以进行跨站点脚本。 ReconDog 是在网站和 Web 应用程序上执行侦察的最简单和有用的工具之一。
此工具可用于获取有关我们的目标(域)的信息。我们可以使用 ReconDog 定位任何域。交互式控制台提供了许多有用的功能,例如命令完成和上下文帮助。 Recon Dog 是一个漏洞扫描器。 ReconDog 有以下模块 DNS 查找、WHOIS 查找、GEO-Lookup、子网查找、端口扫描器、链接提取器等。 ReconDog 可以检测网络的关闭和开放端口。 ReconDog 也称为完整的信息收集工具包。该工具使用 API 来收集信息。
安装
步骤 1 :打开您的 kali Linux 操作系统并使用以下命令安装该工具。使用第二个命令进入工具目录。
git clone https://github.com/s0md3v/ReconDog.git
cd ReconDog
第 2 步:现在您位于该工具的目录中。使用以下命令授予该工具的权限。
ls
chmod +x dog
第 3 步:已授予该工具的所有权限。现在使用以下命令运行该工具。
./dog
该工具正在成功运行。现在我们将看到一个使用该工具的示例。
用法
示例1:使用RaconDog工具扫描域的端口。
dog -c 3 -t
这是使用侦察狗工具扫描 IP 或域的方法。
示例 2:使用 RaconDog 工具扫描 IP 地址并使用 censys 模块收集其详细信息。
Type 1 and give ip address of target
示例 3:使用 RaconDog 工具使用 ns 查找模块扫描域
Type 2 and give the domain name to the tool
示例4:使用RaconDog工具扫描一个域,检查该域是否为CMS。
Type 4 and give the domain name to the tool
示例 5:使用 RaconDog 工具扫描域以检查域是否容易受到蜜罐攻击。
Type 6 and give the ip address of the target to the tool
示例 6:使用 RaconDog 工具扫描 IP 地址以查找其 Reveres IP 查找
Type 8 and give the ip address to the tool