mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-20 00:01:40 +00:00
Update cheatsheets
This commit is contained in:
10
tldr/amass
10
tldr/amass
@@ -6,20 +6,20 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# 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>.
|
||||
> Some subcommands such as `amass intel` have their own usage documentation.
|
||||
> More information: <https://github.com/owasp-amass/amass>.
|
||||
|
||||
- Execute an Amass subcommand:
|
||||
|
||||
`amass {{subcommand}}`
|
||||
`amass {{intel|enum}} {{options}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`amass -help`
|
||||
|
||||
- Display help on an Amass subcommand (like `intel`, `enum`, etc.):
|
||||
- Display help on an Amass subcommand:
|
||||
|
||||
`amass -help {{subcommand}}`
|
||||
`amass {{intel|enum}} -help`
|
||||
|
||||
- Display version:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user