
* 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>
22 lines
422 B
Markdown
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`
|