Chiasmodon实战教程:3分钟学会扫描公司域名获取关联资产
Chiasmodon实战教程:3分钟学会扫描公司域名获取关联资产
【免费下载链接】chiasmodonChiasmodon is an OSINT tool designed to assist in the process of gathering information about a target domain. Its primary functionality revolves around searching for domain-related data, including domain emails, domain credentials, CIDRs , ASNs , and subdomains, the tool also allows users to search Google Play application ID.项目地址: https://gitcode.com/gh_mirrors/ch/chiasmodon
Chiasmodon是一款强大的OSINT工具,专为快速收集目标域名关联资产设计。无论是安全研究人员还是企业IT人员,都能通过它轻松获取域名相关的子域名、IP地址、员工邮箱等关键信息,帮助全面掌握目标网络架构。
🌟为什么选择Chiasmodon?
Chiasmodon得名于深海吞噬鳗(Chiasmodon niger),这种鱼类能吞下比自身大的猎物,正如该工具能全面收集目标域名的各类关联资产。它支持10+种信息类型扫描,包括:
- 域名全方位扫描:自动发现子域名、关联公司和应用
- 资产深度挖掘:IP地址、CIDR块、ASN归属信息一键获取
- 凭证信息检测:员工/客户邮箱、用户名等敏感信息识别
🚀3分钟快速上手
1️⃣ 安装步骤(20秒)
通过pip快速安装:
pip install chiasmodon2️⃣ 基础扫描命令(30秒)
对目标域名执行全面扫描:
chiasmodon_cli.py example.com --scan这条命令会自动完成:
- 子域名发现
- 关联公司识别
- IP地址及端口扫描
- 员工/客户凭证信息检测
3️⃣ 结果查看与导出(1分钟)
默认以文本格式展示结果,也可导出为JSON或CSV:
chiasmodon_cli.py example.com --scan -o results.json -ot json💡实用扫描技巧
🔍 精准筛选结果类型
只查看子域名信息:
chiasmodon_cli.py example.com --view-type subdomain🌐 扫描关联公司资产
发现目标公司的关联企业:
chiasmodon_cli.py example.com --view-type related📱 查找关联移动应用
通过域名搜索相关的Google Play应用:
chiasmodon_cli.py example.com --method app.domain⚠️使用注意事项
- 确保已获得合法授权进行域名扫描
- 敏感操作建议设置API令牌:
chiasmodon_cli.py --init YOUR_TOKEN - 大型扫描可增加超时时间:
--timeout 600(10分钟)
📚进阶学习资源
- 完整功能文档:LICENSE.txt
- 命令行参数说明:cli/chiasmodon_cli.py
- Python库使用方法:pychiasmodon.py
Chiasmodon将复杂的域名资产收集过程简化为一条命令,帮助你在最短时间内构建完整的目标画像。无论是安全审计还是资产梳理,都是不可或缺的效率工具!
【免费下载链接】chiasmodonChiasmodon is an OSINT tool designed to assist in the process of gathering information about a target domain. Its primary functionality revolves around searching for domain-related data, including domain emails, domain credentials, CIDRs , ASNs , and subdomains, the tool also allows users to search Google Play application ID.项目地址: https://gitcode.com/gh_mirrors/ch/chiasmodon
创作声明:本文部分内容由AI辅助生成(AIGC),仅供参考