mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
20 lines
358 B
Markdown
20 lines
358 B
Markdown
# amass
|
|
|
|
> In-depth Attack Surface Mapping and Asset Discovery tool.
|
|
> 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}}`
|