CARA HACK AKUN GMAIL MENGGUNAKAN HYDRA

Yang perama siapkan wordlist
cari di gugel.com banyak kok klau perlu download yang versi indonesianya.
Kalian harus cari di mana lokasi tempat wordlist yang kalian download tadi.

Extract wordlist rockyou.txt.gz called rockyou.txt and drag wordlist keluar di Kali desktop.


Kalian harus mengukuti cara pengunaan hydara seperti ;
informasi tentang email server, port number, and email account name:
hydra smtp.victimsemailserver.com smtp -l victimsaccountname -P ‘/root/Desktop/rockyou.txt’ -s portnumber -S -v -V
The SMTP server (For example, smtp.gmail.com if the victim is a Gmail user) is the victim’s email provider.
-l victim@gmail.com Gmail login account informasi korban.
-P ‘root/Desktop/rockyou.txt’ lokasi penyimpanan wordlist yang tadi kalian drag ke destop Kali Linux
-s 465 (port 465 refers to SMTPS port) Port 465 stands for SMTPS which is SSL encryption that is started automatically.
For the demonstration, I’ve created a dummy Gmail account, and it was very easy to crack the password since I intentionally set the password to a single English word: princess. It took about 30 tries to crack the password.
Jeez, if life was that easy.
The more complex a password is, the more difficult it is to brute force it successfully.
The longer it takes, the more likely a false positive will be generated depending on who the email provider is.
Suck it up, princess!
sekian dlu guys ..
wasslam....
sumber : https://www.sunnyhoi.com/

Buka Terminal
Sekarang ketik hydra di terminal, jika kamu ingin melihat cara pengunaan hydra keti hydra -h
ini adalah tampilan hydra dan cara menggunakannya

kemudian ketik seperti ini
hydra smtp.gmail.com smtp -l victim@gmail.com -P ‘/root/Desktop/rockyou.txt’ -s 465 -S -v -V
informasi tentang email server, port number, and email account name:
hydra smtp.victimsemailserver.com smtp -l victimsaccountname -P ‘/root/Desktop/rockyou.txt’ -s portnumber -S -v -V
The SMTP server (For example, smtp.gmail.com if the victim is a Gmail user) is the victim’s email provider.
-l victim@gmail.com Gmail login account informasi korban.
-P ‘root/Desktop/rockyou.txt’ lokasi penyimpanan wordlist yang tadi kalian drag ke destop Kali Linux
-s 465 (port 465 refers to SMTPS port) Port 465 stands for SMTPS which is SSL encryption that is started automatically.
For the demonstration, I’ve created a dummy Gmail account, and it was very easy to crack the password since I intentionally set the password to a single English word: princess. It took about 30 tries to crack the password.
Jeez, if life was that easy.
The more complex a password is, the more difficult it is to brute force it successfully.
The longer it takes, the more likely a false positive will be generated depending on who the email provider is.
Suck it up, princess!
sekian dlu guys ..
wasslam....
sumber : https://www.sunnyhoi.com/