Thirteen Years of Service
Posts: 31
Threads: 0
RE: Medusa Password Cracker 09-13-2011, 01:33 PM
#12
Every hacking tools have at least 1 or 2 virus detected.So disable your anti-virus before try this cracker.
•
Thirteen Years of Service
Posts: 52
Threads: 6
RE: Medusa Password Cracker 10-23-2011, 10:50 PM
#13
Now that Hydra version 7 is out I use it instead of Medusa.
If you use backtrack5 just issue the command
apt-get upgrade
to upgrade hydra to it's newest version.
It works like a charm. Here is an example of a Hydra command. This is the exact hydra command I used to ssh dictionary attack my home server:
hydra -l root -P /home/pswrdlists/password.txt -e ns -f -vV 192.168.1.107 ssh
A closed mouth says nothing wrong, A closed mind does nothing right.
•