Files
tldr/pages/common/theharvester.md
Vitor Henrique 46a054215a pages*: make help and version commands comply with the style guide (#12107)
* pages*: use generic word for help

* git: add newline to the end

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* pages*: make help and version commands comply with the style guide

* java: fix Java name

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-01-30 12:55:24 +08:00

25 lines
694 B
Markdown

# theHarvester
> A tool designed to be used in the early stages of a penetration test.
> More information: <https://github.com/laramies/theHarvester>.
- Gather information on a domain using Google:
`theHarvester --domain {{domain_name}} --source google`
- Gather information on a domain using multiple sources:
`theHarvester --domain {{domain_name}} --source {{google,bing,crtsh}}`
- Change the limit of results to work with:
`theHarvester --domain {{domain_name}} --source {{google}} --limit {{200}}`
- Save the output to two files in XML and HTML format:
`theHarvester --domain {{domain_name}} --source {{google}} --file {{output_file_name}}`
- Display help:
`theHarvester --help`