1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.es/common/theharvester.md
Darío Hereñú 3545dc9038
theharvester: add Spanish translation (#12769)
Co-authored-by: Alejandro Cervera <96702705+tricantivu@users.noreply.github.com>
2024-05-13 09:23:31 +02:00

789 B

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