Files
cheatsheet-tldr/tldr/amass
2024-10-05 00:16:51 +00:00

27 lines
501 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# amass
> In-depth Attack Surface Mapping and Asset Discovery tool.
> Some subcommands such as `intel` have their own usage documentation.
> More information: <https://github.com/owasp-amass/amass>.
- Execute an Amass subcommand:
`amass {{intel|enum}} {{options}}`
- Display help:
`amass -help`
- Display help on an Amass subcommand:
`amass {{intel|enum}} -help`
- Display version:
`amass -version`