打印本文 打印本文  关闭窗口 关闭窗口
一个用c#写的扫描asp源码漏洞的应用程序
作者:采集员 文章来源:来源于网络 点击数: 更新时间:2005/9/10 14:07:42
rhit.htw") ;
            this.cboMethod.Items.Add("query.idq") ;
            this.cboMethod.Items.Add("search/qfullhit.htw") ;
            this.cboMethod.Items.Add("search/qsumrhit.htw") ;
            this.cboMethod.Items.Add("iirturnh.htw") ;
            this.cboMethod.Items.Add(".htw") ;
            this.cboMethod.Items.Add("Translate:f") ;

            this.cboMethod.SelectedIndex = 0 ;
        }

        //新建
        protected void mnuNew_Click (object sender, System.EventArgs e)
        {
            this.txtServer.Text   = "http://" ;
            this.txtFileName.Text = "" ;
            this.txtResult.Text   = "" ;
        }

        //清除结果
        protected void btnClear_Click (object sender, System.EventArgs e)
        {
            this.txtResult.Text = "" ;
        }

上一页  [1] [2] [3] 



打印本文 打印本文  关闭窗口 关闭窗口