用户登录  |  用户注册
首 页商业源码原创产品编程论坛
当前位置:PB创新网文章中心.Net

一个用c#写的扫描asp源码漏洞的应用程序

减小字体 增大字体 作者:佚名  来源:本站整理  发布时间:2009-03-12 16:00:54
这儿就是昨天说的那个程序主要部分的源代码,如果要全部代码请到我的主页去下载。
贴不开,分两次。

//--------------------------------------------------------------------------
//
// file name  :  form1.cs
//
// description : 主form
//
// date:         2001/1/3
//
// author :      bigeagle@163.net
//               http://bigeagle.yeah.net
//
// history :     2000/1/3 version 0.9
//
// ToDo:         translate:f 方法似乎有问题,等得到有关http协议的资料在修改
//
//-------------------------------------------------------------------------


namespace findbug
{
    using System;
    using System.Drawing;
    using System.Collections;
    using System.ComponentModel;
    using System.WinForms;
    using System.Data;
    using System.Net ;
    using System.IO ;
    using System.Text ;
    using System.Net.Sockets ;

    /// <summary>
    ///    Summary description for Form1.
    /// </summary>
    public class Form1 : System.WinForms.Form
    {
        /// <summary>
        ///    Required designer variable.
        /// </summary>
        private System.ComponentModel.Container components;
        private System.WinForms.StatusBar barStatus;
        private System.WinForms.Button btnClear;
        private System.WinForms.TextBox txtResult;
        private System.WinForms.Button btnGo;
        private System.WinForms.Label label3;
        private System.WinForms.ComboBox cboMethod;
        private System.WinForms.TextBox txtFileName;
        private System.WinForms.Label label2;
        private System.WinForms.TextBox txtServer;
        private System.WinForms.Label label1;
        private System.WinForms.MenuItem mnuExit;
        private System.WinForms.MenuItem menuItem1;
        private System.WinForms.MenuItem mnuNew;
        private System.WinForms.MenuItem mnuAbount;
        private System.WinForms.MenuItem mnuHelp;

Tags:

作者:佚名

文章评论评论内容只代表网友观点,与本站立场无关!

   评论摘要(共 0 条,得分 0 分,平均 0 分) 查看完整评论

栏目导航

本类热门阅览

相关文章

PB创新网ourmis.com】Copyright © 2000-2009 . All Rights Reserved .
页面执行时间:9,671.87500 毫秒
Email:ourmis@126.com QQ:2322888 蜀ICP备05006790号