forked from tldr-pages/tldr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
amass-db: add Dutch translation (tldr-pages#11416)
* amass-db: add Dutch translation --------- Co-authored-by: Sebastiaan Speck <[email protected]>
- Loading branch information
1 parent
38b64f5
commit 3c9be6d
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# amass db | ||
|
||
> Interactie met een Amass database. | ||
> Meer informatie: <https://github.com/OWASP/Amass/blob/master/doc/user_guide.md#the-db-subcommand>. | ||
- Toon alle uitgevoerde opsommingen in de database: | ||
|
||
`amass db -dir {{pad/naar/database_map}} -list` | ||
|
||
- Toon de resultaten van een specifieke opsommingsindex en domeinnaam: | ||
|
||
`amass db -dir {{pad/naar/database_map}} -d {{domeinnaam}} -enum {{indexlijst}} -show` | ||
|
||
- Toon alle gevonden subdomeinen van een domeinnaam binnen de opsomming: | ||
|
||
`amass db -dir {{pad/naar/database_map}} -d {{domeinnaam}} -enum {{indexlijst}} -names` | ||
|
||
- Toon een samenvatting van de gevonden subdomeinen binnen de opsomming: | ||
|
||
`amass db -dir {{pad/naar/database_map}} -d {{domeinnaam}} -enum {{indexlijst}} -summary` |