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