mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-26 17:04:00 +02:00
amass-intel: add Dutch translation (#11418)
* amass-intel: add Dutch translation --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
parent
0b032c1135
commit
309bf15bd9
1 changed files with 28 additions and 0 deletions
28
pages.nl/common/amass-intel.md
Normal file
28
pages.nl/common/amass-intel.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# amass intel
|
||||
|
||||
> Verzamel open source informatie over een organisatie, zoals hoofddomeinen en ASN's.
|
||||
> Meer informatie: <https://github.com/OWASP/Amass/blob/master/doc/user_guide.md#the-intel-subcommand>.
|
||||
|
||||
- Vind hoofddomeinen in een range van IP adressen:
|
||||
|
||||
`amass intel -addr {{192.168.0.1-254}}`
|
||||
|
||||
- Gebruik actieve verkenningsmethoden:
|
||||
|
||||
`amass intel -active -addr {{192.168.0.1-254}}`
|
||||
|
||||
- Vind hoofddomeinen gerelateerd aan een domein:
|
||||
|
||||
`amass intel -whois -d {{domeinnaam}}`
|
||||
|
||||
- Vind ASN's die bij een organisatie horen:
|
||||
|
||||
`amass intel -org {{organisatienaam}}`
|
||||
|
||||
- Vind hoofddomeinen die bij een bepaald ASN horen:
|
||||
|
||||
`amass intel -asn {{asn}}`
|
||||
|
||||
- Sla de resultaten op in een tekstbestand:
|
||||
|
||||
`amass intel -o {{uitvoer_bestand}} -whois -d {{domeinnaam}}`
|
Loading…
Add table
Reference in a new issue