tldr/pages/common/amass.md

22 lines
432 B
Markdown
Raw Normal View History

# amass
> In-depth Attack Surface Mapping and Asset Discovery tool.
> Some subcommands such as `amass db` have their own usage documentation.
> 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}}`