amass, httprobe, sublist3r, theHarvester: add page (#4912)
This commit is contained in:
20
pages/common/amass.md
Normal file
20
pages/common/amass.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# amass
|
||||
|
||||
> In-depth Attack Surface Mapping and Asset Discovery tool.
|
||||
> More information: <https://github.com/OWASP/Amass>.
|
||||
|
||||
- Check the Amass version:
|
||||
|
||||
`amass -version`
|
||||
|
||||
- Show general help:
|
||||
|
||||
`amass -help`
|
||||
|
||||
- Show help on an Amass subcommand (like `intel`, `enum`, etc.):
|
||||
|
||||
`amass -help {{subcommand}}`
|
||||
|
||||
- Execute an Amass subcommand:
|
||||
|
||||
`amass {{subcommand}}`
|
Reference in New Issue
Block a user