打印本文 打印本文  关闭窗口 关闭窗口
一个用c#写的扫描asp源码漏洞的应用程序(续)
作者:采集员 文章来源:来源于网络 点击数: 更新时间:2005/9/10 14:07:48
le (-1 != sr.Peek())
                {
                    strBuilder.Append(sr.ReadLine()+" ");
                }
                
                strResult = strBuilder.ToString();
            }
            catch(Exception exp)
            {
                 strResult = "错误:" + exp.Message ;
            }

            return strResult ;
            
        }

        //退出
        protected void mnuExit_Click (object sender, System.EventArgs e)
        {
            
            if (MessageBox.Show("真的退出吗?" , "退出系统" , MessageBox.YesNo) == DialogResult.Yes)
            {
                this.Close () ;

            }
        }


        //主函数
        public static void Main(string[] args)
        {
            Application.Run(new Form1());
        }
    }
}

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



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