This time the Admin will give a little tutorial related to Cyber crime.Just go to the tutorial:
how to hack e-mail with hydra, both yahoo, gmail, outlook,
and other e-mails, provided you know the smtp server from an e-mail that you
want to crack. Before that I will tell you what the Hydra is, Hydra is a
parallel login cracker that supports many protocols to attack. This is very
fast and flexible, and new modules are easily added. This tool allows
researchers and security consultants to show how easy it is to get unauthorized
access to a remote system. Okay then we go straight to the How to Hack Email tutorial
with Hydra Bruteforce Method on Android Termux.
How to Hack Email with Hydra BruteForce Method on Android
Termux
Preparation:
You have to know the smtp server and the e-mail port you
want to crack, I will give you a couple of smtp servers and several e-mail
server ports below. You have to have a wordlist, you can get it on google or
you create the wordlist. installed the hydra tool, how to install it? I'll give
it later below.
Command Installation Hydra:
$ apt update && apt upgrade -y
$ apt install hydra
Smtp Server and Port of Multiple Email Servers:
1). Yahoo
Server smtp.mail.yahoo.com
Port 465 Gmail
2). Gmail
Smtp.gmail.com server
Port 465
3). Hotmail
Smtp server. live.com
Port 587
4). Mail
Server: smtp.mail.com
port 587
5). Outlook
Server: smtp-mail.outlook.com
Port: 587
After all the preparations have been fulfilled, now I will
give a tutorial on using email hack using Hydra, or you could say giving a
tutorial using Hydra.
Tutorial Hack email with Hydra on Android Termux:
[+] Open your termux
[+] After that enter the command below
Information:
l <= this is not the letter "i" big, but the
letter L is small <mail address>: the email you want to crack, for
example: test@emailmu.com <file>: where is your wordlist file, for
example: / storage / sdcard /wordlist.txt <port>: the port of the e-mail
server you want to crack <mailer server>: the smtp server from the e-mail
server you want to crack, you can see above.
Example: $ hydra -l test@emailmu.com -P / storage / sdcard /
wordlist.txt -s 199 -S -v -V -t 1 smtp: //smtp.servernya.com
[+] After you have finished typing the command above you
press enter
Done ... Wait for the results of cracking :)
No comments:
Post a Comment