Linux command
amass-track 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Track
amass track -d [example.com]
Example
amass track -d [example.com] -since "2024-01-01"
Example
amass track -d [example.com] -last [2]
Example
amass track -d [example.com] -o [changes.txt]
说明
amass track compares results from different enumeration runs to identify changes in an organization's external attack surface. It detects new subdomains, removed assets, and infrastructure changes. This is useful for continuous monitoring of an organization's digital footprint, alerting security teams to potential shadow IT or unauthorized changes.
参数
- -d _domain_
- Domain to track
- -since _date_
- Compare against enumerations since date
- -last _n_
- Compare against the last n enumerations
- -history
- Show all historical changes
- -o _file_
- Output file
- -dir _path_
- Database directory
FAQ
What is the amass-track command used for?
amass track compares results from different enumeration runs to identify changes in an organization's external attack surface. It detects new subdomains, removed assets, and infrastructure changes. This is useful for continuous monitoring of an organization's digital footprint, alerting security teams to potential shadow IT or unauthorized changes.
How do I run a basic amass-track example?
Run `amass track -d [example.com]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -d _domain_ do in amass-track?
Domain to track