![]() |
|
Medusa Password Cracker - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Computers (https://sinister.ly/Forum-Computers) +--- Forum: Operating Systems (https://sinister.ly/Forum-Operating-Systems) +--- Thread: Medusa Password Cracker (/Thread-Medusa-Password-Cracker) Pages:
1
2
|
RE: Medusa Password Cracker - passi0n - 09-10-2011 @iMarcus Turn your AntiVirus off. After installing, turn it on. RE: Medusa Password Cracker - Requiemâ„¢ - 09-13-2011 Every hacking tools have at least 1 or 2 virus detected.So disable your anti-virus before try this cracker. RE: Medusa Password Cracker - .LiT - 10-23-2011 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 |