2020-11-06 10:59:13 +00:00
|
|
|
# amass
|
|
|
|
|
|
|
|
> In-depth Attack Surface Mapping and Asset Discovery tool.
|
2021-09-13 09:21:21 +01:00
|
|
|
> Some subcommands such as `amass db` have their own usage documentation.
|
2020-11-06 10:59:13 +00:00
|
|
|
> More information: <https://github.com/OWASP/Amass>.
|
|
|
|
|
|
|
|
- Check the Amass version:
|
|
|
|
|
|
|
|
`amass -version`
|
|
|
|
|
|
|
|
- Show general help:
|
|
|
|
|
|
|
|
`amass -help`
|
|
|
|
|
|
|
|
- Show help on an Amass subcommand (like `intel`, `enum`, etc.):
|
|
|
|
|
|
|
|
`amass -help {{subcommand}}`
|
|
|
|
|
|
|
|
- Execute an Amass subcommand:
|
|
|
|
|
|
|
|
`amass {{subcommand}}`
|