Files
tldr/pages.zh/common/amass-intel.md

32 lines
797 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 收集情报
> 收集关于一个组织的开放源代码情报例如根域名和自治系统号ASN
> 更多信息:<https://github.com/owasp-amass/amass/blob/master/doc/user_guide.md#the-intel-subcommand>。
- 在一个IP地址范围内查找根域名
`amass intel -addr {{192.168.0.1-254}}`
- 使用主动侦查方法:
`amass intel -active -addr {{192.168.0.1-254}}`
- 查找与某个域名相关的根域名:
`amass intel -whois -d {{domain_name}}`
- 查找属于某个组织的ASN
`amass intel -org {{organisation_name}}`
- 查找属于给定自治系统编号的根域名:
`amass intel -asn {{asn}}`
- 将结果保存到文本文件:
`amass intel -o {{output_file}} -whois -d {{domain_name}}`
- 列出所有可用的数据源:
`amass intel -list`