mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-16 20:00:25 +00:00
Update cheatsheets
This commit is contained in:
26
amass
Normal file
26
amass
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
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 `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`
|
||||
Reference in New Issue
Block a user