Files
tldr/pages/common/amass.md
Vitor Henrique 46a054215a pages*: make help and version commands comply with the style guide (#12107)
* pages*: use generic word for help

* git: add newline to the end

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* pages*: make help and version commands comply with the style guide

* java: fix Java name

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-01-30 12:55:24 +08:00

22 lines
422 B
Markdown

# 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>.
- Execute an Amass subcommand:
`amass {{subcommand}}`
- Display help:
`amass -help`
- Display help on an Amass subcommand (like `intel`, `enum`, etc.):
`amass -help {{subcommand}}`
- Display version:
`amass -version`