The combination of Theharvester and Hydra is used for mailbox blasting.
First of all, Theharvester is a tool for collecting information about mailboxes.
Hydra is a tool for blasting weak passwords.
Blasting process:
1. Find the target site, use Theharvester to collect information about the domain name, the result is a subdomain with the mailbox, and then use awk to process the subdomain, as long as the first half of the mailbox (because it will automatically add the mailbox format when you log in the mailbox).
2. Then the filtered data, as the user dictionary, and then password dictionary is provided by themselves (can be found from the Internet, a lot, can also be generated with tools).
3. Blast with Hydra.
Start scanning the domain name.
Use awk to manipulate the data, put the @ sign in front of the user.txt, and make the user dictionary
Theharvester and Hydra combined blasting mailbox Weak password