What
is BRUTE-FORCE attack ?
A
password attack that does not attempt to decrypt any information, but
continue to try different passwords. For example, a brute-force
attack may have a dictionary of all words or a listing of commonly
used passwords. To gain access to an account using a brute-force
attack, a program tries all available words it has to gain access to
the account. Another type of brute-force attack is a program that
runs through all letters or letters and numbers until it gets a
match.
How
to install THC-hydra ?
Open
your terminal & type following command
(1)sudo
bash
(3)After
downloading ,we are going to extract it
tar
-xvf hydra-6.3-src.tar.gz
(4)tar
-xvf hydra-6.3-src.tar.gz
(5)./configure
&& make && install
(6)make
install



