2020-11-06 10:59:13 +00:00
|
|
|
# amass
|
|
|
|
|
|
|
|
> In-depth Attack Surface Mapping and Asset Discovery tool.
|
2024-03-16 18:33:07 +00:00
|
|
|
> Some subcommands such as `amass intel` have their own usage documentation.
|
|
|
|
> More information: <https://github.com/owasp-amass/amass>.
|
2020-11-06 10:59:13 +00:00
|
|
|
|
2023-01-04 12:02:27 +00:00
|
|
|
- Execute an Amass subcommand:
|
2020-11-06 10:59:13 +00:00
|
|
|
|
2024-03-16 18:33:07 +00:00
|
|
|
`amass {{intel|enum}} {{options}}`
|
2020-11-06 10:59:13 +00:00
|
|
|
|
2024-01-30 04:55:24 +00:00
|
|
|
- Display help:
|
2020-11-06 10:59:13 +00:00
|
|
|
|
|
|
|
`amass -help`
|
|
|
|
|
2024-03-16 18:33:07 +00:00
|
|
|
- Display help on an Amass subcommand:
|
2020-11-06 10:59:13 +00:00
|
|
|
|
2024-03-16 18:33:07 +00:00
|
|
|
`amass {{intel|enum}} -help`
|
2020-11-06 10:59:13 +00:00
|
|
|
|
2023-01-04 12:02:27 +00:00
|
|
|
- Display version:
|
2020-11-06 10:59:13 +00:00
|
|
|
|
2023-01-04 12:02:27 +00:00
|
|
|
`amass -version`
|