theharvester: add Spanish translation (#12769)

Co-authored-by: Alejandro Cervera <96702705+tricantivu@users.noreply.github.com>
pull/28/head
Darío Hereñú 2024-05-13 04:23:31 -03:00 committed by GitHub
parent d0c2c8db25
commit 3545dc9038
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
# theHarvester
> Una herramienta diseñada para las primeras etapas en una prueba de penetración.
> Más información: <https://github.com/laramies/theHarvester>.
- Recopila información sobre un dominio utilizando Google:
`theHarvester --domain {{nombre_de_dominio}} --source google`
- Recopila información sobre un dominio utilizando varias fuentes:
`theHarvester --domain {{nombre_de_dominio}} --source {{duckduckgo,bing,crtsh}}`
- Cambia el límite de resultados con los que trabajar:
`theHarvester --domain {{nombre_de_dominio}} --source {{google}} --limit {{200}}`
- Guarda el resultado en dos archivos en formato XML y HTML:
`theHarvester --domain {{nombre_de_dominio}} --source {{google}} --file {{nombre_de_archivo_de_salida}}`
- Muestra ayuda:
`theHarvester --help`