Update cheatsheets

This commit is contained in:
ivuorinen
2024-03-17 00:14:35 +00:00
parent 1c7d3e3ebc
commit fb68c8db78
8 changed files with 45 additions and 25 deletions

View File

@@ -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: