mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-07 13:55:41 +02:00

* 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>
422 B
422 B
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