+ -
当前位置:首页 → 问答吧 → 帮忙看一下这个cgi返回的网页界面是怎么加密的。

帮忙看一下这个cgi返回的网页界面是怎么加密的。

时间:2010-07-29

来源:互联网

嵌入式产品,底层cgi程序的名称是reboothtml,但在界面中显示的链接确是https://xx.xx.xx.xx.xx/cgi-bin/system/reboothtml?1839393883+SPP,其中中间的1839393883这串数字每登陆一次数字就会变一次,想问一下这是通过什么方式加密的?

这是查看源文件时的代码。注意红字部分。
<html>
        <frameset rows="90,35,*" cols="*" frameborder=no border=0  framespacing=0>
          <frame name=topFrame scrolling=NO noresize src=/top.htm border=0>
          <frame name=menuFrame scrolling=NO noresize src=/cgi-bin/top2?1839393883+SPP marginwidth=1 marginheight=1>
          <frameset cols="207,87%,*" frameborder=NO border=0 framespacing=0 rows="*">
            <frame name=leftFrame noresize scrolling=YES src=/cgi-bin/helpleft?1839393883+SPP border=1>
            <frame name=mainFrame src=/main.htm>
          </frameset>
        </frameset>
        <noframes><body bgcolor=#003399 text=#000000>

        </body></noframes>
        </html>

作者: happyboygd   发布时间: 2010-07-29

这个难猜

作者: ynchnluiti   发布时间: 2010-08-02

应该是 使用/dev/random承机产生一串数字给cookie,至于后面的spp应该是样式

作者: stone   发布时间: 2010-08-04

相关阅读 更多