private void InitializeComponent() { this.txtTargetBrute = new System.Windows.Forms.TextBox(); this.lblHost = new System.Windows.Forms.Label(); this.txtUserBrute = new System.Windows.Forms.TextBox(); this.txtPasswordBrute = new System.Windows.Forms.TextBox(); this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.btnPasswordlist = new DotNetSkin.SkinControls.SkinButton(); this.btnStartBrute = new DotNetSkin.SkinControls.SkinButtonGreen(); this.txtPasswordIs = new System.Windows.Forms.TextBox(); this.lblPasswordIs = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.txtPortBrute = new System.Windows.Forms.TextBox(); this.stsBrute = new System.Windows.Forms.StatusBar(); this.chkboxDebug = new DotNetSkin.SkinControls.SkinCheckBox(); this.chkboxmssql = new DotNetSkin.SkinControls.SkinRadioButton(); this.chkboxmysql = new DotNetSkin.SkinControls.SkinRadioButton(); this.btnStopit = new DotNetSkin.SkinControls.SkinButtonRed(); this.panel1 = new System.Windows.Forms.Panel(); this.panel2 = new System.Windows.Forms.Panel(); this.txtboxDebug = new System.Windows.Forms.RichTextBox(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.SuspendLayout(); // // txtTargetBrute // this.txtTargetBrute.Location = new System.Drawing.Point(90, 12); this.txtTargetBrute.Name = "txtTargetBrute"; this.txtTargetBrute.Size = new System.Drawing.Size(144, 18); this.txtTargetBrute.TabIndex = 5; this.txtTargetBrute.Text = ""; // // lblHost // this.lblHost.Location = new System.Drawing.Point(48, 12); this.lblHost.Name = "lblHost"; this.lblHost.Size = new System.Drawing.Size(34, 14); this.lblHost.TabIndex = 4; this.lblHost.Text = "Target"; // // txtUserBrute // this.txtUserBrute.Location = new System.Drawing.Point(90, 40); this.txtUserBrute.Name = "txtUserBrute"; this.txtUserBrute.Size = new System.Drawing.Size(144, 18); this.txtUserBrute.TabIndex = 6; this.txtUserBrute.Text = "admin"; // // txtPasswordBrute // this.txtPasswordBrute.Location = new System.Drawing.Point(90, 68); this.txtPasswordBrute.Name = "txtPasswordBrute"; this.txtPasswordBrute.Size = new System.Drawing.Size(144, 18); this.txtPasswordBrute.TabIndex = 7; this.txtPasswordBrute.Text = ""; // // btnPasswordlist // this.btnPasswordlist.Location = new System.Drawing.Point(238, 68); this.btnPasswordlist.Name = "btnPasswordlist"; this.btnPasswordlist.Size = new System.Drawing.Size(88, 20); this.btnPasswordlist.TabIndex = 10; this.btnPasswordlist.Text = "File Locate"; this.btnPasswordlist.Click += new System.EventHandler(this.btnPasswordlist_Click); // // btnStartBrute // this.btnStartBrute.Location = new System.Drawing.Point(12, 154); this.btnStartBrute.Name = "btnStartBrute"; this.btnStartBrute.Size = new System.Drawing.Size(318, 20); this.btnStartBrute.TabIndex = 11; this.btnStartBrute.Text = "Start"; this.btnStartBrute.Click += new System.EventHandler(this.btnStartBrute_Click_1); // // txtPasswordIs // this.txtPasswordIs.Location = new System.Drawing.Point(90, 126); this.txtPasswordIs.Name = "txtPasswordIs"; this.txtPasswordIs.ReadOnly = true; this.txtPasswordIs.Size = new System.Drawing.Size(144, 18); this.txtPasswordIs.TabIndex = 12; this.txtPasswordIs.Text = ""; // // lblPasswordIs // this.lblPasswordIs.Location = new System.Drawing.Point(18, 128); this.lblPasswordIs.Name = "lblPasswordIs"; this.lblPasswordIs.Size = new System.Drawing.Size(64, 16); this.lblPasswordIs.TabIndex = 13; this.lblPasswordIs.Text = "Password is:"; // // label1 // this.label1.Location = new System.Drawing.Point(30, 42); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(52, 14); this.label1.TabIndex = 15; this.label1.Text = "Username"; // // label2 // this.label2.Location = new System.Drawing.Point(12, 68); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(70, 14); this.label2.TabIndex = 16; this.label2.Text = "Password File"; // // label3 // this.label3.Location = new System.Drawing.Point(58, 96); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(24, 14); this.label3.TabIndex = 17; this.label3.Text = "Port"; // // txtPortBrute // this.txtPortBrute.Location = new System.Drawing.Point(90, 94); this.txtPortBrute.Name = "txtPortBrute"; this.txtPortBrute.Size = new System.Drawing.Size(144, 18); this.txtPortBrute.TabIndex = 18; this.txtPortBrute.Text = "1433"; // // stsBrute // this.stsBrute.Location = new System.Drawing.Point(0, 530); this.stsBrute.Name = "stsBrute"; this.stsBrute.Size = new System.Drawing.Size(332, 22); this.stsBrute.TabIndex = 19; this.stsBrute.Text = "Brute force status"; // // chkboxDebug // this.chkboxDebug.BackColor = System.Drawing.Color.Transparent; this.chkboxDebug.Location = new System.Drawing.Point(244, 96); this.chkboxDebug.Name = "chkboxDebug"; this.chkboxDebug.Size = new System.Drawing.Size(86, 18); this.chkboxDebug.TabIndex = 21; this.chkboxDebug.Text = "Show debug"; // // chkboxmssql // this.chkboxmssql.BackColor = System.Drawing.Color.Transparent; this.chkboxmssql.Checked = true; this.chkboxmssql.Location = new System.Drawing.Point(244, 16); this.chkboxmssql.Name = "chkboxmssql"; this.chkboxmssql.Size = new System.Drawing.Size(64, 14); this.chkboxmssql.TabIndex = 22; this.chkboxmssql.TabStop = true; this.chkboxmssql.Text = "MSSQL"; this.chkboxmssql.CheckedChanged += new System.EventHandler(this.chkboxmssql_CheckedChanged); // // chkboxmysql // this.chkboxmysql.BackColor = System.Drawing.Color.Transparent; this.chkboxmysql.Location = new System.Drawing.Point(244, 40); this.chkboxmysql.Name = "chkboxmysql"; this.chkboxmysql.Size = new System.Drawing.Size(64, 16); this.chkboxmysql.TabIndex = 23; this.chkboxmysql.Text = "MySQL"; // // btnStopit // this.btnStopit.Location = new System.Drawing.Point(12, 178); this.btnStopit.Name = "btnStopit"; this.btnStopit.Size = new System.Drawing.Size(318, 20); this.btnStopit.TabIndex = 24; this.btnStopit.Text = "Stop"; this.btnStopit.Click += new System.EventHandler(this.skinButtonRed1_Click); // // panel1 // this.panel1.BackColor = System.Drawing.Color.Silver; this.panel1.Controls.Add(this.btnPasswordlist); this.panel1.Controls.Add(this.txtUserBrute); this.panel1.Controls.Add(this.txtPasswordBrute); this.panel1.Controls.Add(this.btnStopit); this.panel1.Controls.Add(this.chkboxmysql); this.panel1.Controls.Add(this.chkboxmssql); this.panel1.Controls.Add(this.chkboxDebug); this.panel1.Controls.Add(this.lblHost); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.txtPortBrute); this.panel1.Controls.Add(this.txtTargetBrute); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.lblPasswordIs); this.panel1.Controls.Add(this.txtPasswordIs); this.panel1.Controls.Add(this.btnStartBrute); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Location = new System.Drawing.Point(0, 316); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(332, 214); this.panel1.TabIndex = 25; // // panel2 // this.panel2.Controls.Add(this.txtboxDebug); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(0, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(332, 316); this.panel2.TabIndex = 26; // // txtboxDebug // this.txtboxDebug.Dock = System.Windows.Forms.DockStyle.Fill; this.txtboxDebug.Location = new System.Drawing.Point(0, 0); this.txtboxDebug.Name = "txtboxDebug"; this.txtboxDebug.Size = new System.Drawing.Size(332, 316); this.txtboxDebug.TabIndex = 0; this.txtboxDebug.Text = ""; // // MySlideForm // this.AutoScaleBaseSize = new System.Drawing.Size(5, 11); this.ClientSize = new System.Drawing.Size(332, 552); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.Controls.Add(this.stsBrute); this.Font = new System.Drawing.Font("MS Reference Sans Serif", 6.75F); this.Name = "MySlideForm"; this.panel1.ResumeLayout(false); this.panel2.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// �����֧������ķ��� - ��Ҫʹ�ô���༭���� /// �˷��������ݡ� /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Form1)); this.skinImage2 = new DotNetSkin.SkinControls.SkinImage(); this.skinButton3 = new DotNetSkin.SkinControls.SkinButton(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); this.skinButton1 = new DotNetSkin.SkinControls.SkinButton(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.skinRadioButton3 = new DotNetSkin.SkinControls.SkinRadioButton(); this.skinRadioButton2 = new DotNetSkin.SkinControls.SkinRadioButton(); this.skinRadioButton1 = new DotNetSkin.SkinControls.SkinRadioButton(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.skinCheckBox3 = new DotNetSkin.SkinControls.SkinCheckBox(); this.skinCheckBox2 = new DotNetSkin.SkinControls.SkinCheckBox(); this.skinCheckBox1 = new DotNetSkin.SkinControls.SkinCheckBox(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // skinImage2 // this.skinImage2.Scheme = DotNetSkin.SkinControls.Schemes.MacOs; // // skinButton3 // this.skinButton3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.skinButton3.ImageIndex = 0; this.skinButton3.ImageList = this.imageList1; this.skinButton3.Location = new System.Drawing.Point(200, 120); this.skinButton3.Name = "skinButton3"; this.skinButton3.Size = new System.Drawing.Size(88, 40); this.skinButton3.TabIndex = 0; this.skinButton3.Text = "skinButton3"; this.skinButton3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // imageList1 // this.imageList1.ImageSize = new System.Drawing.Size(16, 16); this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream"))); this.imageList1.TransparentColor = System.Drawing.Color.Transparent; // // skinButton1 // this.skinButton1.ImageAlign = System.Drawing.ContentAlignment.TopCenter; this.skinButton1.ImageIndex = 2; this.skinButton1.ImageList = this.imageList1; this.skinButton1.Location = new System.Drawing.Point(96, 120); this.skinButton1.Name = "skinButton1"; this.skinButton1.Size = new System.Drawing.Size(88, 40); this.skinButton1.TabIndex = 1; this.skinButton1.Text = "skinButton1"; this.skinButton1.TextAlign = System.Drawing.ContentAlignment.BottomCenter; // // groupBox1 // this.groupBox1.Controls.Add(this.skinRadioButton3); this.groupBox1.Controls.Add(this.skinRadioButton2); this.groupBox1.Controls.Add(this.skinRadioButton1); this.groupBox1.Location = new System.Drawing.Point(24, 16); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(168, 88); this.groupBox1.TabIndex = 4; this.groupBox1.TabStop = false; this.groupBox1.Text = "Schemes"; // // skinRadioButton3 // this.skinRadioButton3.BackColor = System.Drawing.Color.Transparent; this.skinRadioButton3.Location = new System.Drawing.Point(16, 64); this.skinRadioButton3.Name = "skinRadioButton3"; this.skinRadioButton3.Size = new System.Drawing.Size(128, 16); this.skinRadioButton3.TabIndex = 2; this.skinRadioButton3.Text = "Plex Style"; this.skinRadioButton3.CheckedChanged += new System.EventHandler(this.skinRadioButton3_CheckedChanged); // // skinRadioButton2 // this.skinRadioButton2.BackColor = System.Drawing.Color.Transparent; this.skinRadioButton2.Location = new System.Drawing.Point(16, 40); this.skinRadioButton2.Name = "skinRadioButton2"; this.skinRadioButton2.Size = new System.Drawing.Size(120, 16); this.skinRadioButton2.TabIndex = 1; this.skinRadioButton2.Text = "Xp Style"; this.skinRadioButton2.CheckedChanged += new System.EventHandler(this.skinRadioButton2_CheckedChanged); // // skinRadioButton1 // this.skinRadioButton1.BackColor = System.Drawing.Color.Transparent; this.skinRadioButton1.Checked = true; this.skinRadioButton1.Location = new System.Drawing.Point(16, 16); this.skinRadioButton1.Name = "skinRadioButton1"; this.skinRadioButton1.Size = new System.Drawing.Size(136, 16); this.skinRadioButton1.TabIndex = 0; this.skinRadioButton1.TabStop = true; this.skinRadioButton1.Text = "MacOs Style"; this.skinRadioButton1.CheckedChanged += new System.EventHandler(this.skinRadioButton1_CheckedChanged); // // groupBox2 // this.groupBox2.Controls.Add(this.skinCheckBox3); this.groupBox2.Controls.Add(this.skinCheckBox2); this.groupBox2.Controls.Add(this.skinCheckBox1); this.groupBox2.Location = new System.Drawing.Point(208, 16); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(168, 88); this.groupBox2.TabIndex = 5; this.groupBox2.TabStop = false; this.groupBox2.Text = "CheckBox"; // // skinCheckBox3 // this.skinCheckBox3.BackColor = System.Drawing.Color.Transparent; this.skinCheckBox3.Checked = true; this.skinCheckBox3.CheckState = System.Windows.Forms.CheckState.Indeterminate; this.skinCheckBox3.Location = new System.Drawing.Point(16, 64); this.skinCheckBox3.Name = "skinCheckBox3"; this.skinCheckBox3.Size = new System.Drawing.Size(96, 16); this.skinCheckBox3.TabIndex = 2; this.skinCheckBox3.Text = "skinCheckBox3"; this.skinCheckBox3.ThreeState = true; // // skinCheckBox2 // this.skinCheckBox2.BackColor = System.Drawing.Color.Transparent; this.skinCheckBox2.Location = new System.Drawing.Point(16, 40); this.skinCheckBox2.Name = "skinCheckBox2"; this.skinCheckBox2.Size = new System.Drawing.Size(136, 16); this.skinCheckBox2.TabIndex = 1; this.skinCheckBox2.Text = "skinCheckBox2"; // // skinCheckBox1 // this.skinCheckBox1.BackColor = System.Drawing.Color.Transparent; this.skinCheckBox1.Checked = true; this.skinCheckBox1.CheckState = System.Windows.Forms.CheckState.Checked; this.skinCheckBox1.Location = new System.Drawing.Point(16, 16); this.skinCheckBox1.Name = "skinCheckBox1"; this.skinCheckBox1.Size = new System.Drawing.Size(136, 16); this.skinCheckBox1.TabIndex = 0; this.skinCheckBox1.Text = "skinCheckBox1"; // // Form1 // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(416, 173); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Controls.Add(this.skinButton1); this.Controls.Add(this.skinButton3); this.Name = "Form1"; this.Text = "Form1"; this.groupBox1.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.ResumeLayout(false); }
private void showeditor(string request){ int n_Tabs = 0; detailedRequest work = getHTTPdetails(request,"",false); is_reqeditor_open=true; try { reqeditor.Show(); reqeditor.Controls.Clear(); reqeditor.Left=locX; reqeditor.Top=locY; } catch { reqeditor = new reqEdit(); reqeditor.Show(); reqeditor.Controls.Clear(); reqeditor.Left=locX; reqeditor.Top=locY; } Mangled tool = new Mangled(); try { #region panels,action and url and submit button reqeditor.Closed+=new System.EventHandler(req_closed_event); reqeditor.AutoScale=true; reqeditor.BackColor=Color.DarkGray; reqeditor.Text="SURU Webproxy Request Editor"; reqeditor.KeyPress += new System.Windows.Forms.KeyPressEventHandler(reqeditor_keypress); reqeditor.Move +=new System.EventHandler(requesteditor_moved); Panel top_main_panel = new System.Windows.Forms.Panel(); //Top panel //top_main_panel.AutoScroll = true; top_main_panel.Dock = System.Windows.Forms.DockStyle.Top; top_main_panel.Size = new System.Drawing.Size(425, 72); top_main_panel.Location = new System.Drawing.Point(0, 0); top_main_panel.KeyPress += new System.Windows.Forms.KeyPressEventHandler(reqeditor_keypress); top_main_panel.TabIndex=n_Tabs; n_Tabs++; top_main_panel.TabStop = false; //Bottom panel Panel bottom_main_panel = new System.Windows.Forms.Panel(); bottom_main_panel.AutoScroll = true; bottom_main_panel.Dock = System.Windows.Forms.DockStyle.Bottom; bottom_main_panel.Size = new System.Drawing.Size(425, 100); bottom_main_panel.Location = new System.Drawing.Point(0, 305); bottom_main_panel.KeyPress += new System.Windows.Forms.KeyPressEventHandler(reqeditor_keypress); bottom_main_panel.TabIndex = 10000; bottom_main_panel.TabStop = false; //central main panel Panel ct_main_p = new System.Windows.Forms.Panel(); ct_main_p.AutoScroll = true; ct_main_p.Dock = System.Windows.Forms.DockStyle.Fill; ct_main_p.Location = new System.Drawing.Point(0, 72); ct_main_p.Size = new System.Drawing.Size(425, 233); ct_main_p.TabIndex = n_Tabs; n_Tabs++; ct_main_p.TabStop = false; ct_main_p.Enter +=new System.EventHandler(reqEntered); ct_main_p.Leave+=new System.EventHandler(reqLeft); //splitter System.Windows.Forms.Splitter spl = new Splitter(); spl.Dock = System.Windows.Forms.DockStyle.Bottom; spl.Name = "splitter1"; spl.Size = new System.Drawing.Size(417, 3); spl.TabIndex = n_Tabs; n_Tabs++; spl.TabStop = false; spl.BackColor=Color.Gainsboro; reqeditor.Controls.Add(spl); reqeditor.BringToFront(); ToolTip toolTip1 = new System.Windows.Forms.ToolTip(); toolTip1.AutomaticDelay = 1000; toolTip1.AutoPopDelay = 10000; toolTip1.InitialDelay = 1000; toolTip1.ReshowDelay = 20; int panelsize=225; if (work.cookie.Count>0){panelsize+=50+(26*work.cookie.Count);} if (work.POSTparameters.Count>0){panelsize+=50+(26*work.POSTparameters.Count);} if (work.GETparameters.Count>0){panelsize+=50+(26*work.GETparameters.Count);} if (work.isXML || work.isMultiPart){panelsize+=200;} if (panelsize>600) { reqeditor.Size=new System.Drawing.Size(580,600); // panel1.Size = new System.Drawing.Size(580,600); } else { reqeditor.Size=new System.Drawing.Size(560,panelsize); // panel1.Size = new System.Drawing.Size(560,panelsize); } //add the panels reqeditor.Controls.Add(ct_main_p); reqeditor.Controls.Add(bottom_main_panel); reqeditor.Controls.Add(top_main_panel); int pos=5; #region submit button System.Windows.Forms.Button but = new DotNetSkin.SkinControls.SkinButton(); System.Windows.Forms.Button butraw = new DotNetSkin.SkinControls.SkinButtonYellow(); but.Location=new System.Drawing.Point(5,pos); but.Size=new Size(260,21); but.Text="Browse request"; but.ForeColor=Color.Black; but.BackColor=Color.DarkGray; but.FlatStyle=FlatStyle.Popup; but.Font = new System.Drawing.Font("MS Reference Sans Serif", 7.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); but.Click += new System.EventHandler(reqEditClicked); but.TabIndex = n_Tabs; n_Tabs++; but.TabStop = true; top_main_panel.Controls.Add(but); reqeditor.AcceptButton=but; butraw.Location=new System.Drawing.Point(270,pos); butraw.Size=new Size(260,21); butraw.Text="Send raw request"; butraw.ForeColor=Color.Firebrick; butraw.BackColor=Color.DarkGray; butraw.FlatStyle=FlatStyle.Popup; butraw.Font = new System.Drawing.Font("MS Reference Sans Serif", 7.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); butraw.Click += new System.EventHandler(reqEditClickedRaw); butraw.TabIndex = n_Tabs; n_Tabs++; butraw.TabStop=true; top_main_panel.Controls.Add(butraw); #endregion pos=pos+25; action_textbox = new TextBox(); action_textbox.Location = new Point(5,pos); action_textbox.BorderStyle=BorderStyle.FixedSingle; action_textbox.Text=work.action; action_textbox.Size = new Size(80,21); action_textbox.Font = new System.Drawing.Font("MS Reference Sans Serif", 7.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); action_textbox.TabIndex = n_Tabs; n_Tabs++; action_textbox.TabStop=true; top_main_panel.Controls.Add(action_textbox); URL_textbox = new TextBox(); URL_textbox.ForeColor=Color.WhiteSmoke; URL_textbox.BackColor=Color.FromArgb(100,100,100); URL_textbox.Location = new Point(90,pos); URL_textbox.Size= new Size(458,21); URL_textbox.Text=work.URL; URL_textbox.BorderStyle=BorderStyle.FixedSingle; URL_textbox.TabIndex=n_Tabs; n_Tabs++; URL_textbox.TabStop=true; URL_textbox.Font = new System.Drawing.Font("MS Reference Sans Serif", 7.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); top_main_panel.Controls.Add(URL_textbox); int y=0; #endregion //ok now the fun starts.... #region POSTs POSTparameters_amount=0; if (work.POSTparameters.Count>0) { y=0; //check if its XML if (work.isXML==true) { int n_curtab = 3999; //create the panel System.Windows.Forms.Panel se_ch_p= new System.Windows.Forms.Panel(); System.Windows.Forms.Panel se_p_name= new System.Windows.Forms.Panel(); System.Windows.Forms.Panel se_p= new System.Windows.Forms.Panel(); se_p.TabIndex = n_curtab; n_curtab--; se_p.TabStop=false; se_p.Controls.Add(POST_textBoxes[y]); se_p.Controls.Add(se_ch_p); se_ch_p.Dock = System.Windows.Forms.DockStyle.Left; se_ch_p.Location = new System.Drawing.Point(0, 0); se_ch_p.Size = new System.Drawing.Size(25, 200); se_ch_p.TabIndex = n_Tabs; n_Tabs++; POST_chk[y] = new DotNetSkin.SkinControls.SkinCheckBox(); POST_chk[y].Location = new Point(5,pos+1); POST_chk[y].FlatStyle=FlatStyle.Standard; POST_chk[y].CheckState=CheckState.Checked; POST_chk[y].Text=""; POST_chk[y].Size = new System.Drawing.Size(20, 20); POST_chk[y].TabIndex=n_Tabs; n_Tabs++; POST_chk[y].TabStop=true; se_ch_p.Controls.Add(POST_chk[y]); POSTparameters_amount=-1; POST_textBoxes[y] = new TextBox(); POST_textBoxes[y].Multiline=true; POST_textBoxes[y].WordWrap=false; POST_textBoxes[y].ScrollBars=ScrollBars.Both; POST_textBoxes[y].ForeColor=Color.Black; POST_textBoxes[y].Dock=DockStyle.Fill; POST_textBoxes[y].BackColor=Color.Khaki; POST_textBoxes[y].BorderStyle=BorderStyle.FixedSingle; POST_textBoxes[y].TabIndex = n_Tabs; n_Tabs++; POST_textBoxes[y].TabStop = true; string XMLstuff = (string)work.POSTparameters[0]; POST_textBoxes[y].Text = XMLstuff.Replace("<","\r\n<").TrimStart('\r','\n'); //add to main panel //se_p.Location = new System.Drawing.Point(0, pos); se_p.Dock = System.Windows.Forms.DockStyle.Top; se_p.Size = new System.Drawing.Size(425, 200); //se_p.TabIndex = y+9; //add panel to the main section ct_main_p.Controls.Add(se_p); pos+=200; } if (work.isMultiPart==true) { int n_curtab = 3999; //create the panel System.Windows.Forms.Panel se_ch_p= new System.Windows.Forms.Panel(); System.Windows.Forms.Panel se_p_name= new System.Windows.Forms.Panel(); //add to main panel System.Windows.Forms.Panel se_p= new System.Windows.Forms.Panel(); se_p.TabIndex=n_curtab; n_curtab--; se_p.TabStop=false; se_p.Controls.Add(POST_textBoxes[y]); se_p.Controls.Add(se_ch_p); se_ch_p.Dock = System.Windows.Forms.DockStyle.Left; se_ch_p.Location = new System.Drawing.Point(0, 0); se_ch_p.Size = new System.Drawing.Size(25, 200); se_ch_p.TabIndex = n_Tabs; n_Tabs++; se_ch_p.TabStop =false; POST_chk[y] = new DotNetSkin.SkinControls.SkinCheckBox(); POST_chk[y].Location = new Point(5,pos+1); POST_chk[y].FlatStyle=FlatStyle.Standard; POST_chk[y].CheckState=CheckState.Checked; POST_chk[y].Text=""; POST_chk[y].Size = new System.Drawing.Size(20, 20); POST_chk[y].TabIndex=n_Tabs; n_Tabs++; POST_chk[y].TabStop=true; se_ch_p.Controls.Add(POST_chk[y]); POSTparameters_amount=-2; POST_textBoxes[y] = new TextBox(); POST_textBoxes[y].Multiline=true; POST_textBoxes[y].WordWrap=false; POST_textBoxes[y].Dock=DockStyle.Fill; POST_textBoxes[y].ScrollBars=ScrollBars.Both; POST_textBoxes[y].ForeColor=Color.DimGray; POST_textBoxes[y].Size = new System.Drawing.Size(510, 200); POST_textBoxes[y].BackColor=Color.Gainsboro; POST_textBoxes[y].BorderStyle=BorderStyle.FixedSingle; string Multistuff = (string)work.POSTparameters[0]; POST_textBoxes[y].Text = Multistuff; POST_textBoxes[y].TabIndex=n_Tabs; n_Tabs++; POST_textBoxes[y].TabStop = true; //se_p.Location = new System.Drawing.Point(0, pos); se_p.Dock = System.Windows.Forms.DockStyle.Top; se_p.Size = new System.Drawing.Size(425, 200); //se_p.TabIndex = y+9; //add panel to the main section ct_main_p.Controls.Add(se_p); pos+=200; } if (work.isMultiPart==false && work.isXML==false) { int n_curtab = 3999; //int z_tab = 0; //z_tab = work.POSTparameters.Count; //just normal POST foreach(string item in work.POSTparameters) { #region panel definitions System.Windows.Forms.Panel se_ch_p= new System.Windows.Forms.Panel(); System.Windows.Forms.Panel se_p_name= new System.Windows.Forms.Panel(); System.Windows.Forms.Splitter se_s_nv = new System.Windows.Forms.Splitter(); System.Windows.Forms.Panel se_p_value = new System.Windows.Forms.Panel(); //add to the single entry panel.. System.Windows.Forms.Panel se_p= new System.Windows.Forms.Panel(); se_p.Controls.Add(se_p_value); se_p.Controls.Add(se_s_nv); se_p.Controls.Add(se_p_name); se_p.Controls.Add(se_ch_p); se_p.TabIndex = n_curtab; n_curtab--; se_p.TabStop = false; se_ch_p.Dock = System.Windows.Forms.DockStyle.Left; se_ch_p.Location = new System.Drawing.Point(0, 0); se_ch_p.Size = new System.Drawing.Size(25, 24); se_ch_p.TabIndex = n_Tabs; n_Tabs++; se_p_name.Dock = System.Windows.Forms.DockStyle.Left; se_p_name.Location = new System.Drawing.Point(48, 0); se_p_name.Size = new System.Drawing.Size(120, 24); se_p_name.TabIndex = n_Tabs; n_Tabs++; se_p_name.TabStop=false; se_s_nv.Location = new System.Drawing.Point(168, 0); se_s_nv.Size = new System.Drawing.Size(3, 24); se_s_nv.TabIndex = n_Tabs; n_Tabs++; se_s_nv.TabStop = false; se_p_value.Dock = System.Windows.Forms.DockStyle.Fill; se_p_value.Location = new System.Drawing.Point(171, 0); se_p_value.Size = new System.Drawing.Size(253, 24); se_p_value.TabIndex = n_Tabs; n_Tabs++; se_p_value.TabStop=false; #endregion POST_chk[y] = new DotNetSkin.SkinControls.SkinCheckBox(); POST_chk[y].FlatStyle=FlatStyle.Standard; POST_chk[y].Location = new Point(5,2); POST_chk[y].CheckState=CheckState.Checked; POST_chk[y].Text=""; POST_chk[y].Size = new System.Drawing.Size(20, 20); POST_chk[y].TabIndex = n_Tabs; n_Tabs++; POST_chk[y].TabStop=true; string[] parts = item.Split(txtKeyValueSeparator.Text[0]); POST_comboBoxes[y] = new ComboBox(); POST_comboBoxes[y].Size = new System.Drawing.Size(335, 21); POST_comboBoxes[y].BackColor=Color.Cornsilk; POST_comboBoxes[y].Dock=DockStyle.Fill; se_ch_p.Controls.Add(POST_chk[y]); string itemadd=string.Empty; if (parts.Length>0) { for (int u=1; u<parts.Length; u++) { tool = new Mangled(); tool = (Mangled)work.Processed[y+work.GETparameters.Count+work.cookie.Count]; toolTip1.SetToolTip(POST_comboBoxes[y],"MD5: "+tool.varvalmd5+"\r\nSHA1: "+tool.varvalsha1+"\r\nB64dec:"+tool.varvalbase64dec+"\r\nB64enc:"+tool.varvalbase64enc); //itemadd += convertFromHex(parts[u])+"="; //lets see if we shouldnt encode POSTS itemadd += parts[u]+"="; } //chop off only the LAST = itemadd=itemadd.Substring(0,itemadd.Length-1); } else { itemadd = ""; } POST_comboBoxes[y].Text=itemadd; POST_comboBoxes[y].Items.Add(itemadd); POST_comboBoxes[y].Items.Add("FUZZCTRL"); POST_comboBoxes[y].Items.Add("-v--shortcut to FuzzDB--v--"); POST_comboBoxes[y].SelectedIndex=0; //add the fuzzing strings foreach (string itemcmb in cmbCustom.Items) { POST_comboBoxes[y].Items.Add("FZ: "+itemcmb); } POST_textBoxes[y] = new TextBox(); POST_textBoxes[y].BorderStyle=BorderStyle.FixedSingle; POST_textBoxes[y].Size = new System.Drawing.Size(180, 20); POST_textBoxes[y].BackColor=Color.Cornsilk; POST_textBoxes[y].Dock=DockStyle.Fill; POST_textBoxes[y].Text = parts[0]; POST_textBoxes[y].TabIndex = n_Tabs; n_Tabs++; POST_textBoxes[y].TabStop=true; se_p_name.Controls.Add(POST_textBoxes[y]); POST_comboBoxes[y].TabIndex = n_Tabs; n_Tabs++; POST_comboBoxes[y].TabStop = true; se_p_value.Controls.Add(POST_comboBoxes[y]); //se_p.Location = new System.Drawing.Point(0, pos); se_p.Dock = System.Windows.Forms.DockStyle.Top; se_p.Size = new System.Drawing.Size(425, 24); //add panel to the main section ct_main_p.Controls.Add(se_p); y++; POSTparameters_amount++; } } #region label System.Windows.Forms.Panel se_l = new System.Windows.Forms.Panel(); se_l.TabIndex = n_Tabs; n_Tabs++; se_l.TabStop = false; Label label_post = new Label(); label_post.Text="POST"; if (work.isXML) { label_post.Text+=" (XML)"; } if (work.isMultiPart) { label_post.Text+=" (Multipart)"; } label_post.Size = new Size(192, 21); label_post.Font = new System.Drawing.Font("MS Reference Sans Serif", 7.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); label_post.Location= new Point(25,2); se_l.Controls.Add(label_post); se_l.Dock = System.Windows.Forms.DockStyle.Top; se_l.Size = new System.Drawing.Size(425, 24); //add panel to the main section ct_main_p.Controls.Add(se_l); #endregion } #endregion #region cookies cookie_amount=0; if (work.cookie.Count>0) { int n_curtab = 2999; y=0; foreach(string item in work.cookie) { #region panel definitions System.Windows.Forms.Panel se_ch_p= new System.Windows.Forms.Panel(); System.Windows.Forms.Panel se_p_name= new System.Windows.Forms.Panel(); System.Windows.Forms.Splitter se_s_nv = new System.Windows.Forms.Splitter(); System.Windows.Forms.Panel se_p_value = new System.Windows.Forms.Panel(); //add to the single entry panel.. System.Windows.Forms.Panel se_p= new System.Windows.Forms.Panel(); se_p.Dock = System.Windows.Forms.DockStyle.Top; se_p.Size = new System.Drawing.Size(425, 24); se_p.Controls.Add(se_p_value); se_p.Controls.Add(se_s_nv); se_p.Controls.Add(se_p_name); se_p.Controls.Add(se_ch_p); se_p.TabIndex=n_curtab; n_curtab--; se_p.TabStop = false; se_ch_p.Dock = System.Windows.Forms.DockStyle.Left; se_ch_p.Location = new System.Drawing.Point(0, 0); se_ch_p.Size = new System.Drawing.Size(25, 24); se_ch_p.TabIndex = n_Tabs; n_Tabs++; se_ch_p.TabStop = false; se_p_name.Dock = System.Windows.Forms.DockStyle.Left; se_p_name.Location = new System.Drawing.Point(48, 0); se_p_name.Size = new System.Drawing.Size(120, 24); se_p_name.TabIndex = n_Tabs; n_Tabs++; se_p_name.TabStop=false; se_s_nv.Location = new System.Drawing.Point(168, 0); se_s_nv.Size = new System.Drawing.Size(3, 24); se_s_nv.TabIndex = n_Tabs; n_Tabs++; se_s_nv.TabStop = false; se_p_value.Dock = System.Windows.Forms.DockStyle.Fill; se_p_value.Location = new System.Drawing.Point(171, 0); se_p_value.Size = new System.Drawing.Size(253, 24); se_p_value.TabIndex = n_Tabs; n_Tabs++; se_p_value.TabStop = false; // se_p.SuspendLayout(); ct_main_p.Controls.Add(se_p); #endregion cookie_chk[y] = new DotNetSkin.SkinControls.SkinCheckBox(); cookie_chk[y].FlatStyle=FlatStyle.Standard; cookie_chk[y].Location = new Point(5,2); cookie_chk[y].CheckState=CheckState.Checked; cookie_chk[y].Text=""; cookie_chk[y].Size = new System.Drawing.Size(20, 20); cookie_chk[y].TabIndex=n_Tabs; n_Tabs++; cookie_chk[y].TabStop=true; se_ch_p.Controls.Add(cookie_chk[y]); string[] parts = item.Split(txtCookieKeyValueSeparator.Text[0]); cookie_comboBoxes[y] = new ComboBox(); cookie_comboBoxes[y].Dock=DockStyle.Fill; cookie_comboBoxes[y].Dock=DockStyle.Fill; cookie_comboBoxes[y].Size = new System.Drawing.Size(335, 21); cookie_comboBoxes[y].TabIndex = 0; cookie_comboBoxes[y].BackColor=Color.Tan; cookie_comboBoxes[y].Font = new System.Drawing.Font("MS Reference Sans Serif", 7.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); string itemadd=string.Empty; if (parts.Length>0) { for (int u=1; u<parts.Length; u++) { tool = new Mangled(); tool = (Mangled)work.Processed[y+work.GETparameters.Count]; toolTip1.SetToolTip(cookie_comboBoxes[y],"MD5: "+tool.varvalmd5+"\r\nSHA1: "+tool.varvalsha1+"\r\nB64dec:"+tool.varvalbase64dec+"\r\nB64enc:"+tool.varvalbase64enc); itemadd += convertFromHex(parts[u])+"="; } itemadd=itemadd.Substring(0,itemadd.Length-1); } else { itemadd = ""; } cookie_comboBoxes[y].Items.Add(itemadd); cookie_comboBoxes[y].Items.Add("FUZZCTRL"); cookie_comboBoxes[y].Items.Add("-v--shortcut to FuzzDB--v--"); //add the fuzzing strings foreach (string itemcmb in cmbCustom.Items) { cookie_comboBoxes[y].Items.Add("FZ: "+itemcmb); } cookie_comboBoxes[y].Text=itemadd; //se_p_value.Controls.Add(cookie_comboBoxes[y]); cookie_textBoxes[y] = new TextBox(); cookie_textBoxes[y].BorderStyle=BorderStyle.FixedSingle; cookie_textBoxes[y].BackColor=Color.Tan; cookie_textBoxes[y].Dock=DockStyle.Fill; cookie_textBoxes[y].Size = new System.Drawing.Size(180, 20); cookie_textBoxes[y].TabIndex = 17; cookie_textBoxes[y].Text = convertFromHex(parts[0]); cookie_textBoxes[y].Font = new System.Drawing.Font("MS Reference Sans Serif", 7.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); cookie_textBoxes[y].TabIndex = n_Tabs; n_Tabs++; cookie_textBoxes[y].TabStop =true; se_p_name.Controls.Add(cookie_textBoxes[y]); cookie_comboBoxes[y].TabIndex = n_Tabs; n_Tabs++; cookie_comboBoxes[y].TabStop = true; se_p_value.Controls.Add(cookie_comboBoxes[y]); y++; cookie_amount++; } #region label System.Windows.Forms.Panel se_l = new System.Windows.Forms.Panel(); se_l.TabIndex = n_Tabs; n_Tabs++; se_l.TabStop = false; Label label_cookie = new Label(); label_cookie.Text="Cookies"; label_cookie.Size = new Size(192, 21); label_cookie.Font = new System.Drawing.Font("MS Reference Sans Serif", 7.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); label_cookie.Location= new Point(25,2); label_cookie.TabIndex = n_Tabs; n_Tabs++; se_l.Controls.Add(label_cookie); se_l.Dock = System.Windows.Forms.DockStyle.Top; se_l.Size = new System.Drawing.Size(425, 24); //add panel to the main section ct_main_p.Controls.Add(se_l); #endregion } #endregion #region GETs GETparameters_amount=0; if (work.GETparameters.Count>0) { int n_curtab = 1999; pos+=30; //GETs y=0; pos=0; foreach(string item in work.GETparameters) { //all the panel defs #region panel definitions System.Windows.Forms.Panel se_ch_p= new System.Windows.Forms.Panel(); System.Windows.Forms.Panel se_p_name= new System.Windows.Forms.Panel(); System.Windows.Forms.Splitter se_s_nv = new System.Windows.Forms.Splitter(); System.Windows.Forms.Panel se_p_value = new System.Windows.Forms.Panel(); //add to the single entry panel.. System.Windows.Forms.Panel se_p= new System.Windows.Forms.Panel(); se_p.TabIndex=n_curtab; n_curtab--; se_p.TabStop=false; se_ch_p.Dock = System.Windows.Forms.DockStyle.Left; se_ch_p.Location = new System.Drawing.Point(0, 0); se_ch_p.Size = new System.Drawing.Size(25, 24); se_ch_p.TabIndex = n_Tabs; n_Tabs++; se_ch_p.TabStop=false; se_p_name.Dock = System.Windows.Forms.DockStyle.Left; se_p_name.Location = new System.Drawing.Point(48, 0); se_p_name.Size = new System.Drawing.Size(120, 24); se_p_name.TabIndex = n_Tabs; n_Tabs++; se_p_name.TabStop=false; se_s_nv.Location = new System.Drawing.Point(168, 0); se_s_nv.Size = new System.Drawing.Size(3, 24); se_s_nv.TabIndex = n_Tabs; n_Tabs++; se_s_nv.TabStop = false; se_p_value.Dock = System.Windows.Forms.DockStyle.Fill; se_p_value.Location = new System.Drawing.Point(171, 0); se_p_value.Size = new System.Drawing.Size(253, 24); se_p_value.TabIndex = n_Tabs; n_Tabs++; se_p_value.TabStop=false; #endregion string[] parts = item.Split(txtKeyValueSeparator.Text[0]); GET_comboBoxes[y] = new ComboBox(); GET_comboBoxes[y].Size = new System.Drawing.Size(335, 21); GET_comboBoxes[y].TabIndex = 36; GET_comboBoxes[y].Font = new System.Drawing.Font("MS Reference Sans Serif", 7.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); GET_comboBoxes[y].BackColor=Color.LightGray; GET_comboBoxes[y].Dock=DockStyle.Fill; GET_chk[y] = new DotNetSkin.SkinControls.SkinCheckBox(); GET_chk[y].Location = new Point(5,2); GET_chk[y].FlatStyle=FlatStyle.Standard; GET_chk[y].CheckState=CheckState.Checked; GET_chk[y].Text=""; GET_chk[y].Size = new System.Drawing.Size(20, 20); GET_chk[y].TabIndex=n_Tabs; n_Tabs++; GET_chk[y].TabStop=true; se_ch_p.Controls.Add(GET_chk[y]); string itemadd=string.Empty; if (parts.Length>1) { for (int u=1; u<parts.Length; u++) { itemadd += convertFromHex(parts[u])+"="; tool = new Mangled(); tool = (Mangled)work.Processed[y]; toolTip1.SetToolTip(GET_comboBoxes[y],"MD5: "+tool.varvalmd5+"\r\nSHA1: "+tool.varvalsha1+"\r\nB64dec:"+tool.varvalbase64dec+"\r\nB64enc:"+tool.varvalbase64enc); } itemadd=itemadd.Substring(0,itemadd.Length-1); } else { itemadd = ""; //toolTip1.SetToolTip(GET_comboBoxes[y],""); } GET_comboBoxes[y].Text=itemadd; GET_comboBoxes[y].Items.Add(itemadd); GET_comboBoxes[y].Items.Add("FUZZCTRL"); GET_comboBoxes[y].Items.Add("-v--shortcut to FuzzDB--v--"); //add the fuzzing strings foreach (string itemcmb in cmbCustom.Items) { GET_comboBoxes[y].Items.Add("FZ: "+itemcmb); } GET_textBoxes[y] = new TextBox(); GET_textBoxes[y].BorderStyle=BorderStyle.FixedSingle; GET_textBoxes[y].Size = new System.Drawing.Size(180, 20); GET_textBoxes[y].TabIndex = 17; GET_textBoxes[y].BackColor=Color.LightGray; GET_textBoxes[y].Dock=DockStyle.Fill; GET_textBoxes[y].Text = convertFromHex(parts[0]); GET_textBoxes[y].Font = new System.Drawing.Font("MS Reference Sans Serif", 7.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); GET_textBoxes[y].TabIndex=n_Tabs; n_Tabs++; GET_textBoxes[y].TabStop=true; se_p_name.Controls.Add(GET_textBoxes[y]); GET_comboBoxes[y].TabIndex=n_Tabs; n_Tabs++; GET_comboBoxes[y].TabStop = true; se_p_value.Controls.Add(GET_comboBoxes[y]); se_p.Controls.Add(se_p_value); se_p.Controls.Add(se_s_nv); se_p.Controls.Add(se_p_name); se_p.Controls.Add(se_ch_p); se_p.Dock = System.Windows.Forms.DockStyle.Top; se_p.Size = new System.Drawing.Size(425, 24); //add panel to the main section ct_main_p.Controls.Add(se_p); y++; GETparameters_amount++; pos+=24; } #region label System.Windows.Forms.Panel se_l = new System.Windows.Forms.Panel(); se_l.TabIndex = n_Tabs; n_Tabs++; se_l.TabStop = false; Label label_get = new Label(); label_get.Text="GET parameters"; label_get.Size = new Size(192, 21); label_get.Font = new System.Drawing.Font("MS Reference Sans Serif", 7.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); label_get.Location= new Point(25,2); label_get.TabIndex = n_Tabs; n_Tabs++; se_l.Controls.Add(label_get); se_l.Dock = System.Windows.Forms.DockStyle.Top; se_l.Size = new System.Drawing.Size(425, 24); //add panel to the main section ct_main_p.Controls.Add(se_l); #endregion } #endregion #region headers and button header_textbox = new TextBox(); header_textbox.Multiline=true; header_textbox.BorderStyle=BorderStyle.FixedSingle; header_textbox.Dock=DockStyle.Fill; header_textbox.ScrollBars=ScrollBars.Both; header_textbox.Size=new Size(545,100); header_textbox.ForeColor=Color.DarkSlateGray; header_textbox.Text=work.header; header_textbox.WordWrap=false; header_textbox.Font = new System.Drawing.Font("MS Reference Sans Serif", 7.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); header_textbox.TabIndex=n_Tabs; n_Tabs++; header_textbox.TabStop = true; bottom_main_panel.Controls.Add(header_textbox); #region label System.Windows.Forms.Panel se_h = new System.Windows.Forms.Panel(); se_h.TabIndex = n_Tabs; n_Tabs++; se_h.TabStop=false; Label label_hdr = new Label(); label_hdr.Text="The rest of the header:"; label_hdr.Size = new Size(192, 21); label_hdr.Font = new System.Drawing.Font("MS Reference Sans Serif", 7.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); label_hdr.Location= new Point(25,2); label_hdr.TabIndex = n_Tabs; n_Tabs++; se_h.Controls.Add(label_hdr); se_h.Dock = System.Windows.Forms.DockStyle.Top; se_h.Size = new System.Drawing.Size(425, 24); //add panel to the main section bottom_main_panel.Controls.Add(se_h); #endregion #endregion } catch {} reqeditor.SetTextSelect(); //this.Focus(); }
private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frm_Wikto)); this.splitter1 = new System.Windows.Forms.Splitter(); this.cntxtGoogleHacks = new System.Windows.Forms.ContextMenu(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.btn_CfgLocateNDb = new DotNetSkin.SkinControls.SkinButton(); this.btn_CfgLocateGDb = new DotNetSkin.SkinControls.SkinButton(); this.txtDBLocationGH = new System.Windows.Forms.TextBox(); this.txtDBlocationNikto = new System.Windows.Forms.TextBox(); this.txtHeader = new System.Windows.Forms.TextBox(); this.chkProxyPresent = new DotNetSkin.SkinControls.SkinCheckBox(); this.txtProxySettings = new System.Windows.Forms.TextBox(); this.NUPDOWNspider = new System.Windows.Forms.NumericUpDown(); this.txt_ConfigSpiderExclude = new System.Windows.Forms.TextBox(); this.txt_ConfigSpiderExtension = new System.Windows.Forms.TextBox(); this.updownRetryTCP = new System.Windows.Forms.NumericUpDown(); this.updownTimeOutTCP = new System.Windows.Forms.NumericUpDown(); this.txtURLUpdateGHDB = new System.Windows.Forms.TextBox(); this.txtURLUpdateNiktoDB = new System.Windows.Forms.TextBox(); this.txtURLUpdate = new System.Windows.Forms.TextBox(); this.btn_ShowNews = new DotNetSkin.SkinControls.SkinButton(); this.chk_ShowStart = new DotNetSkin.SkinControls.SkinCheckBox(); this.btn_CnfQuit = new DotNetSkin.SkinControls.SkinButtonRed(); this.btn_CnfReset = new DotNetSkin.SkinControls.SkinButtonRed(); this.btn_CnfSave = new DotNetSkin.SkinControls.SkinButtonYellow(); this.btn_CnfLoad = new DotNetSkin.SkinControls.SkinButtonGreen(); this.btn_GHManualQuery = new DotNetSkin.SkinControls.SkinButton(); this.btn_GHLoadDatabase = new DotNetSkin.SkinControls.SkinButton(); this.txtGoogleHackTarget = new System.Windows.Forms.TextBox(); this.btn_GHQuit = new DotNetSkin.SkinControls.SkinButtonRed(); this.btn_GHStop = new DotNetSkin.SkinControls.SkinButtonYellow(); this.btn_GHStart = new DotNetSkin.SkinControls.SkinButtonGreen(); this.btn_BEInDirImportM = new DotNetSkin.SkinControls.SkinButton(); this.btn_BEImportInDirG = new DotNetSkin.SkinControls.SkinButton(); this.btnBackEndPause = new DotNetSkin.SkinControls.SkinButton(); this.chkPreserve = new DotNetSkin.SkinControls.SkinCheckBox(); this.btn_BESkiptoDirs = new DotNetSkin.SkinControls.SkinButtonYellow(); this.btn_BEQuit = new DotNetSkin.SkinControls.SkinButtonRed(); this.btn_BEStop = new DotNetSkin.SkinControls.SkinButtonYellow(); this.btn_BEStart = new DotNetSkin.SkinControls.SkinButtonGreen(); this.btn_BESkiptoFiles = new DotNetSkin.SkinControls.SkinButtonYellow(); this.btn_BackEndExport = new DotNetSkin.SkinControls.SkinButtonGreen(); this.skinButton4 = new DotNetSkin.SkinControls.SkinButton(); this.skinButton5 = new DotNetSkin.SkinControls.SkinButton(); this.skinButton6 = new DotNetSkin.SkinControls.SkinButton(); this.radioHEAD = new DotNetSkin.SkinControls.SkinRadioButton(); this.radioGET = new DotNetSkin.SkinControls.SkinRadioButton(); this.btn_BEClearDB = new DotNetSkin.SkinControls.SkinButtonRed(); this.chkBackEndAI = new DotNetSkin.SkinControls.SkinCheckBox(); this.txtErrorCodeDir = new System.Windows.Forms.TextBox(); this.txtErrorCodeFile = new System.Windows.Forms.TextBox(); this.btn_BELoadDirs = new DotNetSkin.SkinControls.SkinButton(); this.btn_BEUpdateFromSP = new DotNetSkin.SkinControls.SkinButton(); this.cmbBackEndUpdate = new System.Windows.Forms.ComboBox(); this.btn_BELoadExts = new DotNetSkin.SkinControls.SkinButton(); this.btn_BELoadFiles = new DotNetSkin.SkinControls.SkinButton(); this.txtIPPort = new System.Windows.Forms.TextBox(); this.chkBackEnduseSSLport = new DotNetSkin.SkinControls.SkinCheckBox(); this.txtIPNumber = new System.Windows.Forms.TextBox(); this.btn_WiktoImportBackEnd = new DotNetSkin.SkinControls.SkinButton(); this.btn_WiktoImportMirror = new DotNetSkin.SkinControls.SkinButton(); this.btn_WiktoImportGoogle = new DotNetSkin.SkinControls.SkinButton(); this.btn_NiktoLoad = new DotNetSkin.SkinControls.SkinButton(); this.skinButtonGreen2 = new DotNetSkin.SkinControls.SkinButtonGreen(); this.btnClearNiktoAI = new DotNetSkin.SkinControls.SkinButtonRed(); this.btnNiktoRestFuzz = new DotNetSkin.SkinControls.SkinButton(); this.btnNiktoShowAll = new DotNetSkin.SkinControls.SkinButton(); this.chkOptimizedNikto = new DotNetSkin.SkinControls.SkinCheckBox(); this.btnNiktoFuzzUpdate = new DotNetSkin.SkinControls.SkinButton(); this.NUPDOWNfuzz = new System.Windows.Forms.NumericUpDown(); this.chkuseSSLWikto = new DotNetSkin.SkinControls.SkinCheckBox(); this.txtNiktoPort = new System.Windows.Forms.TextBox(); this.txtNiktoTarget = new System.Windows.Forms.TextBox(); this.skinButtonRed1 = new DotNetSkin.SkinControls.SkinButtonRed(); this.btn_WiktoStop = new DotNetSkin.SkinControls.SkinButtonYellow(); this.btn_WiktoStart = new DotNetSkin.SkinControls.SkinButtonGreen(); this.btnGoogleQuit = new DotNetSkin.SkinControls.SkinButtonRed(); this.btnStopGoole = new DotNetSkin.SkinControls.SkinButtonYellow(); this.btnGoogleStart = new DotNetSkin.SkinControls.SkinButtonGreen(); this.txtWords = new System.Windows.Forms.TextBox(); this.txtGoogleKeyword = new System.Windows.Forms.TextBox(); this.txtGoogleTarget = new System.Windows.Forms.TextBox(); this.chk_SpiderSSL = new DotNetSkin.SkinControls.SkinCheckBox(); this.txt_SpiderPort = new System.Windows.Forms.TextBox(); this.txtHTTarget = new System.Windows.Forms.TextBox(); this.btn_MirrorQuit = new DotNetSkin.SkinControls.SkinButtonRed(); this.btnHTStop = new DotNetSkin.SkinControls.SkinButtonYellow(); this.btnHTStart = new DotNetSkin.SkinControls.SkinButtonGreen(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.Mirror = new System.Windows.Forms.TabPage(); this.tpnlMirror = new System.Windows.Forms.TableLayoutPanel(); this.tpnlMirrorLinks = new System.Windows.Forms.TableLayoutPanel(); this.tpnlMirrorLinkTop = new System.Windows.Forms.TableLayoutPanel(); this.pnlMirrorLinkLeft = new System.Windows.Forms.Panel(); this.label34 = new System.Windows.Forms.Label(); this.pnlMrrorLinkRight = new System.Windows.Forms.Panel(); this.btn_MirrorClearLinks = new DotNetSkin.SkinControls.SkinButtonRed(); this.lstMirrorLinks = new System.Windows.Forms.ListBox(); this.tpnlMirrorDir = new System.Windows.Forms.TableLayoutPanel(); this.lstMirrorDirs = new System.Windows.Forms.ListBox(); this.tpnlMirrorDirTop = new System.Windows.Forms.TableLayoutPanel(); this.pnlMirrorDirLeft = new System.Windows.Forms.Panel(); this.label31 = new System.Windows.Forms.Label(); this.pnlMirrorDirRight = new System.Windows.Forms.Panel(); this.btn_MirrorClearDirs = new DotNetSkin.SkinControls.SkinButtonRed(); this.pnlMirrorLeft = new System.Windows.Forms.Panel(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.label10 = new System.Windows.Forms.Label(); this.lblMirrorStatus = new System.Windows.Forms.Label(); this.pictureBox6 = new System.Windows.Forms.PictureBox(); this.label32 = new System.Windows.Forms.Label(); this.prgHT = new System.Windows.Forms.ProgressBar(); this.Googler = new System.Windows.Forms.TabPage(); this.tpnlGoogleMain = new System.Windows.Forms.TableLayoutPanel(); this.panel3 = new System.Windows.Forms.Panel(); this.label57 = new System.Windows.Forms.Label(); this.label53 = new System.Windows.Forms.Label(); this.txtGoogleQuery = new System.Windows.Forms.TextBox(); this.lblEstimate = new System.Windows.Forms.Label(); this.lblPageNumber = new System.Windows.Forms.Label(); this.tpnlGoogleDir = new System.Windows.Forms.TableLayoutPanel(); this.tpnlGoogleDirTop = new System.Windows.Forms.TableLayoutPanel(); this.pnlGoogleDirLeft = new System.Windows.Forms.Panel(); this.label20 = new System.Windows.Forms.Label(); this.pnlGoogleDirRight = new System.Windows.Forms.Panel(); this.btnGoogleClearDir = new DotNetSkin.SkinControls.SkinButtonRed(); this.pnlGoogleDirMain = new System.Windows.Forms.Panel(); this.lstGoogleDir = new System.Windows.Forms.ListBox(); this.tpnlGoogleLink = new System.Windows.Forms.TableLayoutPanel(); this.tpnlGoogleLinkTop = new System.Windows.Forms.TableLayoutPanel(); this.pnlGoogleLinkLeft = new System.Windows.Forms.Panel(); this.label7 = new System.Windows.Forms.Label(); this.pnlGoogleLinkRight = new System.Windows.Forms.Panel(); this.btnGoogleClearLink = new DotNetSkin.SkinControls.SkinButtonRed(); this.pnlGoogleLinkMain = new System.Windows.Forms.Panel(); this.lstGoogleLink = new System.Windows.Forms.ListBox(); this.pnlGoogleLeft = new System.Windows.Forms.Panel(); this.lblGoogleStatus = new System.Windows.Forms.Label(); this.pictureBox4 = new System.Windows.Forms.PictureBox(); this.label54 = new System.Windows.Forms.Label(); this.prgGoogle = new System.Windows.Forms.ProgressBar(); this.label55 = new System.Windows.Forms.Label(); this.label23 = new System.Windows.Forms.Label(); this.label22 = new System.Windows.Forms.Label(); this.lblQuery = new System.Windows.Forms.Label(); this.BackEndMiner = new System.Windows.Forms.TabPage(); this.pnl_BackEndMain = new System.Windows.Forms.Panel(); this.tpnl_BackendMain = new System.Windows.Forms.TableLayoutPanel(); this.pnl_BackEndTop = new System.Windows.Forms.Panel(); this.tpnl_BackEndTop = new System.Windows.Forms.TableLayoutPanel(); this.pnl_BETopLeft1 = new System.Windows.Forms.Panel(); this.label13 = new System.Windows.Forms.Label(); this.btn_BEInDirClear = new DotNetSkin.SkinControls.SkinButtonRed(); this.pbl_TopLeft3 = new System.Windows.Forms.Panel(); this.txtInDirs = new System.Windows.Forms.RichTextBox(); this.pnl_BETopMid1 = new System.Windows.Forms.Panel(); this.btn_BEInFileClear = new DotNetSkin.SkinControls.SkinButtonRed(); this.label15 = new System.Windows.Forms.Label(); this.pnl_BETopMid3 = new System.Windows.Forms.Panel(); this.txtInFiles = new System.Windows.Forms.RichTextBox(); this.pnl_BETopRight1 = new System.Windows.Forms.Panel(); this.btn_BEInExtClear = new DotNetSkin.SkinControls.SkinButtonRed(); this.label38 = new System.Windows.Forms.Label(); this.pnl_BETopRight3 = new System.Windows.Forms.Panel(); this.txtInFileTypes = new System.Windows.Forms.RichTextBox(); this.pnl_BackEndBottom = new System.Windows.Forms.Panel(); this.tpnl_BEBottom1 = new System.Windows.Forms.TableLayoutPanel(); this.tpnl_BEBottom2 = new System.Windows.Forms.TableLayoutPanel(); this.pnl_BEBottomLeft1 = new System.Windows.Forms.Panel(); this.btn_BEOutDirClear = new DotNetSkin.SkinControls.SkinButtonRed(); this.label50 = new System.Windows.Forms.Label(); this.pnl_BEBottomLeft3 = new System.Windows.Forms.Panel(); this.lstViewDirs = new System.Windows.Forms.ListView(); this.columnHeader7 = new System.Windows.Forms.ColumnHeader(); this.columnHeader4 = new System.Windows.Forms.ColumnHeader(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); this.tpnl_BEBottomRight = new System.Windows.Forms.TableLayoutPanel(); this.pnl_BEBottomRight1 = new System.Windows.Forms.Panel(); this.btn_BEOutIndexClear = new DotNetSkin.SkinControls.SkinButtonRed(); this.label59 = new System.Windows.Forms.Label(); this.pnl_BEBottomRight3 = new System.Windows.Forms.Panel(); this.lstViewIndexDirs = new System.Windows.Forms.ListView(); this.columnHeader8 = new System.Windows.Forms.ColumnHeader(); this.columnHeader5 = new System.Windows.Forms.ColumnHeader(); this.tpnl_BEFiles = new System.Windows.Forms.TableLayoutPanel(); this.pnl_BEFile1 = new System.Windows.Forms.Panel(); this.btn_BEOutFileClear = new DotNetSkin.SkinControls.SkinButtonRed(); this.label52 = new System.Windows.Forms.Label(); this.pnl_BEFile3 = new System.Windows.Forms.Panel(); this.lstViewFiles = new System.Windows.Forms.ListView(); this.columnHeader9 = new System.Windows.Forms.ColumnHeader(); this.columnHeader6 = new System.Windows.Forms.ColumnHeader(); this.panel4 = new System.Windows.Forms.Panel(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.nudTimeAnomaly = new System.Windows.Forms.NumericUpDown(); this.chkTimeAnomalies = new DotNetSkin.SkinControls.SkinCheckBox(); this.groupBox10 = new System.Windows.Forms.GroupBox(); this.NUPDOWNBackEnd = new System.Windows.Forms.NumericUpDown(); this.panel2 = new System.Windows.Forms.Panel(); this.label11 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.groupBox11 = new System.Windows.Forms.GroupBox(); this.groupBox12 = new System.Windows.Forms.GroupBox(); this.label9 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label56 = new System.Windows.Forms.Label(); this.pictureBox3 = new System.Windows.Forms.PictureBox(); this.label58 = new System.Windows.Forms.Label(); this.prgsFiles = new System.Windows.Forms.ProgressBar(); this.prgsDirs = new System.Windows.Forms.ProgressBar(); this.lblStatus = new System.Windows.Forms.Label(); this.NiktoIsh = new System.Windows.Forms.TabPage(); this.pnl_WiktoMain = new System.Windows.Forms.Panel(); this.tpnl_WiktoMain = new System.Windows.Forms.TableLayoutPanel(); this.tpnl_WiktoB1 = new System.Windows.Forms.TableLayoutPanel(); this.panpnl_WiktoBL1 = new System.Windows.Forms.Panel(); this.label60 = new System.Windows.Forms.Label(); this.panpnl_WiktoBL2 = new System.Windows.Forms.Panel(); this.lvw_NiktoResults = new System.Windows.Forms.ListView(); this.columnHeader10 = new System.Windows.Forms.ColumnHeader(); this.columnHeader1 = new System.Windows.Forms.ColumnHeader(); this.columnHeader2 = new System.Windows.Forms.ColumnHeader(); this.columnHeader3 = new System.Windows.Forms.ColumnHeader(); this.tpnl_WiktoB2 = new System.Windows.Forms.TableLayoutPanel(); this.panpnl_WiktoBM1 = new System.Windows.Forms.Panel(); this.label61 = new System.Windows.Forms.Label(); this.panpnl_WiktoBM2 = new System.Windows.Forms.Panel(); this.txtNiktoReq = new System.Windows.Forms.TextBox(); this.tpnl_WiktoB3 = new System.Windows.Forms.TableLayoutPanel(); this.panpnl_WiktoBR1 = new System.Windows.Forms.Panel(); this.label62 = new System.Windows.Forms.Label(); this.panpnl_WiktoBR2 = new System.Windows.Forms.Panel(); this.txtNiktoRes = new System.Windows.Forms.TextBox(); this.tpnl_WiktoT3 = new System.Windows.Forms.TableLayoutPanel(); this.pnl_WiktoTR1 = new System.Windows.Forms.Panel(); this.label26 = new System.Windows.Forms.Label(); this.pnl_WiktoTR2 = new System.Windows.Forms.Panel(); this.lvw_NiktoDesc = new System.Windows.Forms.ListView(); this.col_ndbd = new System.Windows.Forms.ColumnHeader(); this.col_ndv = new System.Windows.Forms.ColumnHeader(); this.tpnl_WiktoT2 = new System.Windows.Forms.TableLayoutPanel(); this.pnl_WiktoTM1 = new System.Windows.Forms.Panel(); this.label12 = new System.Windows.Forms.Label(); this.pnl_WiktoTM2 = new System.Windows.Forms.Panel(); this.lvw_NiktoDb = new System.Windows.Forms.ListView(); this.col_desc = new System.Windows.Forms.ColumnHeader(); this.col_target = new System.Windows.Forms.ColumnHeader(); this.tpnl_WiktoT1 = new System.Windows.Forms.TableLayoutPanel(); this.pnl_WiktoTL1 = new System.Windows.Forms.Panel(); this.btn_EditDirs = new DotNetSkin.SkinControls.SkinButton(); this.btn_WiktoClearCGI = new DotNetSkin.SkinControls.SkinButtonRed(); this.label5 = new System.Windows.Forms.Label(); this.pnl_WiktoTL3 = new System.Windows.Forms.Panel(); this.lst_NiktoCGI = new System.Windows.Forms.ListBox(); this.panel5 = new System.Windows.Forms.Panel(); this.btnPauseWikto = new DotNetSkin.SkinControls.SkinButton(); this.label2 = new System.Windows.Forms.Label(); this.prgNik = new System.Windows.Forms.ProgressBar(); this.prgNiktoWork = new System.Windows.Forms.ProgressBar(); this.lblNiktoAI = new System.Windows.Forms.Label(); this.groupBox13 = new System.Windows.Forms.GroupBox(); this.groupBox14 = new System.Windows.Forms.GroupBox(); this.label28 = new System.Windows.Forms.Label(); this.label29 = new System.Windows.Forms.Label(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.label3 = new System.Windows.Forms.Label(); this.GoogleHacks = new System.Windows.Forms.TabPage(); this.pnl_GHMain = new System.Windows.Forms.Panel(); this.tpnl_HMain = new System.Windows.Forms.TableLayoutPanel(); this.tpnl_GHManQuery = new System.Windows.Forms.TableLayoutPanel(); this.pnl_GHMQ1 = new System.Windows.Forms.Panel(); this.txtGoogleHackOnceOff = new System.Windows.Forms.TextBox(); this.pnl_GHMQ2 = new System.Windows.Forms.Panel(); this.pbl_GoogleHackDb = new System.Windows.Forms.Panel(); this.lstGoogleHack = new System.Windows.Forms.ListBox(); this.pnl_GHDesc = new System.Windows.Forms.Panel(); this.txtGoogleHackDesc = new System.Windows.Forms.TextBox(); this.tpnl_GHResults = new System.Windows.Forms.TableLayoutPanel(); this.tpnl_GHResultsTop = new System.Windows.Forms.TableLayoutPanel(); this.pnl_GHRes1 = new System.Windows.Forms.Panel(); this.label4 = new System.Windows.Forms.Label(); this.pnl_GHRes2 = new System.Windows.Forms.Panel(); this.btn_GHClearResults = new DotNetSkin.SkinControls.SkinButtonRed(); this.pnl_GHRes3 = new System.Windows.Forms.Panel(); this.lstGoogleHackResults = new System.Windows.Forms.ListBox(); this.panel6 = new System.Windows.Forms.Panel(); this.lblGoogleHackEst = new System.Windows.Forms.Label(); this.lblGoogleHackPage = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.lblGoogleHackStatus = new System.Windows.Forms.Label(); this.prgGHQuick = new System.Windows.Forms.ProgressBar(); this.prgsGoogleHackAll = new System.Windows.Forms.ProgressBar(); this.pictureBox7 = new System.Windows.Forms.PictureBox(); this.label21 = new System.Windows.Forms.Label(); this.label24 = new System.Windows.Forms.Label(); this.pnl_configleft = new System.Windows.Forms.TabPage(); this.pnl_ConfigMain = new System.Windows.Forms.Panel(); this.tab_configMain = new System.Windows.Forms.TabControl(); this.cfg_DB = new System.Windows.Forms.TabPage(); this.btn_browseghdb = new DotNetSkin.SkinControls.SkinButton(); this.btn_browsenikto = new DotNetSkin.SkinControls.SkinButton(); this.label27 = new System.Windows.Forms.Label(); this.label25 = new System.Windows.Forms.Label(); this.cfg_Header = new System.Windows.Forms.TabPage(); this.cfg_Google = new System.Windows.Forms.TabPage(); this.btnSpudLocate = new DotNetSkin.SkinControls.SkinButton(); this.txtSpudDirectory = new System.Windows.Forms.TextBox(); this.label19 = new System.Windows.Forms.Label(); this.btn_StartAura = new DotNetSkin.SkinControls.SkinButton(); this.updownGoogleDepth = new System.Windows.Forms.NumericUpDown(); this.label18 = new System.Windows.Forms.Label(); this.cfg_Proxy = new System.Windows.Forms.TabPage(); this.label17 = new System.Windows.Forms.Label(); this.cfg_Spider = new System.Windows.Forms.TabPage(); this.chk_ignoreidx = new DotNetSkin.SkinControls.SkinCheckBox(); this.txt_idxflags = new System.Windows.Forms.TextBox(); this.label42 = new System.Windows.Forms.Label(); this.txt_excdirs = new System.Windows.Forms.TextBox(); this.label40 = new System.Windows.Forms.Label(); this.label36 = new System.Windows.Forms.Label(); this.nud_contentsize = new System.Windows.Forms.NumericUpDown(); this.label35 = new System.Windows.Forms.Label(); this.txt_content = new System.Windows.Forms.TextBox(); this.label33 = new System.Windows.Forms.Label(); this.label63 = new System.Windows.Forms.Label(); this.label64 = new System.Windows.Forms.Label(); this.label67 = new System.Windows.Forms.Label(); this.cfg_Timing = new System.Windows.Forms.TabPage(); this.label6 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.cfg_Update = new System.Windows.Forms.TabPage(); this.label49 = new System.Windows.Forms.Label(); this.label48 = new System.Windows.Forms.Label(); this.label46 = new System.Windows.Forms.Label(); this.cfg_Startup = new System.Windows.Forms.TabPage(); this.chk_StartWiz = new DotNetSkin.SkinControls.SkinCheckBox(); this.cfg_Help = new System.Windows.Forms.TabPage(); this.lbl_About = new System.Windows.Forms.Label(); this.label47 = new System.Windows.Forms.Label(); this.lbl_ResearchMail = new System.Windows.Forms.LinkLabel(); this.label41 = new System.Windows.Forms.Label(); this.lbl_WiktoHome = new System.Windows.Forms.LinkLabel(); this.label39 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.label37 = new System.Windows.Forms.Label(); this.lblConfigFileLocation = new System.Windows.Forms.Label(); this.pictureBox5 = new System.Windows.Forms.PictureBox(); this.tab_wizard = new System.Windows.Forms.TabPage(); this.fdlLoadBackEndDirs = new System.Windows.Forms.OpenFileDialog(); this.fdlLoadBackEndFiles = new System.Windows.Forms.OpenFileDialog(); this.fdlLoadBackEndExt = new System.Windows.Forms.OpenFileDialog(); this.fdlExportBackEnd = new System.Windows.Forms.SaveFileDialog(); this.fdlLoadNiktoDB = new System.Windows.Forms.OpenFileDialog(); this.fdlExportWikto = new System.Windows.Forms.SaveFileDialog(); this.fdlGoogleHacksOpenDB = new System.Windows.Forms.OpenFileDialog(); this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog(); ((System.ComponentModel.ISupportInitialize)(this.NUPDOWNspider)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.updownRetryTCP)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.updownTimeOutTCP)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.NUPDOWNfuzz)).BeginInit(); this.tabControl1.SuspendLayout(); this.Mirror.SuspendLayout(); this.tpnlMirror.SuspendLayout(); this.tpnlMirrorLinks.SuspendLayout(); this.tpnlMirrorLinkTop.SuspendLayout(); this.pnlMirrorLinkLeft.SuspendLayout(); this.pnlMrrorLinkRight.SuspendLayout(); this.tpnlMirrorDir.SuspendLayout(); this.tpnlMirrorDirTop.SuspendLayout(); this.pnlMirrorDirLeft.SuspendLayout(); this.pnlMirrorDirRight.SuspendLayout(); this.pnlMirrorLeft.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit(); this.Googler.SuspendLayout(); this.tpnlGoogleMain.SuspendLayout(); this.panel3.SuspendLayout(); this.tpnlGoogleDir.SuspendLayout(); this.tpnlGoogleDirTop.SuspendLayout(); this.pnlGoogleDirLeft.SuspendLayout(); this.pnlGoogleDirRight.SuspendLayout(); this.pnlGoogleDirMain.SuspendLayout(); this.tpnlGoogleLink.SuspendLayout(); this.tpnlGoogleLinkTop.SuspendLayout(); this.pnlGoogleLinkLeft.SuspendLayout(); this.pnlGoogleLinkRight.SuspendLayout(); this.pnlGoogleLinkMain.SuspendLayout(); this.pnlGoogleLeft.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit(); this.BackEndMiner.SuspendLayout(); this.pnl_BackEndMain.SuspendLayout(); this.tpnl_BackendMain.SuspendLayout(); this.pnl_BackEndTop.SuspendLayout(); this.tpnl_BackEndTop.SuspendLayout(); this.pnl_BETopLeft1.SuspendLayout(); this.pbl_TopLeft3.SuspendLayout(); this.pnl_BETopMid1.SuspendLayout(); this.pnl_BETopMid3.SuspendLayout(); this.pnl_BETopRight1.SuspendLayout(); this.pnl_BETopRight3.SuspendLayout(); this.pnl_BackEndBottom.SuspendLayout(); this.tpnl_BEBottom1.SuspendLayout(); this.tpnl_BEBottom2.SuspendLayout(); this.pnl_BEBottomLeft1.SuspendLayout(); this.pnl_BEBottomLeft3.SuspendLayout(); this.tpnl_BEBottomRight.SuspendLayout(); this.pnl_BEBottomRight1.SuspendLayout(); this.pnl_BEBottomRight3.SuspendLayout(); this.tpnl_BEFiles.SuspendLayout(); this.pnl_BEFile1.SuspendLayout(); this.pnl_BEFile3.SuspendLayout(); this.panel4.SuspendLayout(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.nudTimeAnomaly)).BeginInit(); this.groupBox10.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.NUPDOWNBackEnd)).BeginInit(); this.panel2.SuspendLayout(); this.groupBox11.SuspendLayout(); this.groupBox12.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit(); this.NiktoIsh.SuspendLayout(); this.pnl_WiktoMain.SuspendLayout(); this.tpnl_WiktoMain.SuspendLayout(); this.tpnl_WiktoB1.SuspendLayout(); this.panpnl_WiktoBL1.SuspendLayout(); this.panpnl_WiktoBL2.SuspendLayout(); this.tpnl_WiktoB2.SuspendLayout(); this.panpnl_WiktoBM1.SuspendLayout(); this.panpnl_WiktoBM2.SuspendLayout(); this.tpnl_WiktoB3.SuspendLayout(); this.panpnl_WiktoBR1.SuspendLayout(); this.panpnl_WiktoBR2.SuspendLayout(); this.tpnl_WiktoT3.SuspendLayout(); this.pnl_WiktoTR1.SuspendLayout(); this.pnl_WiktoTR2.SuspendLayout(); this.tpnl_WiktoT2.SuspendLayout(); this.pnl_WiktoTM1.SuspendLayout(); this.pnl_WiktoTM2.SuspendLayout(); this.tpnl_WiktoT1.SuspendLayout(); this.pnl_WiktoTL1.SuspendLayout(); this.pnl_WiktoTL3.SuspendLayout(); this.panel5.SuspendLayout(); this.groupBox13.SuspendLayout(); this.groupBox14.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); this.GoogleHacks.SuspendLayout(); this.pnl_GHMain.SuspendLayout(); this.tpnl_HMain.SuspendLayout(); this.tpnl_GHManQuery.SuspendLayout(); this.pnl_GHMQ1.SuspendLayout(); this.pnl_GHMQ2.SuspendLayout(); this.pbl_GoogleHackDb.SuspendLayout(); this.pnl_GHDesc.SuspendLayout(); this.tpnl_GHResults.SuspendLayout(); this.tpnl_GHResultsTop.SuspendLayout(); this.pnl_GHRes1.SuspendLayout(); this.pnl_GHRes2.SuspendLayout(); this.pnl_GHRes3.SuspendLayout(); this.panel6.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit(); this.pnl_configleft.SuspendLayout(); this.pnl_ConfigMain.SuspendLayout(); this.tab_configMain.SuspendLayout(); this.cfg_DB.SuspendLayout(); this.cfg_Header.SuspendLayout(); this.cfg_Google.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.updownGoogleDepth)).BeginInit(); this.cfg_Proxy.SuspendLayout(); this.cfg_Spider.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.nud_contentsize)).BeginInit(); this.cfg_Timing.SuspendLayout(); this.cfg_Update.SuspendLayout(); this.cfg_Startup.SuspendLayout(); this.cfg_Help.SuspendLayout(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit(); this.SuspendLayout(); // // splitter1 // this.splitter1.Location = new System.Drawing.Point(0, 0); this.splitter1.Name = "splitter1"; this.splitter1.Size = new System.Drawing.Size(3, 741); this.splitter1.TabIndex = 57; this.splitter1.TabStop = false; // // cntxtGoogleHacks // this.cntxtGoogleHacks.Popup += new System.EventHandler(this.cntxtGoogleHacks_Popup); // // btn_CfgLocateNDb // this.btn_CfgLocateNDb.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btn_CfgLocateNDb.ForeColor = System.Drawing.SystemColors.HotTrack; this.btn_CfgLocateNDb.Location = new System.Drawing.Point(663, 7); this.btn_CfgLocateNDb.Name = "btn_CfgLocateNDb"; this.btn_CfgLocateNDb.Size = new System.Drawing.Size(106, 22); this.btn_CfgLocateNDb.TabIndex = 10; this.btn_CfgLocateNDb.Text = "Update Now"; this.toolTip1.SetToolTip(this.btn_CfgLocateNDb, "Update this database now..."); this.btn_CfgLocateNDb.UseVisualStyleBackColor = true; this.btn_CfgLocateNDb.Click += new System.EventHandler(this.btnDBUpdateNikto_Click); // // btn_CfgLocateGDb // this.btn_CfgLocateGDb.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btn_CfgLocateGDb.ForeColor = System.Drawing.SystemColors.HotTrack; this.btn_CfgLocateGDb.Location = new System.Drawing.Point(663, 31); this.btn_CfgLocateGDb.Name = "btn_CfgLocateGDb"; this.btn_CfgLocateGDb.Size = new System.Drawing.Size(106, 22); this.btn_CfgLocateGDb.TabIndex = 12; this.btn_CfgLocateGDb.Text = "Update Now"; this.toolTip1.SetToolTip(this.btn_CfgLocateGDb, "Update this database now..."); this.btn_CfgLocateGDb.UseVisualStyleBackColor = true; this.btn_CfgLocateGDb.Click += new System.EventHandler(this.btnDBUpdateGH_Click); // // txtDBLocationGH // this.txtDBLocationGH.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtDBLocationGH.BackColor = System.Drawing.Color.Snow; this.txtDBLocationGH.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtDBLocationGH.Location = new System.Drawing.Point(149, 34); this.txtDBLocationGH.Name = "txtDBLocationGH"; this.txtDBLocationGH.Size = new System.Drawing.Size(430, 18); this.txtDBLocationGH.TabIndex = 11; this.txtDBLocationGH.Text = "databases\\GHDB.xml"; this.txtDBLocationGH.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.toolTip1.SetToolTip(this.txtDBLocationGH, "The Google Hack Database Location"); // // txtDBlocationNikto // this.txtDBlocationNikto.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtDBlocationNikto.BackColor = System.Drawing.Color.Snow; this.txtDBlocationNikto.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtDBlocationNikto.Location = new System.Drawing.Point(149, 10); this.txtDBlocationNikto.Name = "txtDBlocationNikto"; this.txtDBlocationNikto.Size = new System.Drawing.Size(430, 18); this.txtDBlocationNikto.TabIndex = 9; this.txtDBlocationNikto.Text = "databases\\nikto-scan_database.db"; this.txtDBlocationNikto.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.toolTip1.SetToolTip(this.txtDBlocationNikto, "The Nikto Database location"); // // txtHeader // this.txtHeader.AcceptsReturn = true; this.txtHeader.BackColor = System.Drawing.Color.Snow; this.txtHeader.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtHeader.Dock = System.Windows.Forms.DockStyle.Fill; this.txtHeader.Location = new System.Drawing.Point(3, 3); this.txtHeader.Multiline = true; this.txtHeader.Name = "txtHeader"; this.txtHeader.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.txtHeader.Size = new System.Drawing.Size(763, 676); this.txtHeader.TabIndex = 13; this.toolTip1.SetToolTip(this.txtHeader, "The HTTP Header to use during your scan"); this.txtHeader.WordWrap = false; // // chkProxyPresent // this.chkProxyPresent.AutoSize = true; this.chkProxyPresent.BackColor = System.Drawing.Color.Transparent; this.chkProxyPresent.Location = new System.Drawing.Point(6, 36); this.chkProxyPresent.Name = "chkProxyPresent"; this.chkProxyPresent.Size = new System.Drawing.Size(78, 16); this.chkProxyPresent.TabIndex = 28; this.chkProxyPresent.Text = "Enable Proxy"; this.toolTip1.SetToolTip(this.chkProxyPresent, "If you want to use a proxy during your scan, please make sure that this is checke" + "d."); this.chkProxyPresent.UseVisualStyleBackColor = true; // // txtProxySettings // this.txtProxySettings.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtProxySettings.BackColor = System.Drawing.Color.Snow; this.txtProxySettings.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtProxySettings.Location = new System.Drawing.Point(134, 10); this.txtProxySettings.Name = "txtProxySettings"; this.txtProxySettings.Size = new System.Drawing.Size(508, 18); this.txtProxySettings.TabIndex = 27; this.txtProxySettings.Text = "ProxyIP/DNS:Port"; this.txtProxySettings.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.toolTip1.SetToolTip(this.txtProxySettings, "Proxy Server and Port (ie: localhost:3128)"); // // NUPDOWNspider // this.NUPDOWNspider.BackColor = System.Drawing.Color.Snow; this.NUPDOWNspider.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.NUPDOWNspider.Increment = new decimal(new int[] { 10, 0, 0, 0}); this.NUPDOWNspider.Location = new System.Drawing.Point(134, 154); this.NUPDOWNspider.Maximum = new decimal(new int[] { 1000, 0, 0, 0}); this.NUPDOWNspider.Minimum = new decimal(new int[] { 5, 0, 0, 0}); this.NUPDOWNspider.Name = "NUPDOWNspider"; this.NUPDOWNspider.Size = new System.Drawing.Size(120, 18); this.NUPDOWNspider.TabIndex = 149; this.toolTip1.SetToolTip(this.NUPDOWNspider, "The number of worker threads to use during the spidering process"); this.NUPDOWNspider.Value = new decimal(new int[] { 20, 0, 0, 0}); // // txt_ConfigSpiderExclude // this.txt_ConfigSpiderExclude.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txt_ConfigSpiderExclude.BackColor = System.Drawing.Color.Snow; this.txt_ConfigSpiderExclude.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txt_ConfigSpiderExclude.Location = new System.Drawing.Point(134, 10); this.txt_ConfigSpiderExclude.Name = "txt_ConfigSpiderExclude"; this.txt_ConfigSpiderExclude.Size = new System.Drawing.Size(508, 18); this.txt_ConfigSpiderExclude.TabIndex = 147; this.txt_ConfigSpiderExclude.Text = "click.asp,mailto,javascript"; this.txt_ConfigSpiderExclude.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.toolTip1.SetToolTip(this.txt_ConfigSpiderExclude, "Exclude hrefs that match these."); // // txt_ConfigSpiderExtension // this.txt_ConfigSpiderExtension.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txt_ConfigSpiderExtension.BackColor = System.Drawing.Color.Snow; this.txt_ConfigSpiderExtension.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txt_ConfigSpiderExtension.Location = new System.Drawing.Point(134, 34); this.txt_ConfigSpiderExtension.Name = "txt_ConfigSpiderExtension"; this.txt_ConfigSpiderExtension.Size = new System.Drawing.Size(508, 18); this.txt_ConfigSpiderExtension.TabIndex = 148; this.txt_ConfigSpiderExtension.Text = "xml,mso,swf,tgz,tar,xls,doc,ppt,msi,jpg,gif,png,css,js,ico,avi,wmv,mp3,rm,exe,zip" + ",pdf,h,c,cpp,sh,bin,gz,bz2,mpg"; this.txt_ConfigSpiderExtension.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.toolTip1.SetToolTip(this.txt_ConfigSpiderExtension, "Do not try and spider files with these extensions"); // // updownRetryTCP // this.updownRetryTCP.BackColor = System.Drawing.Color.Snow; this.updownRetryTCP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.updownRetryTCP.Location = new System.Drawing.Point(134, 34); this.updownRetryTCP.Maximum = new decimal(new int[] { 10, 0, 0, 0}); this.updownRetryTCP.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.updownRetryTCP.Name = "updownRetryTCP"; this.updownRetryTCP.Size = new System.Drawing.Size(44, 18); this.updownRetryTCP.TabIndex = 30; this.updownRetryTCP.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.toolTip1.SetToolTip(this.updownRetryTCP, "Number of attempts to make should a page timeout"); this.updownRetryTCP.Value = new decimal(new int[] { 2, 0, 0, 0}); // // updownTimeOutTCP // this.updownTimeOutTCP.BackColor = System.Drawing.Color.Snow; this.updownTimeOutTCP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.updownTimeOutTCP.Increment = new decimal(new int[] { 500, 0, 0, 0}); this.updownTimeOutTCP.Location = new System.Drawing.Point(134, 10); this.updownTimeOutTCP.Maximum = new decimal(new int[] { 1000000, 0, 0, 0}); this.updownTimeOutTCP.Name = "updownTimeOutTCP"; this.updownTimeOutTCP.Size = new System.Drawing.Size(68, 18); this.updownTimeOutTCP.TabIndex = 29; this.updownTimeOutTCP.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.toolTip1.SetToolTip(this.updownTimeOutTCP, "Timeout value in ms"); this.updownTimeOutTCP.Value = new decimal(new int[] { 6000, 0, 0, 0}); // // txtURLUpdateGHDB // this.txtURLUpdateGHDB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtURLUpdateGHDB.BackColor = System.Drawing.Color.Snow; this.txtURLUpdateGHDB.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtURLUpdateGHDB.Location = new System.Drawing.Point(134, 58); this.txtURLUpdateGHDB.Name = "txtURLUpdateGHDB"; this.txtURLUpdateGHDB.Size = new System.Drawing.Size(508, 18); this.txtURLUpdateGHDB.TabIndex = 33; this.txtURLUpdateGHDB.Text = "http://johnny.ihackstuff.com/xml/ghdb.php"; this.txtURLUpdateGHDB.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.toolTip1.SetToolTip(this.txtURLUpdateGHDB, "The Google Hack database update location"); // // txtURLUpdateNiktoDB // this.txtURLUpdateNiktoDB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtURLUpdateNiktoDB.BackColor = System.Drawing.Color.Snow; this.txtURLUpdateNiktoDB.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtURLUpdateNiktoDB.Location = new System.Drawing.Point(134, 34); this.txtURLUpdateNiktoDB.Name = "txtURLUpdateNiktoDB"; this.txtURLUpdateNiktoDB.Size = new System.Drawing.Size(508, 18); this.txtURLUpdateNiktoDB.TabIndex = 32; this.txtURLUpdateNiktoDB.Text = "http://www.sensepost.com/research/wikto/DB/nikto.db"; this.txtURLUpdateNiktoDB.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.toolTip1.SetToolTip(this.txtURLUpdateNiktoDB, "The Nikto database update location"); // // txtURLUpdate // this.txtURLUpdate.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtURLUpdate.BackColor = System.Drawing.Color.Snow; this.txtURLUpdate.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtURLUpdate.Location = new System.Drawing.Point(134, 10); this.txtURLUpdate.Name = "txtURLUpdate"; this.txtURLUpdate.Size = new System.Drawing.Size(508, 18); this.txtURLUpdate.TabIndex = 31; this.txtURLUpdate.Text = "http://www.sensepost.com/research/wikto/DB/BackEnd/"; this.txtURLUpdate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.toolTip1.SetToolTip(this.txtURLUpdate, "The backend database update location"); // // btn_ShowNews // this.btn_ShowNews.ForeColor = System.Drawing.SystemColors.HotTrack; this.btn_ShowNews.Location = new System.Drawing.Point(6, 60); this.btn_ShowNews.Name = "btn_ShowNews"; this.btn_ShowNews.Size = new System.Drawing.Size(106, 22); this.btn_ShowNews.TabIndex = 30; this.btn_ShowNews.Text = "Show News Now"; this.toolTip1.SetToolTip(this.btn_ShowNews, "Show the news now..."); this.btn_ShowNews.UseVisualStyleBackColor = true; this.btn_ShowNews.Click += new System.EventHandler(this.skinButton3_Click); // // chk_ShowStart // this.chk_ShowStart.AutoSize = true; this.chk_ShowStart.BackColor = System.Drawing.Color.Transparent; this.chk_ShowStart.Location = new System.Drawing.Point(6, 12); this.chk_ShowStart.Name = "chk_ShowStart"; this.chk_ShowStart.Size = new System.Drawing.Size(119, 16); this.chk_ShowStart.TabIndex = 29; this.chk_ShowStart.Text = "Show News on Startup"; this.toolTip1.SetToolTip(this.chk_ShowStart, "If this is checked, the news page will show when Wikto Starts"); this.chk_ShowStart.UseVisualStyleBackColor = true; this.chk_ShowStart.CheckedChanged += new System.EventHandler(this.chk_ShowStart_CheckedChanged); // // btn_CnfQuit // this.btn_CnfQuit.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold); this.btn_CnfQuit.ForeColor = System.Drawing.Color.Brown; this.btn_CnfQuit.Location = new System.Drawing.Point(121, 86); this.btn_CnfQuit.Name = "btn_CnfQuit"; this.btn_CnfQuit.Size = new System.Drawing.Size(86, 28); this.btn_CnfQuit.TabIndex = 5; this.btn_CnfQuit.Text = "Quit"; this.toolTip1.SetToolTip(this.btn_CnfQuit, "Quit Wikto"); this.btn_CnfQuit.UseVisualStyleBackColor = true; this.btn_CnfQuit.Click += new System.EventHandler(this.button1_Click_1); // // btn_CnfReset // this.btn_CnfReset.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold); this.btn_CnfReset.ForeColor = System.Drawing.Color.Brown; this.btn_CnfReset.Location = new System.Drawing.Point(121, 59); this.btn_CnfReset.Name = "btn_CnfReset"; this.btn_CnfReset.Size = new System.Drawing.Size(86, 28); this.btn_CnfReset.TabIndex = 4; this.btn_CnfReset.Text = "Factory Reset"; this.toolTip1.SetToolTip(this.btn_CnfReset, "Perform a factory reset"); this.btn_CnfReset.UseVisualStyleBackColor = true; this.btn_CnfReset.Click += new System.EventHandler(this.button2_Click_2); // // btn_CnfSave // this.btn_CnfSave.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold); this.btn_CnfSave.ForeColor = System.Drawing.Color.DarkGoldenrod; this.btn_CnfSave.Location = new System.Drawing.Point(121, 32); this.btn_CnfSave.Name = "btn_CnfSave"; this.btn_CnfSave.Size = new System.Drawing.Size(86, 28); this.btn_CnfSave.TabIndex = 3; this.btn_CnfSave.Text = "Save"; this.toolTip1.SetToolTip(this.btn_CnfSave, "Save the current settings"); this.btn_CnfSave.UseVisualStyleBackColor = true; this.btn_CnfSave.Click += new System.EventHandler(this.btnConfigSave_Click); // // btn_CnfLoad // this.btn_CnfLoad.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold); this.btn_CnfLoad.ForeColor = System.Drawing.Color.ForestGreen; this.btn_CnfLoad.Location = new System.Drawing.Point(121, 5); this.btn_CnfLoad.Name = "btn_CnfLoad"; this.btn_CnfLoad.Size = new System.Drawing.Size(86, 28); this.btn_CnfLoad.TabIndex = 2; this.btn_CnfLoad.Text = "Load"; this.toolTip1.SetToolTip(this.btn_CnfLoad, "Load a configuration file"); this.btn_CnfLoad.UseVisualStyleBackColor = true; this.btn_CnfLoad.Click += new System.EventHandler(this.btnLoadConfig_Click); // // btn_GHManualQuery // this.btn_GHManualQuery.Dock = System.Windows.Forms.DockStyle.Fill; this.btn_GHManualQuery.Location = new System.Drawing.Point(0, 0); this.btn_GHManualQuery.Name = "btn_GHManualQuery"; this.btn_GHManualQuery.Size = new System.Drawing.Size(94, 24); this.btn_GHManualQuery.TabIndex = 12; this.btn_GHManualQuery.Text = "Manual Query"; this.toolTip1.SetToolTip(this.btn_GHManualQuery, "Perform a Manual Query"); this.btn_GHManualQuery.UseVisualStyleBackColor = true; this.btn_GHManualQuery.Click += new System.EventHandler(this.btnGoogleHackOnceOff_Click); // // btn_GHLoadDatabase // this.btn_GHLoadDatabase.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold); this.btn_GHLoadDatabase.ForeColor = System.Drawing.SystemColors.HotTrack; this.btn_GHLoadDatabase.Location = new System.Drawing.Point(25, 143); this.btn_GHLoadDatabase.Name = "btn_GHLoadDatabase"; this.btn_GHLoadDatabase.Size = new System.Drawing.Size(161, 24); this.btn_GHLoadDatabase.TabIndex = 6; this.btn_GHLoadDatabase.Text = "Load Google Hack Database"; this.toolTip1.SetToolTip(this.btn_GHLoadDatabase, "Load a Google Hack Database"); this.btn_GHLoadDatabase.UseVisualStyleBackColor = true; this.btn_GHLoadDatabase.Click += new System.EventHandler(this.btnLoadGoogleHack_Click); // // txtGoogleHackTarget // this.txtGoogleHackTarget.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255))))); this.txtGoogleHackTarget.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtGoogleHackTarget.Location = new System.Drawing.Point(71, 98); this.txtGoogleHackTarget.Name = "txtGoogleHackTarget"; this.txtGoogleHackTarget.Size = new System.Drawing.Size(136, 18); this.txtGoogleHackTarget.TabIndex = 5; this.txtGoogleHackTarget.Text = "localhost"; this.txtGoogleHackTarget.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.toolTip1.SetToolTip(this.txtGoogleHackTarget, "Site to search"); // // btn_GHQuit // this.btn_GHQuit.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold); this.btn_GHQuit.ForeColor = System.Drawing.Color.Brown; this.btn_GHQuit.Location = new System.Drawing.Point(121, 59); this.btn_GHQuit.Name = "btn_GHQuit"; this.btn_GHQuit.Size = new System.Drawing.Size(86, 28); this.btn_GHQuit.TabIndex = 4; this.btn_GHQuit.Text = "Quit"; this.toolTip1.SetToolTip(this.btn_GHQuit, "Quit Wikto"); this.btn_GHQuit.UseVisualStyleBackColor = true; this.btn_GHQuit.Click += new System.EventHandler(this.button1_Click_1); // // btn_GHStop // this.btn_GHStop.Enabled = false; this.btn_GHStop.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold); this.btn_GHStop.ForeColor = System.Drawing.Color.DarkGoldenrod; this.btn_GHStop.Location = new System.Drawing.Point(121, 32); this.btn_GHStop.Name = "btn_GHStop"; this.btn_GHStop.Size = new System.Drawing.Size(86, 28); this.btn_GHStop.TabIndex = 3; this.btn_GHStop.Text = "Stop"; this.toolTip1.SetToolTip(this.btn_GHStop, "Stop the Scan"); this.btn_GHStop.UseVisualStyleBackColor = true; this.btn_GHStop.Click += new System.EventHandler(this.btnStopGoogleHack_Click); // // btn_GHStart // this.btn_GHStart.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold); this.btn_GHStart.ForeColor = System.Drawing.Color.ForestGreen; this.btn_GHStart.Location = new System.Drawing.Point(121, 5); this.btn_GHStart.Name = "btn_GHStart"; this.btn_GHStart.Size = new System.Drawing.Size(86, 28); this.btn_GHStart.TabIndex = 2; this.btn_GHStart.Text = "Start"; this.toolTip1.SetToolTip(this.btn_GHStart, "Start the Scan"); this.btn_GHStart.UseVisualStyleBackColor = true; this.btn_GHStart.Click += new System.EventHandler(this.btnStartGoogleHack_Click); // // btn_BEInDirImportM // this.btn_BEInDirImportM.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btn_BEInDirImportM.ForeColor = System.Drawing.SystemColors.HotTrack; this.btn_BEInDirImportM.Location = new System.Drawing.Point(87, 0); this.btn_BEInDirImportM.Name = "btn_BEInDirImportM"; this.btn_BEInDirImportM.Size = new System.Drawing.Size(48, 21); this.btn_BEInDirImportM.TabIndex = 30; this.btn_BEInDirImportM.Text = "Spider"; this.toolTip1.SetToolTip(this.btn_BEInDirImportM, "Import Directories from the Spider"); this.btn_BEInDirImportM.UseVisualStyleBackColor = true; this.btn_BEInDirImportM.Click += new System.EventHandler(this.btn_BEInDirImportM_Click); // // btn_BEImportInDirG // this.btn_BEImportInDirG.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btn_BEImportInDirG.ForeColor = System.Drawing.SystemColors.HotTrack; this.btn_BEImportInDirG.Location = new System.Drawing.Point(137, 0); this.btn_BEImportInDirG.Name = "btn_BEImportInDirG"; this.btn_BEImportInDirG.Size = new System.Drawing.Size(48, 21); this.btn_BEImportInDirG.TabIndex = 31; this.btn_BEImportInDirG.Text = "Google"; this.toolTip1.SetToolTip(this.btn_BEImportInDirG, "Import Directories from the Google Miner"); this.btn_BEImportInDirG.UseVisualStyleBackColor = true; this.btn_BEImportInDirG.Click += new System.EventHandler(this.btn_BEImportInDirG_Click); // // btnBackEndPause // this.btnBackEndPause.Enabled = false; this.btnBackEndPause.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold); this.btnBackEndPause.ForeColor = System.Drawing.SystemColors.HotTrack; this.btnBackEndPause.Location = new System.Drawing.Point(121, 86); this.btnBackEndPause.Name = "btnBackEndPause"; this.btnBackEndPause.Size = new System.Drawing.Size(86, 28); this.btnBackEndPause.TabIndex = 256; this.btnBackEndPause.Text = "Pause"; this.toolTip1.SetToolTip(this.btnBackEndPause, "Pause / Resume a Scan"); this.btnBackEndPause.UseVisualStyleBackColor = true; this.btnBackEndPause.Click += new System.EventHandler(this.btnBackEndPause_Click); // // chkPreserve // this.chkPreserve.AutoSize = true; this.chkPreserve.BackColor = System.Drawing.Color.Transparent; this.chkPreserve.Location = new System.Drawing.Point(7, 135); this.chkPreserve.Name = "chkPreserve"; this.chkPreserve.Size = new System.Drawing.Size(96, 16); this.chkPreserve.TabIndex = 7; this.chkPreserve.Text = "Preserve Results"; this.toolTip1.SetToolTip(this.chkPreserve, "Preserve Existing Results"); this.chkPreserve.UseVisualStyleBackColor = true; // // btn_BESkiptoDirs // this.btn_BESkiptoDirs.Enabled = false; this.btn_BESkiptoDirs.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.btn_BESkiptoDirs.ForeColor = System.Drawing.Color.DarkGoldenrod; this.btn_BESkiptoDirs.Location = new System.Drawing.Point(121, 155); this.btn_BESkiptoDirs.Name = "btn_BESkiptoDirs"; this.btn_BESkiptoDirs.Size = new System.Drawing.Size(86, 16); this.btn_BESkiptoDirs.TabIndex = 6; this.btn_BESkiptoDirs.Text = "Skip to Dirs."; this.toolTip1.SetToolTip(this.btn_BESkiptoDirs, "Skip to scanning directories"); this.btn_BESkiptoDirs.UseVisualStyleBackColor = true; this.btn_BESkiptoDirs.Click += new System.EventHandler(this.btnSkipFile_Click); // // btn_BEQuit // this.btn_BEQuit.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold); this.btn_BEQuit.ForeColor = System.Drawing.Color.Brown; this.btn_BEQuit.Location = new System.Drawing.Point(121, 59); this.btn_BEQuit.Name = "btn_BEQuit"; this.btn_BEQuit.Size = new System.Drawing.Size(86, 28); this.btn_BEQuit.TabIndex = 4; this.btn_BEQuit.Text = "Quit"; this.toolTip1.SetToolTip(this.btn_BEQuit, "Quit Wikto"); this.btn_BEQuit.UseVisualStyleBackColor = true; this.btn_BEQuit.Click += new System.EventHandler(this.button1_Click_1); // // btn_BEStop // this.btn_BEStop.Enabled = false; this.btn_BEStop.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold); this.btn_BEStop.ForeColor = System.Drawing.Color.DarkGoldenrod; this.btn_BEStop.Location = new System.Drawing.Point(121, 32); this.btn_BEStop.Name = "btn_BEStop"; this.btn_BEStop.Size = new System.Drawing.Size(86, 28); this.btn_BEStop.TabIndex = 3; this.btn_BEStop.Text = "Stop"; this.toolTip1.SetToolTip(this.btn_BEStop, "Stop the Scan"); this.btn_BEStop.UseVisualStyleBackColor = true; this.btn_BEStop.Click += new System.EventHandler(this.btnStop_Click); // // btn_BEStart // this.btn_BEStart.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold); this.btn_BEStart.ForeColor = System.Drawing.Color.ForestGreen; this.btn_BEStart.Location = new System.Drawing.Point(121, 5); this.btn_BEStart.Name = "btn_BEStart"; this.btn_BEStart.Size = new System.Drawing.Size(86, 28); this.btn_BEStart.TabIndex = 2; this.btn_BEStart.Text = "Start"; this.toolTip1.SetToolTip(this.btn_BEStart, "Start the Scan"); this.btn_BEStart.UseVisualStyleBackColor = true; this.btn_BEStart.Click += new System.EventHandler(this.btnStart_Click); // // btn_BESkiptoFiles // this.btn_BESkiptoFiles.Enabled = false; this.btn_BESkiptoFiles.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.btn_BESkiptoFiles.ForeColor = System.Drawing.Color.DarkGoldenrod; this.btn_BESkiptoFiles.Location = new System.Drawing.Point(121, 135); this.btn_BESkiptoFiles.Name = "btn_BESkiptoFiles"; this.btn_BESkiptoFiles.Size = new System.Drawing.Size(86, 16); this.btn_BESkiptoFiles.TabIndex = 5; this.btn_BESkiptoFiles.Text = "Skip to Files"; this.toolTip1.SetToolTip(this.btn_BESkiptoFiles, "Skip to scanning files"); this.btn_BESkiptoFiles.UseVisualStyleBackColor = true; this.btn_BESkiptoFiles.Click += new System.EventHandler(this.btnSkipDirs_Click); // // btn_BackEndExport // this.btn_BackEndExport.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.btn_BackEndExport.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold); this.btn_BackEndExport.ForeColor = System.Drawing.Color.ForestGreen; this.btn_BackEndExport.Location = new System.Drawing.Point(3, 588); this.btn_BackEndExport.Name = "btn_BackEndExport"; this.btn_BackEndExport.Size = new System.Drawing.Size(208, 24); this.btn_BackEndExport.TabIndex = 28; this.btn_BackEndExport.Text = "Export Results"; this.toolTip1.SetToolTip(this.btn_BackEndExport, "Export Results to file"); this.btn_BackEndExport.UseVisualStyleBackColor = true; this.btn_BackEndExport.Click += new System.EventHandler(this.btnExport_Click); // // skinButton4 // this.skinButton4.ForeColor = System.Drawing.SystemColors.HotTrack; this.skinButton4.Location = new System.Drawing.Point(114, 65); this.skinButton4.Name = "skinButton4"; this.skinButton4.Size = new System.Drawing.Size(86, 21); this.skinButton4.TabIndex = 151; this.skinButton4.Text = "Reset"; this.toolTip1.SetToolTip(this.skinButton4, "Reset the result counters"); this.skinButton4.UseVisualStyleBackColor = true; this.skinButton4.Click += new System.EventHandler(this.skinButton4_Click); // // skinButton5 // this.skinButton5.ForeColor = System.Drawing.SystemColors.HotTrack; this.skinButton5.Location = new System.Drawing.Point(114, 38); this.skinButton5.Name = "skinButton5"; this.skinButton5.Size = new System.Drawing.Size(86, 21); this.skinButton5.TabIndex = 150; this.skinButton5.Text = "Show All"; this.toolTip1.SetToolTip(this.skinButton5, "Show all results and trigger values"); this.skinButton5.UseVisualStyleBackColor = true; this.skinButton5.Click += new System.EventHandler(this.skinButton5_Click); // // skinButton6 // this.skinButton6.ForeColor = System.Drawing.SystemColors.HotTrack; this.skinButton6.Location = new System.Drawing.Point(114, 11); this.skinButton6.Name = "skinButton6"; this.skinButton6.Size = new System.Drawing.Size(86, 21); this.skinButton6.TabIndex = 149; this.skinButton6.Text = "Update"; this.toolTip1.SetToolTip(this.skinButton6, "Update result lists with the current triggers"); this.skinButton6.UseVisualStyleBackColor = true; this.skinButton6.Click += new System.EventHandler(this.skinButton6_Click); // // radioHEAD // this.radioHEAD.AutoSize = true; this.radioHEAD.BackColor = System.Drawing.Color.Transparent; this.radioHEAD.Location = new System.Drawing.Point(8, 149); this.radioHEAD.Name = "radioHEAD"; this.radioHEAD.Size = new System.Drawing.Size(50, 16); this.radioHEAD.TabIndex = 26; this.radioHEAD.Text = "HEAD"; this.toolTip1.SetToolTip(this.radioHEAD, "Use the HEAD HTTP method"); this.radioHEAD.UseVisualStyleBackColor = true; // // radioGET // this.radioGET.AutoSize = true; this.radioGET.BackColor = System.Drawing.Color.Transparent; this.radioGET.Checked = true; this.radioGET.Location = new System.Drawing.Point(122, 149); this.radioGET.Name = "radioGET"; this.radioGET.Size = new System.Drawing.Size(41, 16); this.radioGET.TabIndex = 27; this.radioGET.TabStop = true; this.radioGET.Text = "GET"; this.toolTip1.SetToolTip(this.radioGET, "Use the GET HTTP method (recommended)"); this.radioGET.UseVisualStyleBackColor = true; // // btn_BEClearDB // this.btn_BEClearDB.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold); this.btn_BEClearDB.ForeColor = System.Drawing.Color.Brown; this.btn_BEClearDB.Location = new System.Drawing.Point(8, 65); this.btn_BEClearDB.Name = "btn_BEClearDB"; this.btn_BEClearDB.Size = new System.Drawing.Size(100, 20); this.btn_BEClearDB.TabIndex = 21; this.btn_BEClearDB.Text = "Clear DB"; this.toolTip1.SetToolTip(this.btn_BEClearDB, "Clear the result cache"); this.btn_BEClearDB.UseVisualStyleBackColor = true; this.btn_BEClearDB.Click += new System.EventHandler(this.btnClearBackEndDB_Click); // // chkBackEndAI // this.chkBackEndAI.AutoSize = true; this.chkBackEndAI.BackColor = System.Drawing.Color.Transparent; this.chkBackEndAI.Location = new System.Drawing.Point(8, 14); this.chkBackEndAI.Name = "chkBackEndAI"; this.chkBackEndAI.Size = new System.Drawing.Size(53, 16); this.chkBackEndAI.TabIndex = 19; this.chkBackEndAI.Text = "Use AI"; this.toolTip1.SetToolTip(this.chkBackEndAI, "Use SensePost\'s AI triggers t reduce false positives (we recommend a value of aro" + "und 0.8)"); this.chkBackEndAI.UseVisualStyleBackColor = true; this.chkBackEndAI.CheckedChanged += new System.EventHandler(this.ToggleBackendAI); // // txtErrorCodeDir // this.txtErrorCodeDir.BackColor = System.Drawing.Color.Snow; this.txtErrorCodeDir.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtErrorCodeDir.Location = new System.Drawing.Point(3, 3); this.txtErrorCodeDir.Name = "txtErrorCodeDir"; this.txtErrorCodeDir.Size = new System.Drawing.Size(100, 18); this.txtErrorCodeDir.TabIndex = 24; this.txtErrorCodeDir.Text = "403,401,200,302,301"; this.txtErrorCodeDir.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.toolTip1.SetToolTip(this.txtErrorCodeDir, "HTTP response codes indicating thet directories exist"); // // txtErrorCodeFile // this.txtErrorCodeFile.BackColor = System.Drawing.Color.Snow; this.txtErrorCodeFile.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtErrorCodeFile.Location = new System.Drawing.Point(3, 27); this.txtErrorCodeFile.Name = "txtErrorCodeFile"; this.txtErrorCodeFile.Size = new System.Drawing.Size(100, 18); this.txtErrorCodeFile.TabIndex = 25; this.txtErrorCodeFile.Text = "200,302,301,403"; this.txtErrorCodeFile.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.toolTip1.SetToolTip(this.txtErrorCodeFile, "HTTP response codes indicating thet files exist"); // // btn_BELoadDirs // this.btn_BELoadDirs.ForeColor = System.Drawing.SystemColors.HotTrack; this.btn_BELoadDirs.Location = new System.Drawing.Point(8, 20); this.btn_BELoadDirs.Name = "btn_BELoadDirs"; this.btn_BELoadDirs.Size = new System.Drawing.Size(100, 20); this.btn_BELoadDirs.TabIndex = 13; this.btn_BELoadDirs.Text = "Load Directories"; this.toolTip1.SetToolTip(this.btn_BELoadDirs, "Load a list of directory names from file"); this.btn_BELoadDirs.UseVisualStyleBackColor = true; this.btn_BELoadDirs.Click += new System.EventHandler(this.btnLoadDirs_Click); // // btn_BEUpdateFromSP // this.btn_BEUpdateFromSP.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold); this.btn_BEUpdateFromSP.ForeColor = System.Drawing.SystemColors.HotTrack; this.btn_BEUpdateFromSP.Location = new System.Drawing.Point(108, 20); this.btn_BEUpdateFromSP.Name = "btn_BEUpdateFromSP"; this.btn_BEUpdateFromSP.Size = new System.Drawing.Size(100, 36); this.btn_BEUpdateFromSP.TabIndex = 16; this.btn_BEUpdateFromSP.Text = "Update from SensePost"; this.toolTip1.SetToolTip(this.btn_BEUpdateFromSP, "Update the directory, file and extension lists from SensePost"); this.btn_BEUpdateFromSP.UseVisualStyleBackColor = true; this.btn_BEUpdateFromSP.Click += new System.EventHandler(this.btnBackEndUpdateDirs_Click); // // cmbBackEndUpdate // this.cmbBackEndUpdate.BackColor = System.Drawing.Color.Snow; this.cmbBackEndUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.cmbBackEndUpdate.Location = new System.Drawing.Point(116, 64); this.cmbBackEndUpdate.Name = "cmbBackEndUpdate"; this.cmbBackEndUpdate.Size = new System.Drawing.Size(84, 20); this.cmbBackEndUpdate.TabIndex = 17; this.cmbBackEndUpdate.Text = "Refresh..."; this.toolTip1.SetToolTip(this.cmbBackEndUpdate, "Select the update option"); this.cmbBackEndUpdate.Click += new System.EventHandler(this.cmbBackEndUpdate_SelectedIndexChanged); // // btn_BELoadExts // this.btn_BELoadExts.ForeColor = System.Drawing.SystemColors.HotTrack; this.btn_BELoadExts.Location = new System.Drawing.Point(8, 63); this.btn_BELoadExts.Name = "btn_BELoadExts"; this.btn_BELoadExts.Size = new System.Drawing.Size(100, 20); this.btn_BELoadExts.TabIndex = 15; this.btn_BELoadExts.Text = "Load File Types"; this.toolTip1.SetToolTip(this.btn_BELoadExts, "Load a list of filetypes from file"); this.btn_BELoadExts.UseVisualStyleBackColor = true; this.btn_BELoadExts.Click += new System.EventHandler(this.btnLoadFileformat_Click); // // btn_BELoadFiles // this.btn_BELoadFiles.ForeColor = System.Drawing.SystemColors.HotTrack; this.btn_BELoadFiles.Location = new System.Drawing.Point(8, 42); this.btn_BELoadFiles.Name = "btn_BELoadFiles"; this.btn_BELoadFiles.Size = new System.Drawing.Size(100, 20); this.btn_BELoadFiles.TabIndex = 14; this.btn_BELoadFiles.Text = "Load File Names"; this.toolTip1.SetToolTip(this.btn_BELoadFiles, "Load a list of files from file"); this.btn_BELoadFiles.UseVisualStyleBackColor = true; this.btn_BELoadFiles.Click += new System.EventHandler(this.btnLoadFiles_Click); // // txtIPPort // this.txtIPPort.BackColor = System.Drawing.Color.Snow; this.txtIPPort.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtIPPort.Location = new System.Drawing.Point(8, 44); this.txtIPPort.Name = "txtIPPort"; this.txtIPPort.Size = new System.Drawing.Size(112, 18); this.txtIPPort.TabIndex = 10; this.txtIPPort.Text = "80"; this.txtIPPort.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.toolTip1.SetToolTip(this.txtIPPort, "The target port (ie: 80 for http, 443 for https)"); // // chkBackEnduseSSLport // this.chkBackEnduseSSLport.AutoSize = true; this.chkBackEnduseSSLport.BackColor = System.Drawing.Color.Transparent; this.chkBackEnduseSSLport.Location = new System.Drawing.Point(154, 47); this.chkBackEnduseSSLport.Name = "chkBackEnduseSSLport"; this.chkBackEnduseSSLport.Size = new System.Drawing.Size(41, 16); this.chkBackEnduseSSLport.TabIndex = 11; this.chkBackEnduseSSLport.Text = "SSL"; this.toolTip1.SetToolTip(this.chkBackEnduseSSLport, "If you are scanning a secure web server(https), ensure that this is checked."); this.chkBackEnduseSSLport.UseVisualStyleBackColor = true; this.chkBackEnduseSSLport.CheckedChanged += new System.EventHandler(this.chkBackEnduseSSLport_CheckedChanged); // // txtIPNumber // this.txtIPNumber.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255))))); this.txtIPNumber.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtIPNumber.Location = new System.Drawing.Point(8, 20); this.txtIPNumber.Name = "txtIPNumber"; this.txtIPNumber.Size = new System.Drawing.Size(112, 18); this.txtIPNumber.TabIndex = 9; this.txtIPNumber.Text = "localhost"; this.txtIPNumber.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.toolTip1.SetToolTip(this.txtIPNumber, "The target host (ie: localhost)"); this.txtIPNumber.TextChanged += new System.EventHandler(this.populateHeader); // // btn_WiktoImportBackEnd // this.btn_WiktoImportBackEnd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btn_WiktoImportBackEnd.ForeColor = System.Drawing.SystemColors.HotTrack; this.btn_WiktoImportBackEnd.Location = new System.Drawing.Point(227, 0); this.btn_WiktoImportBackEnd.Name = "btn_WiktoImportBackEnd"; this.btn_WiktoImportBackEnd.Size = new System.Drawing.Size(48, 21); this.btn_WiktoImportBackEnd.TabIndex = 21; this.btn_WiktoImportBackEnd.Text = "Backend"; this.toolTip1.SetToolTip(this.btn_WiktoImportBackEnd, "Import Directories from Backend Miner"); this.btn_WiktoImportBackEnd.UseVisualStyleBackColor = true; this.btn_WiktoImportBackEnd.Click += new System.EventHandler(this.btn_WiktoImportBackEnd_Click); // // btn_WiktoImportMirror // this.btn_WiktoImportMirror.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btn_WiktoImportMirror.ForeColor = System.Drawing.SystemColors.HotTrack; this.btn_WiktoImportMirror.Location = new System.Drawing.Point(129, 0); this.btn_WiktoImportMirror.Name = "btn_WiktoImportMirror"; this.btn_WiktoImportMirror.Size = new System.Drawing.Size(44, 21); this.btn_WiktoImportMirror.TabIndex = 22; this.btn_WiktoImportMirror.Text = "Spider"; this.toolTip1.SetToolTip(this.btn_WiktoImportMirror, "Import Directories from Spider"); this.btn_WiktoImportMirror.UseVisualStyleBackColor = true; this.btn_WiktoImportMirror.Click += new System.EventHandler(this.btn_WiktoImportMirror_Click); // // btn_WiktoImportGoogle // this.btn_WiktoImportGoogle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btn_WiktoImportGoogle.ForeColor = System.Drawing.SystemColors.HotTrack; this.btn_WiktoImportGoogle.Location = new System.Drawing.Point(179, 0); this.btn_WiktoImportGoogle.Name = "btn_WiktoImportGoogle"; this.btn_WiktoImportGoogle.Size = new System.Drawing.Size(42, 21); this.btn_WiktoImportGoogle.TabIndex = 23; this.btn_WiktoImportGoogle.Text = "Google"; this.toolTip1.SetToolTip(this.btn_WiktoImportGoogle, "Import Directories from Google Miner"); this.btn_WiktoImportGoogle.UseVisualStyleBackColor = true; this.btn_WiktoImportGoogle.Click += new System.EventHandler(this.btn_WiktoImportGoogle_Click); // // btn_NiktoLoad // this.btn_NiktoLoad.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold); this.btn_NiktoLoad.ForeColor = System.Drawing.SystemColors.HotTrack; this.btn_NiktoLoad.Location = new System.Drawing.Point(7, 360); this.btn_NiktoLoad.Name = "btn_NiktoLoad"; this.btn_NiktoLoad.Size = new System.Drawing.Size(208, 24); this.btn_NiktoLoad.TabIndex = 18; this.btn_NiktoLoad.Text = "Load Nikto Database"; this.toolTip1.SetToolTip(this.btn_NiktoLoad, "Load a Nikto Database"); this.btn_NiktoLoad.UseVisualStyleBackColor = true; this.btn_NiktoLoad.Click += new System.EventHandler(this.btnNiktoLoad_Click_1); // // skinButtonGreen2 // this.skinButtonGreen2.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold); this.skinButtonGreen2.ForeColor = System.Drawing.Color.ForestGreen; this.skinButtonGreen2.Location = new System.Drawing.Point(7, 330); this.skinButtonGreen2.Name = "skinButtonGreen2"; this.skinButtonGreen2.Size = new System.Drawing.Size(208, 24); this.skinButtonGreen2.TabIndex = 17; this.skinButtonGreen2.Text = "Export Results"; this.toolTip1.SetToolTip(this.skinButtonGreen2, "Export results to file"); this.skinButtonGreen2.UseVisualStyleBackColor = true; this.skinButtonGreen2.Click += new System.EventHandler(this.btnNiktoExport_Click); // // btnClearNiktoAI // this.btnClearNiktoAI.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold); this.btnClearNiktoAI.ForeColor = System.Drawing.Color.Brown; this.btnClearNiktoAI.Location = new System.Drawing.Point(6, 61); this.btnClearNiktoAI.Name = "btnClearNiktoAI"; this.btnClearNiktoAI.Size = new System.Drawing.Size(86, 21); this.btnClearNiktoAI.TabIndex = 14; this.btnClearNiktoAI.Text = "Clear DB"; this.toolTip1.SetToolTip(this.btnClearNiktoAI, "Clear the results dataase"); this.btnClearNiktoAI.UseVisualStyleBackColor = true; this.btnClearNiktoAI.Click += new System.EventHandler(this.btnClearNiktoAI_Click); // // btnNiktoRestFuzz // this.btnNiktoRestFuzz.ForeColor = System.Drawing.SystemColors.HotTrack; this.btnNiktoRestFuzz.Location = new System.Drawing.Point(6, 41); this.btnNiktoRestFuzz.Name = "btnNiktoRestFuzz"; this.btnNiktoRestFuzz.Size = new System.Drawing.Size(86, 21); this.btnNiktoRestFuzz.TabIndex = 15; this.btnNiktoRestFuzz.Text = "Reset"; this.toolTip1.SetToolTip(this.btnNiktoRestFuzz, "Reset the results database"); this.btnNiktoRestFuzz.UseVisualStyleBackColor = true; this.btnNiktoRestFuzz.Click += new System.EventHandler(this.btnNiktoRestFuzz_Click); // // btnNiktoShowAll // this.btnNiktoShowAll.ForeColor = System.Drawing.SystemColors.HotTrack; this.btnNiktoShowAll.Location = new System.Drawing.Point(114, 61); this.btnNiktoShowAll.Name = "btnNiktoShowAll"; this.btnNiktoShowAll.Size = new System.Drawing.Size(86, 21); this.btnNiktoShowAll.TabIndex = 13; this.btnNiktoShowAll.Text = "Show All"; this.toolTip1.SetToolTip(this.btnNiktoShowAll, "Show all results"); this.btnNiktoShowAll.UseVisualStyleBackColor = true; this.btnNiktoShowAll.Click += new System.EventHandler(this.btnNiktoShowAll_Click); // // chkOptimizedNikto // this.chkOptimizedNikto.AutoSize = true; this.chkOptimizedNikto.BackColor = System.Drawing.Color.Transparent; this.chkOptimizedNikto.Checked = true; this.chkOptimizedNikto.CheckState = System.Windows.Forms.CheckState.Checked; this.chkOptimizedNikto.Location = new System.Drawing.Point(116, 18); this.chkOptimizedNikto.Name = "chkOptimizedNikto"; this.chkOptimizedNikto.Size = new System.Drawing.Size(66, 16); this.chkOptimizedNikto.TabIndex = 16; this.chkOptimizedNikto.Text = "Optimised"; this.toolTip1.SetToolTip(this.chkOptimizedNikto, "Cache AI levels for known file types"); this.chkOptimizedNikto.UseVisualStyleBackColor = true; // // btnNiktoFuzzUpdate // this.btnNiktoFuzzUpdate.ForeColor = System.Drawing.SystemColors.HotTrack; this.btnNiktoFuzzUpdate.Location = new System.Drawing.Point(114, 41); this.btnNiktoFuzzUpdate.Name = "btnNiktoFuzzUpdate"; this.btnNiktoFuzzUpdate.Size = new System.Drawing.Size(86, 21); this.btnNiktoFuzzUpdate.TabIndex = 12; this.btnNiktoFuzzUpdate.Text = "Update"; this.toolTip1.SetToolTip(this.btnNiktoFuzzUpdate, "Update results lists using the current trigger"); this.btnNiktoFuzzUpdate.UseVisualStyleBackColor = true; this.btnNiktoFuzzUpdate.Click += new System.EventHandler(this.btnNiktoFuzzUpdate_Click); // // NUPDOWNfuzz // this.NUPDOWNfuzz.BackColor = System.Drawing.Color.Snow; this.NUPDOWNfuzz.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.NUPDOWNfuzz.DecimalPlaces = 3; this.NUPDOWNfuzz.Increment = new decimal(new int[] { 5, 0, 0, 131072}); this.NUPDOWNfuzz.Location = new System.Drawing.Point(6, 17); this.NUPDOWNfuzz.Maximum = new decimal(new int[] { 1000, 0, 0, 0}); this.NUPDOWNfuzz.Name = "NUPDOWNfuzz"; this.NUPDOWNfuzz.Size = new System.Drawing.Size(86, 18); this.NUPDOWNfuzz.TabIndex = 11; this.toolTip1.SetToolTip(this.NUPDOWNfuzz, "The AI trigger level (we recommend a value of aroun 0.8)"); this.NUPDOWNfuzz.Value = new decimal(new int[] { 9, 0, 0, 65536}); // // chkuseSSLWikto // this.chkuseSSLWikto.AutoSize = true; this.chkuseSSLWikto.BackColor = System.Drawing.Color.Transparent; this.chkuseSSLWikto.Location = new System.Drawing.Point(156, 42); this.chkuseSSLWikto.Name = "chkuseSSLWikto"; this.chkuseSSLWikto.Size = new System.Drawing.Size(41, 16); this.chkuseSSLWikto.TabIndex = 8; this.chkuseSSLWikto.Text = "SSL"; this.toolTip1.SetToolTip(this.chkuseSSLWikto, "If you are scanning a secure web server(https), ensure that this is checked."); this.chkuseSSLWikto.UseVisualStyleBackColor = true; this.chkuseSSLWikto.CheckedChanged += new System.EventHandler(this.chkuseSSLWikto_CheckedChanged); // // txtNiktoPort // this.txtNiktoPort.BackColor = System.Drawing.Color.Snow; this.txtNiktoPort.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtNiktoPort.Location = new System.Drawing.Point(6, 41); this.txtNiktoPort.Name = "txtNiktoPort"; this.txtNiktoPort.Size = new System.Drawing.Size(112, 18); this.txtNiktoPort.TabIndex = 7; this.txtNiktoPort.Text = "80"; this.txtNiktoPort.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.toolTip1.SetToolTip(this.txtNiktoPort, "The target port (ie: 80 for http, 443 for https)"); // // txtNiktoTarget // this.txtNiktoTarget.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255))))); this.txtNiktoTarget.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtNiktoTarget.Location = new System.Drawing.Point(6, 17); this.txtNiktoTarget.Name = "txtNiktoTarget"; this.txtNiktoTarget.Size = new System.Drawing.Size(112, 18); this.txtNiktoTarget.TabIndex = 6; this.txtNiktoTarget.Text = "localhost"; this.txtNiktoTarget.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.toolTip1.SetToolTip(this.txtNiktoTarget, "The target host (ie: localhost)"); // // skinButtonRed1 // this.skinButtonRed1.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold); this.skinButtonRed1.ForeColor = System.Drawing.Color.Brown; this.skinButtonRed1.Location = new System.Drawing.Point(121, 59); this.skinButtonRed1.Name = "skinButtonRed1"; this.skinButtonRed1.Size = new System.Drawing.Size(86, 28); this.skinButtonRed1.TabIndex = 4; this.skinButtonRed1.Text = "Quit"; this.toolTip1.SetToolTip(this.skinButtonRed1, "Quit Wikto"); this.skinButtonRed1.UseVisualStyleBackColor = true; this.skinButtonRed1.Click += new System.EventHandler(this.button1_Click_1); // // btn_WiktoStop // this.btn_WiktoStop.Enabled = false; this.btn_WiktoStop.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold); this.btn_WiktoStop.ForeColor = System.Drawing.Color.DarkGoldenrod; this.btn_WiktoStop.Location = new System.Drawing.Point(121, 32); this.btn_WiktoStop.Name = "btn_WiktoStop"; this.btn_WiktoStop.Size = new System.Drawing.Size(86, 28); this.btn_WiktoStop.TabIndex = 3; this.btn_WiktoStop.Text = "Stop"; this.toolTip1.SetToolTip(this.btn_WiktoStop, "Stop the Scan"); this.btn_WiktoStop.UseVisualStyleBackColor = true; this.btn_WiktoStop.Click += new System.EventHandler(this.btnStopNikto_Click); // // btn_WiktoStart // this.btn_WiktoStart.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold); this.btn_WiktoStart.ForeColor = System.Drawing.Color.ForestGreen; this.btn_WiktoStart.Location = new System.Drawing.Point(121, 5); this.btn_WiktoStart.Name = "btn_WiktoStart"; this.btn_WiktoStart.Size = new System.Drawing.Size(86, 28); this.btn_WiktoStart.TabIndex = 2; this.btn_WiktoStart.Text = "Start"; this.toolTip1.SetToolTip(this.btn_WiktoStart, "Start the Scan"); this.btn_WiktoStart.UseVisualStyleBackColor = true; this.btn_WiktoStart.Click += new System.EventHandler(this.btnStartNikto_Click); // // btnGoogleQuit // this.btnGoogleQuit.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold); this.btnGoogleQuit.ForeColor = System.Drawing.Color.Brown; this.btnGoogleQuit.Location = new System.Drawing.Point(121, 59); this.btnGoogleQuit.Name = "btnGoogleQuit"; this.btnGoogleQuit.Size = new System.Drawing.Size(86, 28); this.btnGoogleQuit.TabIndex = 4; this.btnGoogleQuit.Text = "Quit"; this.toolTip1.SetToolTip(this.btnGoogleQuit, "Quit Wikto"); this.btnGoogleQuit.UseVisualStyleBackColor = true; this.btnGoogleQuit.Click += new System.EventHandler(this.button1_Click_1); // // btnStopGoole // this.btnStopGoole.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold); this.btnStopGoole.ForeColor = System.Drawing.Color.DarkGoldenrod; this.btnStopGoole.Location = new System.Drawing.Point(121, 32); this.btnStopGoole.Name = "btnStopGoole"; this.btnStopGoole.Size = new System.Drawing.Size(86, 28); this.btnStopGoole.TabIndex = 3; this.btnStopGoole.Text = "Stop"; this.toolTip1.SetToolTip(this.btnStopGoole, "Stop the Scan"); this.btnStopGoole.UseVisualStyleBackColor = true; this.btnStopGoole.Click += new System.EventHandler(this.btnStopGoole_Click); // // btnGoogleStart // this.btnGoogleStart.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold); this.btnGoogleStart.ForeColor = System.Drawing.Color.ForestGreen; this.btnGoogleStart.Location = new System.Drawing.Point(121, 5); this.btnGoogleStart.Name = "btnGoogleStart"; this.btnGoogleStart.Size = new System.Drawing.Size(86, 28); this.btnGoogleStart.TabIndex = 2; this.btnGoogleStart.Text = "Start"; this.toolTip1.SetToolTip(this.btnGoogleStart, "Start the Scan"); this.btnGoogleStart.UseVisualStyleBackColor = true; this.btnGoogleStart.Click += new System.EventHandler(this.btnGoogleStart_Click); // // txtWords // this.txtWords.BackColor = System.Drawing.Color.Snow; this.txtWords.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtWords.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F); this.txtWords.Location = new System.Drawing.Point(71, 122); this.txtWords.Name = "txtWords"; this.txtWords.Size = new System.Drawing.Size(136, 18); this.txtWords.TabIndex = 6; this.txtWords.Text = "htm,html,asp,pl,php,cgi,aspx,wsdl,xml,xls,sh,csv,txt,doc,pdf,mdb,zip"; this.txtWords.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.toolTip1.SetToolTip(this.txtWords, "Filetypes to scan for in order to obtain directory information from Google"); // // txtGoogleKeyword // this.txtGoogleKeyword.BackColor = System.Drawing.Color.Snow; this.txtGoogleKeyword.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtGoogleKeyword.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F); this.txtGoogleKeyword.Location = new System.Drawing.Point(71, 146); this.txtGoogleKeyword.Name = "txtGoogleKeyword"; this.txtGoogleKeyword.Size = new System.Drawing.Size(136, 18); this.txtGoogleKeyword.TabIndex = 7; this.txtGoogleKeyword.Text = "localhost"; this.txtGoogleKeyword.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.toolTip1.SetToolTip(this.txtGoogleKeyword, "A keyword to use in your Google Search"); // // txtGoogleTarget // this.txtGoogleTarget.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255))))); this.txtGoogleTarget.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtGoogleTarget.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F); this.txtGoogleTarget.Location = new System.Drawing.Point(71, 98); this.txtGoogleTarget.Name = "txtGoogleTarget"; this.txtGoogleTarget.Size = new System.Drawing.Size(136, 18); this.txtGoogleTarget.TabIndex = 5; this.txtGoogleTarget.Text = "localhost"; this.txtGoogleTarget.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.toolTip1.SetToolTip(this.txtGoogleTarget, "The hostname to scan for (ie: localhost). This will become part of the site: dir" + "ective for Google"); this.txtGoogleTarget.Enter += new System.EventHandler(this.btnStopGoole_Click); this.txtGoogleTarget.Leave += new System.EventHandler(this.populatekeyword); // // chk_SpiderSSL // this.chk_SpiderSSL.AutoSize = true; this.chk_SpiderSSL.BackColor = System.Drawing.Color.Transparent; this.chk_SpiderSSL.Location = new System.Drawing.Point(51, 165); this.chk_SpiderSSL.Name = "chk_SpiderSSL"; this.chk_SpiderSSL.Size = new System.Drawing.Size(41, 16); this.chk_SpiderSSL.TabIndex = 258; this.chk_SpiderSSL.Text = "SSL"; this.toolTip1.SetToolTip(this.chk_SpiderSSL, "If you are scanning a secure web server(https), ensure that this is checked."); this.chk_SpiderSSL.UseVisualStyleBackColor = true; this.chk_SpiderSSL.CheckedChanged += new System.EventHandler(this.chk_SpiderSSL_CheckedChanged); // // txt_SpiderPort // this.txt_SpiderPort.BackColor = System.Drawing.Color.WhiteSmoke; this.txt_SpiderPort.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txt_SpiderPort.Location = new System.Drawing.Point(51, 130); this.txt_SpiderPort.Name = "txt_SpiderPort"; this.txt_SpiderPort.Size = new System.Drawing.Size(156, 18); this.txt_SpiderPort.TabIndex = 256; this.txt_SpiderPort.Text = "80"; this.txt_SpiderPort.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.toolTip1.SetToolTip(this.txt_SpiderPort, "The target port (ie: 80 for http, 443 for https)"); // // txtHTTarget // this.txtHTTarget.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255))))); this.txtHTTarget.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtHTTarget.Location = new System.Drawing.Point(51, 99); this.txtHTTarget.Name = "txtHTTarget"; this.txtHTTarget.Size = new System.Drawing.Size(156, 18); this.txtHTTarget.TabIndex = 5; this.txtHTTarget.Text = "localhost"; this.txtHTTarget.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.toolTip1.SetToolTip(this.txtHTTarget, "The target host (ie: localhost)"); // // btn_MirrorQuit // this.btn_MirrorQuit.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold); this.btn_MirrorQuit.ForeColor = System.Drawing.Color.Brown; this.btn_MirrorQuit.Location = new System.Drawing.Point(121, 59); this.btn_MirrorQuit.Name = "btn_MirrorQuit"; this.btn_MirrorQuit.Size = new System.Drawing.Size(86, 28); this.btn_MirrorQuit.TabIndex = 4; this.btn_MirrorQuit.Text = "Quit"; this.toolTip1.SetToolTip(this.btn_MirrorQuit, "Quit Wikto"); this.btn_MirrorQuit.UseVisualStyleBackColor = true; this.btn_MirrorQuit.Click += new System.EventHandler(this.button1_Click_1); // // btnHTStop // this.btnHTStop.Enabled = false; this.btnHTStop.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold); this.btnHTStop.ForeColor = System.Drawing.Color.DarkGoldenrod; this.btnHTStop.Location = new System.Drawing.Point(121, 32); this.btnHTStop.Name = "btnHTStop"; this.btnHTStop.Size = new System.Drawing.Size(86, 28); this.btnHTStop.TabIndex = 3; this.btnHTStop.Text = "Stop"; this.toolTip1.SetToolTip(this.btnHTStop, "Stop the Scan"); this.btnHTStop.UseVisualStyleBackColor = true; this.btnHTStop.Click += new System.EventHandler(this.btnHTStop_Click); // // btnHTStart // this.btnHTStart.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold); this.btnHTStart.ForeColor = System.Drawing.Color.ForestGreen; this.btnHTStart.Location = new System.Drawing.Point(121, 5); this.btnHTStart.Name = "btnHTStart"; this.btnHTStart.Size = new System.Drawing.Size(86, 28); this.btnHTStart.TabIndex = 2; this.btnHTStart.Text = "Start"; this.toolTip1.SetToolTip(this.btnHTStart, "Start the Scan"); this.btnHTStart.UseVisualStyleBackColor = true; this.btnHTStart.Click += new System.EventHandler(this.btn_InsieWinsieSpider); // // tabControl1 // this.tabControl1.Appearance = System.Windows.Forms.TabAppearance.FlatButtons; this.tabControl1.Controls.Add(this.Mirror); this.tabControl1.Controls.Add(this.Googler); this.tabControl1.Controls.Add(this.BackEndMiner); this.tabControl1.Controls.Add(this.NiktoIsh); this.tabControl1.Controls.Add(this.GoogleHacks); this.tabControl1.Controls.Add(this.pnl_configleft); this.tabControl1.Controls.Add(this.tab_wizard); this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl1.Location = new System.Drawing.Point(3, 0); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(1013, 741); this.tabControl1.TabIndex = 0; this.toolTip1.SetToolTip(this.tabControl1, "Pause / Resume a Scan"); this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.CheckIfIShouldStartTheWizard); // // Mirror // this.Mirror.BackColor = System.Drawing.Color.DarkGray; this.Mirror.Controls.Add(this.tpnlMirror); this.Mirror.Controls.Add(this.pnlMirrorLeft); this.Mirror.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F); this.Mirror.Location = new System.Drawing.Point(4, 24); this.Mirror.Name = "Mirror"; this.Mirror.Size = new System.Drawing.Size(1005, 713); this.Mirror.TabIndex = 5; this.Mirror.Text = "Spider"; this.Mirror.UseVisualStyleBackColor = true; // // tpnlMirror // this.tpnlMirror.ColumnCount = 1; this.tpnlMirror.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tpnlMirror.Controls.Add(this.tpnlMirrorLinks, 0, 1); this.tpnlMirror.Controls.Add(this.tpnlMirrorDir, 0, 0); this.tpnlMirror.Dock = System.Windows.Forms.DockStyle.Fill; this.tpnlMirror.Location = new System.Drawing.Point(224, 0); this.tpnlMirror.Margin = new System.Windows.Forms.Padding(0); this.tpnlMirror.Name = "tpnlMirror"; this.tpnlMirror.RowCount = 2; this.tpnlMirror.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tpnlMirror.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tpnlMirror.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tpnlMirror.Size = new System.Drawing.Size(781, 713); this.tpnlMirror.TabIndex = 147; // // tpnlMirrorLinks // this.tpnlMirrorLinks.ColumnCount = 1; this.tpnlMirrorLinks.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tpnlMirrorLinks.Controls.Add(this.tpnlMirrorLinkTop, 0, 0); this.tpnlMirrorLinks.Controls.Add(this.lstMirrorLinks, 0, 1); this.tpnlMirrorLinks.Dock = System.Windows.Forms.DockStyle.Fill; this.tpnlMirrorLinks.Location = new System.Drawing.Point(0, 356); this.tpnlMirrorLinks.Margin = new System.Windows.Forms.Padding(0); this.tpnlMirrorLinks.Name = "tpnlMirrorLinks"; this.tpnlMirrorLinks.RowCount = 2; this.tpnlMirrorLinks.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tpnlMirrorLinks.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tpnlMirrorLinks.Size = new System.Drawing.Size(781, 357); this.tpnlMirrorLinks.TabIndex = 16; // // tpnlMirrorLinkTop // this.tpnlMirrorLinkTop.ColumnCount = 2; this.tpnlMirrorLinkTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tpnlMirrorLinkTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tpnlMirrorLinkTop.Controls.Add(this.pnlMirrorLinkLeft, 0, 0); this.tpnlMirrorLinkTop.Controls.Add(this.pnlMrrorLinkRight, 1, 0); this.tpnlMirrorLinkTop.Dock = System.Windows.Forms.DockStyle.Fill; this.tpnlMirrorLinkTop.Location = new System.Drawing.Point(0, 0); this.tpnlMirrorLinkTop.Margin = new System.Windows.Forms.Padding(0); this.tpnlMirrorLinkTop.Name = "tpnlMirrorLinkTop"; this.tpnlMirrorLinkTop.RowCount = 1; this.tpnlMirrorLinkTop.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tpnlMirrorLinkTop.Size = new System.Drawing.Size(781, 30); this.tpnlMirrorLinkTop.TabIndex = 0; // // pnlMirrorLinkLeft // this.pnlMirrorLinkLeft.Controls.Add(this.label34); this.pnlMirrorLinkLeft.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlMirrorLinkLeft.Location = new System.Drawing.Point(0, 0); this.pnlMirrorLinkLeft.Margin = new System.Windows.Forms.Padding(0); this.pnlMirrorLinkLeft.Name = "pnlMirrorLinkLeft"; this.pnlMirrorLinkLeft.Size = new System.Drawing.Size(390, 30); this.pnlMirrorLinkLeft.TabIndex = 13; // // label34 // this.label34.Location = new System.Drawing.Point(1, 10); this.label34.Name = "label34"; this.label34.Size = new System.Drawing.Size(104, 16); this.label34.TabIndex = 91; this.label34.Text = "External Links"; // // pnlMrrorLinkRight // this.pnlMrrorLinkRight.Controls.Add(this.btn_MirrorClearLinks); this.pnlMrrorLinkRight.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlMrrorLinkRight.Location = new System.Drawing.Point(390, 0); this.pnlMrrorLinkRight.Margin = new System.Windows.Forms.Padding(0); this.pnlMrrorLinkRight.Name = "pnlMrrorLinkRight"; this.pnlMrrorLinkRight.Size = new System.Drawing.Size(391, 30); this.pnlMrrorLinkRight.TabIndex = 14; // // btn_MirrorClearLinks // this.btn_MirrorClearLinks.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btn_MirrorClearLinks.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold); this.btn_MirrorClearLinks.ForeColor = System.Drawing.Color.Brown; this.btn_MirrorClearLinks.Location = new System.Drawing.Point(319, 2); this.btn_MirrorClearLinks.Name = "btn_MirrorClearLinks"; this.btn_MirrorClearLinks.Size = new System.Drawing.Size(69, 28); this.btn_MirrorClearLinks.TabIndex = 15; this.btn_MirrorClearLinks.Text = "Clear List"; this.btn_MirrorClearLinks.UseVisualStyleBackColor = true; this.btn_MirrorClearLinks.Click += new System.EventHandler(this.btnHTCleanLinks_Click); // // lstMirrorLinks // this.lstMirrorLinks.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lstMirrorLinks.BackColor = System.Drawing.Color.Snow; this.lstMirrorLinks.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lstMirrorLinks.FormattingEnabled = true; this.lstMirrorLinks.ItemHeight = 12; this.lstMirrorLinks.Location = new System.Drawing.Point(3, 33); this.lstMirrorLinks.Name = "lstMirrorLinks"; this.lstMirrorLinks.Size = new System.Drawing.Size(775, 314); this.lstMirrorLinks.TabIndex = 17; // // tpnlMirrorDir // this.tpnlMirrorDir.ColumnCount = 1; this.tpnlMirrorDir.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tpnlMirrorDir.Controls.Add(this.lstMirrorDirs, 0, 1); this.tpnlMirrorDir.Controls.Add(this.tpnlMirrorDirTop, 0, 0); this.tpnlMirrorDir.Dock = System.Windows.Forms.DockStyle.Fill; this.tpnlMirrorDir.Location = new System.Drawing.Point(0, 0); this.tpnlMirrorDir.Margin = new System.Windows.Forms.Padding(0); this.tpnlMirrorDir.Name = "tpnlMirrorDir"; this.tpnlMirrorDir.RowCount = 2; this.tpnlMirrorDir.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tpnlMirrorDir.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tpnlMirrorDir.Size = new System.Drawing.Size(781, 356); this.tpnlMirrorDir.TabIndex = 11; // // lstMirrorDirs // this.lstMirrorDirs.BackColor = System.Drawing.Color.Snow; this.lstMirrorDirs.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lstMirrorDirs.Dock = System.Windows.Forms.DockStyle.Fill; this.lstMirrorDirs.FormattingEnabled = true; this.lstMirrorDirs.ItemHeight = 12; this.lstMirrorDirs.Location = new System.Drawing.Point(3, 33); this.lstMirrorDirs.Name = "lstMirrorDirs"; this.lstMirrorDirs.Size = new System.Drawing.Size(775, 314); this.lstMirrorDirs.TabIndex = 12; // // tpnlMirrorDirTop // this.tpnlMirrorDirTop.ColumnCount = 2; this.tpnlMirrorDirTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tpnlMirrorDirTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tpnlMirrorDirTop.Controls.Add(this.pnlMirrorDirLeft, 0, 0); this.tpnlMirrorDirTop.Controls.Add(this.pnlMirrorDirRight, 1, 0); this.tpnlMirrorDirTop.Dock = System.Windows.Forms.DockStyle.Fill; this.tpnlMirrorDirTop.Location = new System.Drawing.Point(0, 0); this.tpnlMirrorDirTop.Margin = new System.Windows.Forms.Padding(0); this.tpnlMirrorDirTop.Name = "tpnlMirrorDirTop"; this.tpnlMirrorDirTop.RowCount = 1; this.tpnlMirrorDirTop.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tpnlMirrorDirTop.Size = new System.Drawing.Size(781, 30); this.tpnlMirrorDirTop.TabIndex = 0; // // pnlMirrorDirLeft // this.pnlMirrorDirLeft.Controls.Add(this.label31); this.pnlMirrorDirLeft.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlMirrorDirLeft.Location = new System.Drawing.Point(0, 0); this.pnlMirrorDirLeft.Margin = new System.Windows.Forms.Padding(0); this.pnlMirrorDirLeft.Name = "pnlMirrorDirLeft"; this.pnlMirrorDirLeft.Size = new System.Drawing.Size(390, 30); this.pnlMirrorDirLeft.TabIndex = 8; // // label31 // this.label31.Location = new System.Drawing.Point(1, 8); this.label31.Name = "label31"; this.label31.Size = new System.Drawing.Size(104, 16); this.label31.TabIndex = 83; this.label31.Text = "Directories mined"; // // pnlMirrorDirRight // this.pnlMirrorDirRight.Controls.Add(this.btn_MirrorClearDirs); this.pnlMirrorDirRight.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlMirrorDirRight.Location = new System.Drawing.Point(390, 0); this.pnlMirrorDirRight.Margin = new System.Windows.Forms.Padding(0); this.pnlMirrorDirRight.Name = "pnlMirrorDirRight"; this.pnlMirrorDirRight.Size = new System.Drawing.Size(391, 30); this.pnlMirrorDirRight.TabIndex = 9; // // btn_MirrorClearDirs // this.btn_MirrorClearDirs.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btn_MirrorClearDirs.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold); this.btn_MirrorClearDirs.ForeColor = System.Drawing.Color.Brown; this.btn_MirrorClearDirs.Location = new System.Drawing.Point(319, 0); this.btn_MirrorClearDirs.Name = "btn_MirrorClearDirs"; this.btn_MirrorClearDirs.Size = new System.Drawing.Size(69, 28); this.btn_MirrorClearDirs.TabIndex = 10; this.btn_MirrorClearDirs.Text = "Clear List"; this.btn_MirrorClearDirs.UseVisualStyleBackColor = true; this.btn_MirrorClearDirs.Click += new System.EventHandler(this.skinButtonRed3_Click); // // pnlMirrorLeft // this.pnlMirrorLeft.AutoScroll = true; this.pnlMirrorLeft.AutoScrollMinSize = new System.Drawing.Size(220, 670); this.pnlMirrorLeft.BackColor = System.Drawing.Color.Gray; this.pnlMirrorLeft.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pnlMirrorLeft.Controls.Add(this.pictureBox1); this.pnlMirrorLeft.Controls.Add(this.chk_SpiderSSL); this.pnlMirrorLeft.Controls.Add(this.label10); this.pnlMirrorLeft.Controls.Add(this.txt_SpiderPort); this.pnlMirrorLeft.Controls.Add(this.lblMirrorStatus); this.pnlMirrorLeft.Controls.Add(this.pictureBox6); this.pnlMirrorLeft.Controls.Add(this.txtHTTarget); this.pnlMirrorLeft.Controls.Add(this.btn_MirrorQuit); this.pnlMirrorLeft.Controls.Add(this.btnHTStop); this.pnlMirrorLeft.Controls.Add(this.btnHTStart); this.pnlMirrorLeft.Controls.Add(this.label32); this.pnlMirrorLeft.Controls.Add(this.prgHT); this.pnlMirrorLeft.Dock = System.Windows.Forms.DockStyle.Left; this.pnlMirrorLeft.Location = new System.Drawing.Point(0, 0); this.pnlMirrorLeft.Name = "pnlMirrorLeft"; this.pnlMirrorLeft.Size = new System.Drawing.Size(224, 713); this.pnlMirrorLeft.TabIndex = 1; // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(71, 220); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(76, 69); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.pictureBox1.TabIndex = 259; this.pictureBox1.TabStop = false; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(5, 132); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(22, 12); this.label10.TabIndex = 257; this.label10.Text = "Port"; // // lblMirrorStatus // this.lblMirrorStatus.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lblMirrorStatus.Location = new System.Drawing.Point(5, 674); this.lblMirrorStatus.Name = "lblMirrorStatus"; this.lblMirrorStatus.Size = new System.Drawing.Size(196, 13); this.lblMirrorStatus.TabIndex = 255; this.lblMirrorStatus.Text = "Not Running"; this.lblMirrorStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // pictureBox6 // this.pictureBox6.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox6.BackgroundImage"))); this.pictureBox6.Location = new System.Drawing.Point(7, 5); this.pictureBox6.Name = "pictureBox6"; this.pictureBox6.Size = new System.Drawing.Size(108, 84); this.pictureBox6.TabIndex = 119; this.pictureBox6.TabStop = false; // // label32 // this.label32.Location = new System.Drawing.Point(5, 101); this.label32.Name = "label32"; this.label32.Size = new System.Drawing.Size(40, 16); this.label32.TabIndex = 121; this.label32.Text = "Target"; // // prgHT // this.prgHT.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.prgHT.BackColor = System.Drawing.Color.DarkGray; this.prgHT.Location = new System.Drawing.Point(7, 690); this.prgHT.Name = "prgHT"; this.prgHT.Size = new System.Drawing.Size(194, 13); this.prgHT.TabIndex = 255; // // Googler // this.Googler.BackColor = System.Drawing.Color.Gray; this.Googler.Controls.Add(this.tpnlGoogleMain); this.Googler.Controls.Add(this.pnlGoogleLeft); this.Googler.Controls.Add(this.lblQuery); this.Googler.Location = new System.Drawing.Point(4, 25); this.Googler.Name = "Googler"; this.Googler.Size = new System.Drawing.Size(1005, 712); this.Googler.TabIndex = 1; this.Googler.Text = "Googler"; this.Googler.UseVisualStyleBackColor = true; // // tpnlGoogleMain // this.tpnlGoogleMain.BackColor = System.Drawing.Color.DarkGray; this.tpnlGoogleMain.ColumnCount = 1; this.tpnlGoogleMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tpnlGoogleMain.Controls.Add(this.panel3, 0, 2); this.tpnlGoogleMain.Controls.Add(this.tpnlGoogleDir, 0, 0); this.tpnlGoogleMain.Controls.Add(this.tpnlGoogleLink, 0, 1); this.tpnlGoogleMain.Dock = System.Windows.Forms.DockStyle.Fill; this.tpnlGoogleMain.Location = new System.Drawing.Point(224, 0); this.tpnlGoogleMain.Margin = new System.Windows.Forms.Padding(0); this.tpnlGoogleMain.Name = "tpnlGoogleMain"; this.tpnlGoogleMain.RowCount = 3; this.tpnlGoogleMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tpnlGoogleMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tpnlGoogleMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 80F)); this.tpnlGoogleMain.Size = new System.Drawing.Size(781, 712); this.tpnlGoogleMain.TabIndex = 148; // // panel3 // this.panel3.Controls.Add(this.label57); this.panel3.Controls.Add(this.label53); this.panel3.Controls.Add(this.txtGoogleQuery); this.panel3.Controls.Add(this.lblEstimate); this.panel3.Controls.Add(this.lblPageNumber); this.panel3.Dock = System.Windows.Forms.DockStyle.Fill; this.panel3.Location = new System.Drawing.Point(0, 632); this.panel3.Margin = new System.Windows.Forms.Padding(0); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(781, 80); this.panel3.TabIndex = 18; // // label57 // this.label57.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label57.Location = new System.Drawing.Point(3, 47); this.label57.Name = "label57"; this.label57.Size = new System.Drawing.Size(775, 13); this.label57.TabIndex = 74; this.label57.Text = "Estimated Progress:"; this.label57.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label53 // this.label53.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label53.Location = new System.Drawing.Point(0, 11); this.label53.Name = "label53"; this.label53.Size = new System.Drawing.Size(781, 12); this.label53.TabIndex = 72; this.label53.Text = "Current Google Query:"; this.label53.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // txtGoogleQuery // this.txtGoogleQuery.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtGoogleQuery.BackColor = System.Drawing.Color.Snow; this.txtGoogleQuery.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtGoogleQuery.Location = new System.Drawing.Point(3, 26); this.txtGoogleQuery.Name = "txtGoogleQuery"; this.txtGoogleQuery.ReadOnly = true; this.txtGoogleQuery.Size = new System.Drawing.Size(775, 18); this.txtGoogleQuery.TabIndex = 29; this.txtGoogleQuery.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // lblEstimate // this.lblEstimate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.lblEstimate.BackColor = System.Drawing.Color.Snow; this.lblEstimate.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblEstimate.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F); this.lblEstimate.Location = new System.Drawing.Point(742, 64); this.lblEstimate.Name = "lblEstimate"; this.lblEstimate.Size = new System.Drawing.Size(36, 16); this.lblEstimate.TabIndex = 21; this.lblEstimate.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lblPageNumber // this.lblPageNumber.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.lblPageNumber.BackColor = System.Drawing.Color.Snow; this.lblPageNumber.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblPageNumber.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F); this.lblPageNumber.Location = new System.Drawing.Point(3, 64); this.lblPageNumber.Name = "lblPageNumber"; this.lblPageNumber.Size = new System.Drawing.Size(36, 16); this.lblPageNumber.TabIndex = 20; this.lblPageNumber.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // tpnlGoogleDir // this.tpnlGoogleDir.ColumnCount = 1; this.tpnlGoogleDir.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tpnlGoogleDir.Controls.Add(this.tpnlGoogleDirTop, 0, 0); this.tpnlGoogleDir.Controls.Add(this.pnlGoogleDirMain, 0, 1); this.tpnlGoogleDir.Dock = System.Windows.Forms.DockStyle.Fill; this.tpnlGoogleDir.Location = new System.Drawing.Point(0, 0); this.tpnlGoogleDir.Margin = new System.Windows.Forms.Padding(0); this.tpnlGoogleDir.Name = "tpnlGoogleDir"; this.tpnlGoogleDir.RowCount = 2; this.tpnlGoogleDir.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tpnlGoogleDir.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tpnlGoogleDir.Size = new System.Drawing.Size(781, 316); this.tpnlGoogleDir.TabIndex = 1; // // tpnlGoogleDirTop // this.tpnlGoogleDirTop.ColumnCount = 2; this.tpnlGoogleDirTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tpnlGoogleDirTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tpnlGoogleDirTop.Controls.Add(this.pnlGoogleDirLeft, 0, 0); this.tpnlGoogleDirTop.Controls.Add(this.pnlGoogleDirRight, 1, 0); this.tpnlGoogleDirTop.Dock = System.Windows.Forms.DockStyle.Fill; this.tpnlGoogleDirTop.Location = new System.Drawing.Point(0, 0); this.tpnlGoogleDirTop.Margin = new System.Windows.Forms.Padding(0); this.tpnlGoogleDirTop.Name = "tpnlGoogleDirTop"; this.tpnlGoogleDirTop.RowCount = 1; this.tpnlGoogleDirTop.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tpnlGoogleDirTop.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tpnlGoogleDirTop.Size = new System.Drawing.Size(781, 30); this.tpnlGoogleDirTop.TabIndex = 0; // // pnlGoogleDirLeft // this.pnlGoogleDirLeft.Controls.Add(this.label20); this.pnlGoogleDirLeft.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlGoogleDirLeft.Location = new System.Drawing.Point(0, 0); this.pnlGoogleDirLeft.Margin = new System.Windows.Forms.Padding(0); this.pnlGoogleDirLeft.Name = "pnlGoogleDirLeft"; this.pnlGoogleDirLeft.Size = new System.Drawing.Size(390, 30); this.pnlGoogleDirLeft.TabIndex = 8; // // label20 // this.label20.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F); this.label20.Location = new System.Drawing.Point(1, 8); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(104, 12); this.label20.TabIndex = 82; this.label20.Text = "Mined Directories"; this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // pnlGoogleDirRight // this.pnlGoogleDirRight.Controls.Add(this.btnGoogleClearDir); this.pnlGoogleDirRight.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlGoogleDirRight.Location = new System.Drawing.Point(390, 0); this.pnlGoogleDirRight.Margin = new System.Windows.Forms.Padding(0); this.pnlGoogleDirRight.Name = "pnlGoogleDirRight"; this.pnlGoogleDirRight.Size = new System.Drawing.Size(391, 30); this.pnlGoogleDirRight.TabIndex = 9; // // btnGoogleClearDir // this.btnGoogleClearDir.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnGoogleClearDir.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold); this.btnGoogleClearDir.ForeColor = System.Drawing.Color.Brown; this.btnGoogleClearDir.Location = new System.Drawing.Point(319, 0); this.btnGoogleClearDir.Name = "btnGoogleClearDir"; this.btnGoogleClearDir.Size = new System.Drawing.Size(69, 28); this.btnGoogleClearDir.TabIndex = 10; this.btnGoogleClearDir.Text = "Clear List"; this.btnGoogleClearDir.UseVisualStyleBackColor = true; this.btnGoogleClearDir.Click += new System.EventHandler(this.btnGoogleClearDir_Click); // // pnlGoogleDirMain // this.pnlGoogleDirMain.Controls.Add(this.lstGoogleDir); this.pnlGoogleDirMain.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlGoogleDirMain.Location = new System.Drawing.Point(3, 33); this.pnlGoogleDirMain.Name = "pnlGoogleDirMain"; this.pnlGoogleDirMain.Size = new System.Drawing.Size(775, 280); this.pnlGoogleDirMain.TabIndex = 11; // // lstGoogleDir // this.lstGoogleDir.BackColor = System.Drawing.Color.Snow; this.lstGoogleDir.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lstGoogleDir.Dock = System.Windows.Forms.DockStyle.Fill; this.lstGoogleDir.FormattingEnabled = true; this.lstGoogleDir.ItemHeight = 12; this.lstGoogleDir.Location = new System.Drawing.Point(0, 0); this.lstGoogleDir.Name = "lstGoogleDir"; this.lstGoogleDir.Size = new System.Drawing.Size(775, 278); this.lstGoogleDir.TabIndex = 12; // // tpnlGoogleLink // this.tpnlGoogleLink.ColumnCount = 1; this.tpnlGoogleLink.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tpnlGoogleLink.Controls.Add(this.tpnlGoogleLinkTop, 0, 0); this.tpnlGoogleLink.Controls.Add(this.pnlGoogleLinkMain, 0, 1); this.tpnlGoogleLink.Dock = System.Windows.Forms.DockStyle.Fill; this.tpnlGoogleLink.Location = new System.Drawing.Point(0, 316); this.tpnlGoogleLink.Margin = new System.Windows.Forms.Padding(0); this.tpnlGoogleLink.Name = "tpnlGoogleLink"; this.tpnlGoogleLink.RowCount = 2; this.tpnlGoogleLink.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tpnlGoogleLink.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tpnlGoogleLink.Size = new System.Drawing.Size(781, 316); this.tpnlGoogleLink.TabIndex = 2; // // tpnlGoogleLinkTop // this.tpnlGoogleLinkTop.ColumnCount = 2; this.tpnlGoogleLinkTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tpnlGoogleLinkTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tpnlGoogleLinkTop.Controls.Add(this.pnlGoogleLinkLeft, 0, 0); this.tpnlGoogleLinkTop.Controls.Add(this.pnlGoogleLinkRight, 1, 0); this.tpnlGoogleLinkTop.Dock = System.Windows.Forms.DockStyle.Fill; this.tpnlGoogleLinkTop.Location = new System.Drawing.Point(0, 0); this.tpnlGoogleLinkTop.Margin = new System.Windows.Forms.Padding(0); this.tpnlGoogleLinkTop.Name = "tpnlGoogleLinkTop"; this.tpnlGoogleLinkTop.RowCount = 1; this.tpnlGoogleLinkTop.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tpnlGoogleLinkTop.Size = new System.Drawing.Size(781, 30); this.tpnlGoogleLinkTop.TabIndex = 0; // // pnlGoogleLinkLeft // this.pnlGoogleLinkLeft.Controls.Add(this.label7); this.pnlGoogleLinkLeft.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlGoogleLinkLeft.Location = new System.Drawing.Point(0, 0); this.pnlGoogleLinkLeft.Margin = new System.Windows.Forms.Padding(0); this.pnlGoogleLinkLeft.Name = "pnlGoogleLinkLeft"; this.pnlGoogleLinkLeft.Size = new System.Drawing.Size(390, 30); this.pnlGoogleLinkLeft.TabIndex = 13; // // label7 // this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F); this.label7.Location = new System.Drawing.Point(1, 8); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(104, 12); this.label7.TabIndex = 83; this.label7.Text = "Mined Links"; this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // pnlGoogleLinkRight // this.pnlGoogleLinkRight.Controls.Add(this.btnGoogleClearLink); this.pnlGoogleLinkRight.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlGoogleLinkRight.Location = new System.Drawing.Point(390, 0); this.pnlGoogleLinkRight.Margin = new System.Windows.Forms.Padding(0); this.pnlGoogleLinkRight.Name = "pnlGoogleLinkRight"; this.pnlGoogleLinkRight.Size = new System.Drawing.Size(391, 30); this.pnlGoogleLinkRight.TabIndex = 14; // // btnGoogleClearLink // this.btnGoogleClearLink.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnGoogleClearLink.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold); this.btnGoogleClearLink.ForeColor = System.Drawing.Color.Brown; this.btnGoogleClearLink.Location = new System.Drawing.Point(319, 0); this.btnGoogleClearLink.Name = "btnGoogleClearLink"; this.btnGoogleClearLink.Size = new System.Drawing.Size(69, 28); this.btnGoogleClearLink.TabIndex = 15; this.btnGoogleClearLink.Text = "Clear List"; this.btnGoogleClearLink.UseVisualStyleBackColor = true; this.btnGoogleClearLink.Click += new System.EventHandler(this.btnGoogleClearLink_Click); // // pnlGoogleLinkMain // this.pnlGoogleLinkMain.Controls.Add(this.lstGoogleLink); this.pnlGoogleLinkMain.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlGoogleLinkMain.Location = new System.Drawing.Point(3, 33); this.pnlGoogleLinkMain.Name = "pnlGoogleLinkMain"; this.pnlGoogleLinkMain.Size = new System.Drawing.Size(775, 280); this.pnlGoogleLinkMain.TabIndex = 16; // // lstGoogleLink // this.lstGoogleLink.BackColor = System.Drawing.Color.Snow; this.lstGoogleLink.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lstGoogleLink.Dock = System.Windows.Forms.DockStyle.Fill; this.lstGoogleLink.FormattingEnabled = true; this.lstGoogleLink.HorizontalExtent = 2048; this.lstGoogleLink.HorizontalScrollbar = true; this.lstGoogleLink.ItemHeight = 12; this.lstGoogleLink.Location = new System.Drawing.Point(0, 0); this.lstGoogleLink.Name = "lstGoogleLink"; this.lstGoogleLink.ScrollAlwaysVisible = true; this.lstGoogleLink.Size = new System.Drawing.Size(775, 278); this.lstGoogleLink.TabIndex = 17; // // pnlGoogleLeft // this.pnlGoogleLeft.AutoScroll = true; this.pnlGoogleLeft.AutoScrollMinSize = new System.Drawing.Size(220, 670); this.pnlGoogleLeft.BackColor = System.Drawing.Color.Gray; this.pnlGoogleLeft.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pnlGoogleLeft.Controls.Add(this.lblGoogleStatus); this.pnlGoogleLeft.Controls.Add(this.pictureBox4); this.pnlGoogleLeft.Controls.Add(this.btnGoogleQuit); this.pnlGoogleLeft.Controls.Add(this.btnStopGoole); this.pnlGoogleLeft.Controls.Add(this.btnGoogleStart); this.pnlGoogleLeft.Controls.Add(this.label54); this.pnlGoogleLeft.Controls.Add(this.prgGoogle); this.pnlGoogleLeft.Controls.Add(this.label55); this.pnlGoogleLeft.Controls.Add(this.label23); this.pnlGoogleLeft.Controls.Add(this.txtWords); this.pnlGoogleLeft.Controls.Add(this.txtGoogleKeyword); this.pnlGoogleLeft.Controls.Add(this.label22); this.pnlGoogleLeft.Controls.Add(this.txtGoogleTarget); this.pnlGoogleLeft.Dock = System.Windows.Forms.DockStyle.Left; this.pnlGoogleLeft.Location = new System.Drawing.Point(0, 0); this.pnlGoogleLeft.Name = "pnlGoogleLeft"; this.pnlGoogleLeft.Size = new System.Drawing.Size(224, 712); this.pnlGoogleLeft.TabIndex = 1; // // lblGoogleStatus // this.lblGoogleStatus.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lblGoogleStatus.Location = new System.Drawing.Point(5, 608); this.lblGoogleStatus.Name = "lblGoogleStatus"; this.lblGoogleStatus.Size = new System.Drawing.Size(196, 60); this.lblGoogleStatus.TabIndex = 255; this.lblGoogleStatus.Text = "Not Running"; this.lblGoogleStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // pictureBox4 // this.pictureBox4.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox4.BackgroundImage"))); this.pictureBox4.Location = new System.Drawing.Point(7, 5); this.pictureBox4.Name = "pictureBox4"; this.pictureBox4.Size = new System.Drawing.Size(108, 84); this.pictureBox4.TabIndex = 119; this.pictureBox4.TabStop = false; // // label54 // this.label54.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label54.Location = new System.Drawing.Point(5, 670); this.label54.Name = "label54"; this.label54.Size = new System.Drawing.Size(196, 13); this.label54.TabIndex = 255; this.label54.Text = "Google Mining Progress:"; this.label54.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // prgGoogle // this.prgGoogle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.prgGoogle.BackColor = System.Drawing.Color.DarkGray; this.prgGoogle.Location = new System.Drawing.Point(7, 690); this.prgGoogle.Maximum = 1000; this.prgGoogle.Name = "prgGoogle"; this.prgGoogle.Size = new System.Drawing.Size(194, 13); this.prgGoogle.TabIndex = 255; // // label55 // this.label55.Location = new System.Drawing.Point(5, 100); this.label55.Name = "label55"; this.label55.Size = new System.Drawing.Size(40, 16); this.label55.TabIndex = 121; this.label55.Text = "Site"; // // label23 // this.label23.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F); this.label23.Location = new System.Drawing.Point(5, 124); this.label23.Name = "label23"; this.label23.Size = new System.Drawing.Size(60, 16); this.label23.TabIndex = 79; this.label23.Text = "File Types"; // // label22 // this.label22.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F); this.label22.Location = new System.Drawing.Point(5, 149); this.label22.Name = "label22"; this.label22.Size = new System.Drawing.Size(61, 16); this.label22.TabIndex = 77; this.label22.Text = "Keyword"; // // lblQuery // this.lblQuery.BackColor = System.Drawing.SystemColors.ControlLightLight; this.lblQuery.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblQuery.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F); this.lblQuery.Location = new System.Drawing.Point(8, 438); this.lblQuery.Name = "lblQuery"; this.lblQuery.Size = new System.Drawing.Size(208, 17); this.lblQuery.TabIndex = 67; this.lblQuery.Text = "Google Query Status"; this.lblQuery.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // BackEndMiner // this.BackEndMiner.BackColor = System.Drawing.Color.Gray; this.BackEndMiner.Controls.Add(this.pnl_BackEndMain); this.BackEndMiner.Controls.Add(this.panel4); this.BackEndMiner.Location = new System.Drawing.Point(4, 25); this.BackEndMiner.Name = "BackEndMiner"; this.BackEndMiner.Size = new System.Drawing.Size(1005, 712); this.BackEndMiner.TabIndex = 0; this.BackEndMiner.Text = "BackEnd"; this.BackEndMiner.UseVisualStyleBackColor = true; // // pnl_BackEndMain // this.pnl_BackEndMain.BackColor = System.Drawing.Color.DarkGray; this.pnl_BackEndMain.Controls.Add(this.tpnl_BackendMain); this.pnl_BackEndMain.Dock = System.Windows.Forms.DockStyle.Fill; this.pnl_BackEndMain.Location = new System.Drawing.Point(224, 0); this.pnl_BackEndMain.Margin = new System.Windows.Forms.Padding(0); this.pnl_BackEndMain.Name = "pnl_BackEndMain"; this.pnl_BackEndMain.Size = new System.Drawing.Size(781, 712); this.pnl_BackEndMain.TabIndex = 250; // // tpnl_BackendMain // this.tpnl_BackendMain.ColumnCount = 1; this.tpnl_BackendMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tpnl_BackendMain.Controls.Add(this.pnl_BackEndTop, 0, 0); this.tpnl_BackendMain.Controls.Add(this.pnl_BackEndBottom, 0, 1); this.tpnl_BackendMain.Dock = System.Windows.Forms.DockStyle.Fill; this.tpnl_BackendMain.Location = new System.Drawing.Point(0, 0); this.tpnl_BackendMain.Margin = new System.Windows.Forms.Padding(0); this.tpnl_BackendMain.Name = "tpnl_BackendMain"; this.tpnl_BackendMain.RowCount = 2; this.tpnl_BackendMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tpnl_BackendMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tpnl_BackendMain.Size = new System.Drawing.Size(781, 712); this.tpnl_BackendMain.TabIndex = 0; // // pnl_BackEndTop // this.pnl_BackEndTop.Controls.Add(this.tpnl_BackEndTop); this.pnl_BackEndTop.Dock = System.Windows.Forms.DockStyle.Fill; this.pnl_BackEndTop.Location = new System.Drawing.Point(0, 0); this.pnl_BackEndTop.Margin = new System.Windows.Forms.Padding(0); this.pnl_BackEndTop.Name = "pnl_BackEndTop"; this.pnl_BackEndTop.Size = new System.Drawing.Size(781, 356); this.pnl_BackEndTop.TabIndex = 150; // // tpnl_BackEndTop // this.tpnl_BackEndTop.ColumnCount = 3; this.tpnl_BackEndTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33F)); this.tpnl_BackEndTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33F)); this.tpnl_BackEndTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.34F)); this.tpnl_BackEndTop.Controls.Add(this.pnl_BETopLeft1, 0, 0); this.tpnl_BackEndTop.Controls.Add(this.pbl_TopLeft3, 0, 1); this.tpnl_BackEndTop.Controls.Add(this.pnl_BETopMid1, 1, 0); this.tpnl_BackEndTop.Controls.Add(this.pnl_BETopMid3, 1, 1); this.tpnl_BackEndTop.Controls.Add(this.pnl_BETopRight1, 2, 0); this.tpnl_BackEndTop.Controls.Add(this.pnl_BETopRight3, 2, 1); this.tpnl_BackEndTop.Dock = System.Windows.Forms.DockStyle.Fill; this.tpnl_BackEndTop.Location = new System.Drawing.Point(0, 0); this.tpnl_BackEndTop.Margin = new System.Windows.Forms.Padding(0); this.tpnl_BackEndTop.Name = "tpnl_BackEndTop"; this.tpnl_BackEndTop.RowCount = 2; this.tpnl_BackEndTop.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tpnl_BackEndTop.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tpnl_BackEndTop.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tpnl_BackEndTop.Size = new System.Drawing.Size(781, 356); this.tpnl_BackEndTop.TabIndex = 0; // // pnl_BETopLeft1 // this.pnl_BETopLeft1.Controls.Add(this.btn_BEInDirImportM); this.pnl_BETopLeft1.Controls.Add(this.btn_BEImportInDirG); this.pnl_BETopLeft1.Controls.Add(this.label13); this.pnl_BETopLeft1.Controls.Add(this.btn_BEInDirClear); this.pnl_BETopLeft1.Dock = System.Windows.Forms.DockStyle.Fill; this.pnl_BETopLeft1.Location = new System.Drawing.Point(3, 3); this.pnl_BETopLeft1.Name = "pnl_BETopLeft1"; this.pnl_BETopLeft1.Size = new System.Drawing.Size(254, 24); this.pnl_BETopLeft1.TabIndex = 28; // // label13 // this.label13.Location = new System.Drawing.Point(-2, 4); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(64, 16); this.label13.TabIndex = 161; this.label13.Text = "Directories"; // // btn_BEInDirClear // this.btn_BEInDirClear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btn_BEInDirClear.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold); this.btn_BEInDirClear.ForeColor = System.Drawing.Color.Brown; this.btn_BEInDirClear.Location = new System.Drawing.Point(187, 0); this.btn_BEInDirClear.Name = "btn_BEInDirClear"; this.btn_BEInDirClear.Size = new System.Drawing.Size(68, 21); this.btn_BEInDirClear.TabIndex = 32; this.btn_BEInDirClear.Text = "Clear List"; this.btn_BEInDirClear.UseVisualStyleBackColor = true; this.btn_BEInDirClear.Click += new System.EventHandler(this.btn_BEInDirClear_Click); // // pbl_TopLeft3 // this.pbl_TopLeft3.Controls.Add(this.txtInDirs); this.pbl_TopLeft3.Dock = System.Windows.Forms.DockStyle.Fill; this.pbl_TopLeft3.Location = new System.Drawing.Point(3, 33); this.pbl_TopLeft3.Name = "pbl_TopLeft3"; this.pbl_TopLeft3.Size = new System.Drawing.Size(254, 320); this.pbl_TopLeft3.TabIndex = 33; // // txtInDirs // this.txtInDirs.BackColor = System.Drawing.Color.Snow; this.txtInDirs.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtInDirs.Dock = System.Windows.Forms.DockStyle.Fill; this.txtInDirs.Location = new System.Drawing.Point(0, 0); this.txtInDirs.Name = "txtInDirs"; this.txtInDirs.Size = new System.Drawing.Size(254, 320); this.txtInDirs.TabIndex = 34; this.txtInDirs.Text = ""; this.txtInDirs.WordWrap = false; // // pnl_BETopMid1 // this.pnl_BETopMid1.Controls.Add(this.btn_BEInFileClear); this.pnl_BETopMid1.Controls.Add(this.label15); this.pnl_BETopMid1.Dock = System.Windows.Forms.DockStyle.Fill; this.pnl_BETopMid1.Location = new System.Drawing.Point(263, 3); this.pnl_BETopMid1.Name = "pnl_BETopMid1"; this.pnl_BETopMid1.Size = new System.Drawing.Size(254, 24); this.pnl_BETopMid1.TabIndex = 35; // // btn_BEInFileClear // this.btn_BEInFileClear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btn_BEInFileClear.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold); this.btn_BEInFileClear.ForeColor = System.Drawing.Color.Brown; this.btn_BEInFileClear.Location = new System.Drawing.Point(185, 0); this.btn_BEInFileClear.Name = "btn_BEInFileClear"; this.btn_BEInFileClear.Size = new System.Drawing.Size(68, 21); this.btn_BEInFileClear.TabIndex = 37; this.btn_BEInFileClear.Text = "Clear List"; this.btn_BEInFileClear.UseVisualStyleBackColor = true; this.btn_BEInFileClear.Click += new System.EventHandler(this.btn_BEInFileClear_Click); // // label15 // this.label15.Location = new System.Drawing.Point(-2, 4); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(142, 16); this.label15.TabIndex = 158; this.label15.Text = "Files"; // // pnl_BETopMid3 // this.pnl_BETopMid3.Controls.Add(this.txtInFiles); this.pnl_BETopMid3.Dock = System.Windows.Forms.DockStyle.Fill; this.pnl_BETopMid3.Location = new System.Drawing.Point(263, 33); this.pnl_BETopMid3.Name = "pnl_BETopMid3"; this.pnl_BETopMid3.Size = new System.Drawing.Size(254, 320); this.pnl_BETopMid3.TabIndex = 38; // // txtInFiles // this.txtInFiles.BackColor = System.Drawing.Color.Snow; this.txtInFiles.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtInFiles.Dock = System.Windows.Forms.DockStyle.Fill; this.txtInFiles.Location = new System.Drawing.Point(0, 0); this.txtInFiles.Name = "txtInFiles"; this.txtInFiles.Size = new System.Drawing.Size(254, 320); this.txtInFiles.TabIndex = 39; this.txtInFiles.Text = ""; this.txtInFiles.WordWrap = false; // // pnl_BETopRight1 // this.pnl_BETopRight1.Controls.Add(this.btn_BEInExtClear); this.pnl_BETopRight1.Controls.Add(this.label38); this.pnl_BETopRight1.Dock = System.Windows.Forms.DockStyle.Fill; this.pnl_BETopRight1.Location = new System.Drawing.Point(523, 3); this.pnl_BETopRight1.Name = "pnl_BETopRight1"; this.pnl_BETopRight1.Size = new System.Drawing.Size(255, 24); this.pnl_BETopRight1.TabIndex = 40; // // btn_BEInExtClear // this.btn_BEInExtClear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btn_BEInExtClear.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold); this.btn_BEInExtClear.ForeColor = System.Drawing.Color.Brown; this.btn_BEInExtClear.Location = new System.Drawing.Point(185, 0); this.btn_BEInExtClear.Name = "btn_BEInExtClear"; this.btn_BEInExtClear.Size = new System.Drawing.Size(68, 21); this.btn_BEInExtClear.TabIndex = 42; this.btn_BEInExtClear.Text = "Clear List"; this.btn_BEInExtClear.UseVisualStyleBackColor = true; this.btn_BEInExtClear.Click += new System.EventHandler(this.btn_BEInExtClear_Click); // // label38 // this.label38.Location = new System.Drawing.Point(-2, 4); this.label38.Name = "label38"; this.label38.Size = new System.Drawing.Size(60, 16); this.label38.TabIndex = 174; this.label38.Text = "File types"; // // pnl_BETopRight3 // this.pnl_BETopRight3.Controls.Add(this.txtInFileTypes); this.pnl_BETopRight3.Dock = System.Windows.Forms.DockStyle.Fill; this.pnl_BETopRight3.Location = new System.Drawing.Point(523, 33); this.pnl_BETopRight3.Name = "pnl_BETopRight3"; this.pnl_BETopRight3.Size = new System.Drawing.Size(255, 320); this.pnl_BETopRight3.TabIndex = 43; // // txtInFileTypes // this.txtInFileTypes.BackColor = System.Drawing.Color.Snow; this.txtInFileTypes.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtInFileTypes.Dock = System.Windows.Forms.DockStyle.Fill; this.txtInFileTypes.Location = new System.Drawing.Point(0, 0); this.txtInFileTypes.Name = "txtInFileTypes"; this.txtInFileTypes.Size = new System.Drawing.Size(255, 320); this.txtInFileTypes.TabIndex = 44; this.txtInFileTypes.Text = ""; this.txtInFileTypes.WordWrap = false; // // pnl_BackEndBottom // this.pnl_BackEndBottom.Controls.Add(this.tpnl_BEBottom1); this.pnl_BackEndBottom.Dock = System.Windows.Forms.DockStyle.Fill; this.pnl_BackEndBottom.Location = new System.Drawing.Point(3, 359); this.pnl_BackEndBottom.Name = "pnl_BackEndBottom"; this.pnl_BackEndBottom.Size = new System.Drawing.Size(775, 350); this.pnl_BackEndBottom.TabIndex = 255; // // tpnl_BEBottom1 // this.tpnl_BEBottom1.ColumnCount = 3; this.tpnl_BEBottom1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33F)); this.tpnl_BEBottom1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33F)); this.tpnl_BEBottom1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.34F)); this.tpnl_BEBottom1.Controls.Add(this.tpnl_BEBottom2, 0, 0); this.tpnl_BEBottom1.Controls.Add(this.tpnl_BEBottomRight, 1, 0); this.tpnl_BEBottom1.Controls.Add(this.tpnl_BEFiles, 2, 0); this.tpnl_BEBottom1.Dock = System.Windows.Forms.DockStyle.Fill; this.tpnl_BEBottom1.Location = new System.Drawing.Point(0, 0); this.tpnl_BEBottom1.Name = "tpnl_BEBottom1"; this.tpnl_BEBottom1.RowCount = 1; this.tpnl_BEBottom1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tpnl_BEBottom1.Size = new System.Drawing.Size(775, 350); this.tpnl_BEBottom1.TabIndex = 0; // // tpnl_BEBottom2 // this.tpnl_BEBottom2.ColumnCount = 1; this.tpnl_BEBottom2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tpnl_BEBottom2.Controls.Add(this.pnl_BEBottomLeft1, 0, 0); this.tpnl_BEBottom2.Controls.Add(this.pnl_BEBottomLeft3, 0, 1); this.tpnl_BEBottom2.Dock = System.Windows.Forms.DockStyle.Fill; this.tpnl_BEBottom2.Location = new System.Drawing.Point(0, 0); this.tpnl_BEBottom2.Margin = new System.Windows.Forms.Padding(0); this.tpnl_BEBottom2.Name = "tpnl_BEBottom2"; this.tpnl_BEBottom2.RowCount = 2; this.tpnl_BEBottom2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tpnl_BEBottom2.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tpnl_BEBottom2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tpnl_BEBottom2.Size = new System.Drawing.Size(258, 350); this.tpnl_BEBottom2.TabIndex = 0; // // pnl_BEBottomLeft1 // this.pnl_BEBottomLeft1.Controls.Add(this.btn_BEOutDirClear); this.pnl_BEBottomLeft1.Controls.Add(this.label50); this.pnl_BEBottomLeft1.Dock = System.Windows.Forms.DockStyle.Fill; this.pnl_BEBottomLeft1.Location = new System.Drawing.Point(3, 3); this.pnl_BEBottomLeft1.Name = "pnl_BEBottomLeft1"; this.pnl_BEBottomLeft1.Size = new System.Drawing.Size(252, 24); this.pnl_BEBottomLeft1.TabIndex = 0; // // btn_BEOutDirClear // this.btn_BEOutDirClear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btn_BEOutDirClear.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold); this.btn_BEOutDirClear.ForeColor = System.Drawing.Color.Brown; this.btn_BEOutDirClear.Location = new System.Drawing.Point(187, 1); this.btn_BEOutDirClear.Name = "btn_BEOutDirClear"; this.btn_BEOutDirClear.Size = new System.Drawing.Size(68, 21); this.btn_BEOutDirClear.TabIndex = 48; this.btn_BEOutDirClear.Text = "Clear List"; this.btn_BEOutDirClear.UseVisualStyleBackColor = true; this.btn_BEOutDirClear.Click += new System.EventHandler(this.btn_BEOutDirClear_Click); // // label50 // this.label50.Location = new System.Drawing.Point(-2, 5); this.label50.Name = "label50"; this.label50.Size = new System.Drawing.Size(201, 16); this.label50.TabIndex = 159; this.label50.Text = "Discovered Directories"; // // pnl_BEBottomLeft3 // this.pnl_BEBottomLeft3.Controls.Add(this.lstViewDirs); this.pnl_BEBottomLeft3.Dock = System.Windows.Forms.DockStyle.Fill; this.pnl_BEBottomLeft3.Location = new System.Drawing.Point(3, 33); this.pnl_BEBottomLeft3.Name = "pnl_BEBottomLeft3"; this.pnl_BEBottomLeft3.Size = new System.Drawing.Size(252, 315); this.pnl_BEBottomLeft3.TabIndex = 49; // // lstViewDirs // this.lstViewDirs.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lstViewDirs.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader7, this.columnHeader4}); this.lstViewDirs.Dock = System.Windows.Forms.DockStyle.Fill; this.lstViewDirs.FullRowSelect = true; this.lstViewDirs.Location = new System.Drawing.Point(0, 0); this.lstViewDirs.MultiSelect = false; this.lstViewDirs.Name = "lstViewDirs"; this.lstViewDirs.Size = new System.Drawing.Size(252, 315); this.lstViewDirs.SmallImageList = this.imageList1; this.lstViewDirs.TabIndex = 51; this.lstViewDirs.UseCompatibleStateImageBehavior = false; this.lstViewDirs.View = System.Windows.Forms.View.Details; this.lstViewDirs.DoubleClick += new System.EventHandler(this.lstViewDirs_DoubleClick); this.lstViewDirs.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lstViewDirs_ColumnClick); // // columnHeader7 // this.columnHeader7.Text = "Type"; this.columnHeader7.Width = 40; // // columnHeader4 // this.columnHeader4.Text = "Directory name"; this.columnHeader4.Width = 250; // // imageList1 // this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream"))); this.imageList1.TransparentColor = System.Drawing.Color.Transparent; this.imageList1.Images.SetKeyName(0, "folder.jpg"); this.imageList1.Images.SetKeyName(1, "time.jpg"); this.imageList1.Images.SetKeyName(2, "file.jpg"); this.imageList1.Images.SetKeyName(3, "wikto3.jpg"); this.imageList1.Images.SetKeyName(4, "wikto2.jpg"); this.imageList1.Images.SetKeyName(5, "wikto1.jpg"); // // tpnl_BEBottomRight // this.tpnl_BEBottomRight.ColumnCount = 1; this.tpnl_BEBottomRight.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tpnl_BEBottomRight.Controls.Add(this.pnl_BEBottomRight1, 0, 0); this.tpnl_BEBottomRight.Controls.Add(this.pnl_BEBottomRight3, 0, 1); this.tpnl_BEBottomRight.Dock = System.Windows.Forms.DockStyle.Fill; this.tpnl_BEBottomRight.Location = new System.Drawing.Point(258, 0); this.tpnl_BEBottomRight.Margin = new System.Windows.Forms.Padding(0); this.tpnl_BEBottomRight.Name = "tpnl_BEBottomRight"; this.tpnl_BEBottomRight.RowCount = 2; this.tpnl_BEBottomRight.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tpnl_BEBottomRight.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tpnl_BEBottomRight.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tpnl_BEBottomRight.Size = new System.Drawing.Size(258, 350); this.tpnl_BEBottomRight.TabIndex = 1; // // pnl_BEBottomRight1 // this.pnl_BEBottomRight1.Controls.Add(this.btn_BEOutIndexClear); this.pnl_BEBottomRight1.Controls.Add(this.label59); this.pnl_BEBottomRight1.Dock = System.Windows.Forms.DockStyle.Fill; this.pnl_BEBottomRight1.Location = new System.Drawing.Point(3, 3); this.pnl_BEBottomRight1.Name = "pnl_BEBottomRight1"; this.pnl_BEBottomRight1.Size = new System.Drawing.Size(252, 24); this.pnl_BEBottomRight1.TabIndex = 0; // // btn_BEOutIndexClear // this.btn_BEOutIndexClear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btn_BEOutIndexClear.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold); this.btn_BEOutIndexClear.ForeColor = System.Drawing.Color.Brown; this.btn_BEOutIndexClear.Location = new System.Drawing.Point(184, 0); this.btn_BEOutIndexClear.Name = "btn_BEOutIndexClear"; this.btn_BEOutIndexClear.Size = new System.Drawing.Size(68, 21); this.btn_BEOutIndexClear.TabIndex = 52; this.btn_BEOutIndexClear.Text = "Clear List"; this.btn_BEOutIndexClear.UseVisualStyleBackColor = true; this.btn_BEOutIndexClear.Click += new System.EventHandler(this.btn_BEOutIndexClear_Click); // // label59 // this.label59.Location = new System.Drawing.Point(-2, 5); this.label59.Name = "label59"; this.label59.Size = new System.Drawing.Size(201, 16); this.label59.TabIndex = 160; this.label59.Text = "Indexable Directories"; // // pnl_BEBottomRight3 // this.pnl_BEBottomRight3.Controls.Add(this.lstViewIndexDirs); this.pnl_BEBottomRight3.Dock = System.Windows.Forms.DockStyle.Fill; this.pnl_BEBottomRight3.Location = new System.Drawing.Point(3, 33); this.pnl_BEBottomRight3.Name = "pnl_BEBottomRight3"; this.pnl_BEBottomRight3.Size = new System.Drawing.Size(252, 315); this.pnl_BEBottomRight3.TabIndex = 53; // // lstViewIndexDirs // this.lstViewIndexDirs.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lstViewIndexDirs.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader8, this.columnHeader5}); this.lstViewIndexDirs.Dock = System.Windows.Forms.DockStyle.Fill; this.lstViewIndexDirs.FullRowSelect = true; this.lstViewIndexDirs.Location = new System.Drawing.Point(0, 0); this.lstViewIndexDirs.MultiSelect = false; this.lstViewIndexDirs.Name = "lstViewIndexDirs"; this.lstViewIndexDirs.Size = new System.Drawing.Size(252, 315); this.lstViewIndexDirs.SmallImageList = this.imageList1; this.lstViewIndexDirs.TabIndex = 55; this.lstViewIndexDirs.UseCompatibleStateImageBehavior = false; this.lstViewIndexDirs.View = System.Windows.Forms.View.Details; this.lstViewIndexDirs.DoubleClick += new System.EventHandler(this.lstViewDirs_DoubleClick); this.lstViewIndexDirs.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lstViewDirs_ColumnClick); // // columnHeader8 // this.columnHeader8.Text = "Type"; this.columnHeader8.Width = 40; // // columnHeader5 // this.columnHeader5.Text = "Directory name"; this.columnHeader5.Width = 250; // // tpnl_BEFiles // this.tpnl_BEFiles.ColumnCount = 1; this.tpnl_BEFiles.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tpnl_BEFiles.Controls.Add(this.pnl_BEFile1, 0, 0); this.tpnl_BEFiles.Controls.Add(this.pnl_BEFile3, 0, 1); this.tpnl_BEFiles.Dock = System.Windows.Forms.DockStyle.Fill; this.tpnl_BEFiles.Location = new System.Drawing.Point(516, 0); this.tpnl_BEFiles.Margin = new System.Windows.Forms.Padding(0); this.tpnl_BEFiles.Name = "tpnl_BEFiles"; this.tpnl_BEFiles.RowCount = 2; this.tpnl_BEFiles.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tpnl_BEFiles.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tpnl_BEFiles.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tpnl_BEFiles.Size = new System.Drawing.Size(259, 350); this.tpnl_BEFiles.TabIndex = 2; // // pnl_BEFile1 // this.pnl_BEFile1.Controls.Add(this.btn_BEOutFileClear); this.pnl_BEFile1.Controls.Add(this.label52); this.pnl_BEFile1.Dock = System.Windows.Forms.DockStyle.Fill; this.pnl_BEFile1.Location = new System.Drawing.Point(3, 3); this.pnl_BEFile1.Name = "pnl_BEFile1"; this.pnl_BEFile1.Size = new System.Drawing.Size(253, 24); this.pnl_BEFile1.TabIndex = 0; // // btn_BEOutFileClear // this.btn_BEOutFileClear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btn_BEOutFileClear.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold); this.btn_BEOutFileClear.ForeColor = System.Drawing.Color.Brown; this.btn_BEOutFileClear.Location = new System.Drawing.Point(186, 0); this.btn_BEOutFileClear.Name = "btn_BEOutFileClear"; this.btn_BEOutFileClear.Size = new System.Drawing.Size(68, 21); this.btn_BEOutFileClear.TabIndex = 56; this.btn_BEOutFileClear.Text = "Clear List"; this.btn_BEOutFileClear.UseVisualStyleBackColor = true; this.btn_BEOutFileClear.Click += new System.EventHandler(this.btn_BEOutFileClear_Click); // // label52 // this.label52.Location = new System.Drawing.Point(-2, 5); this.label52.Name = "label52"; this.label52.Size = new System.Drawing.Size(141, 16); this.label52.TabIndex = 160; this.label52.Text = "Discovered Files"; // // pnl_BEFile3 // this.pnl_BEFile3.Controls.Add(this.lstViewFiles); this.pnl_BEFile3.Dock = System.Windows.Forms.DockStyle.Fill; this.pnl_BEFile3.Location = new System.Drawing.Point(3, 33); this.pnl_BEFile3.Name = "pnl_BEFile3"; this.pnl_BEFile3.Size = new System.Drawing.Size(253, 315); this.pnl_BEFile3.TabIndex = 57; // // lstViewFiles // this.lstViewFiles.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader9, this.columnHeader6}); this.lstViewFiles.Dock = System.Windows.Forms.DockStyle.Fill; this.lstViewFiles.FullRowSelect = true; this.lstViewFiles.Location = new System.Drawing.Point(0, 0); this.lstViewFiles.MultiSelect = false; this.lstViewFiles.Name = "lstViewFiles"; this.lstViewFiles.Size = new System.Drawing.Size(253, 315); this.lstViewFiles.SmallImageList = this.imageList1; this.lstViewFiles.TabIndex = 59; this.lstViewFiles.UseCompatibleStateImageBehavior = false; this.lstViewFiles.View = System.Windows.Forms.View.Details; this.lstViewFiles.DoubleClick += new System.EventHandler(this.lstViewDirs_DoubleClick); this.lstViewFiles.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lstViewDirs_ColumnClick); // // columnHeader9 // this.columnHeader9.Text = "Type"; this.columnHeader9.Width = 40; // // columnHeader6 // this.columnHeader6.Text = "Directory name"; this.columnHeader6.Width = 250; // // panel4 // this.panel4.AutoScroll = true; this.panel4.AutoScrollMinSize = new System.Drawing.Size(220, 670); this.panel4.AutoSize = true; this.panel4.BackColor = System.Drawing.Color.Gray; this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel4.Controls.Add(this.groupBox1); this.panel4.Controls.Add(this.btnBackEndPause); this.panel4.Controls.Add(this.chkPreserve); this.panel4.Controls.Add(this.btn_BESkiptoDirs); this.panel4.Controls.Add(this.btn_BEQuit); this.panel4.Controls.Add(this.btn_BEStop); this.panel4.Controls.Add(this.btn_BEStart); this.panel4.Controls.Add(this.btn_BESkiptoFiles); this.panel4.Controls.Add(this.btn_BackEndExport); this.panel4.Controls.Add(this.groupBox10); this.panel4.Controls.Add(this.groupBox11); this.panel4.Controls.Add(this.groupBox12); this.panel4.Controls.Add(this.label56); this.panel4.Controls.Add(this.pictureBox3); this.panel4.Controls.Add(this.label58); this.panel4.Controls.Add(this.prgsFiles); this.panel4.Controls.Add(this.prgsDirs); this.panel4.Controls.Add(this.lblStatus); this.panel4.Dock = System.Windows.Forms.DockStyle.Left; this.panel4.Location = new System.Drawing.Point(0, 0); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(224, 712); this.panel4.TabIndex = 1; // // groupBox1 // this.groupBox1.Controls.Add(this.nudTimeAnomaly); this.groupBox1.Controls.Add(this.chkTimeAnomalies); this.groupBox1.Location = new System.Drawing.Point(7, 531); this.groupBox1.Name = "groupBox1"; this.groupBox1.RightToLeft = System.Windows.Forms.RightToLeft.No; this.groupBox1.Size = new System.Drawing.Size(212, 38); this.groupBox1.TabIndex = 257; this.groupBox1.TabStop = false; this.groupBox1.Text = "Time anomalies"; // // nudTimeAnomaly // this.nudTimeAnomaly.BackColor = System.Drawing.Color.Snow; this.nudTimeAnomaly.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.nudTimeAnomaly.Enabled = false; this.nudTimeAnomaly.Location = new System.Drawing.Point(95, 14); this.nudTimeAnomaly.Maximum = new decimal(new int[] { 10, 0, 0, 0}); this.nudTimeAnomaly.Minimum = new decimal(new int[] { 2, 0, 0, 0}); this.nudTimeAnomaly.Name = "nudTimeAnomaly"; this.nudTimeAnomaly.ReadOnly = true; this.nudTimeAnomaly.Size = new System.Drawing.Size(100, 18); this.nudTimeAnomaly.TabIndex = 21; this.nudTimeAnomaly.Value = new decimal(new int[] { 5, 0, 0, 0}); // // chkTimeAnomalies // this.chkTimeAnomalies.AutoSize = true; this.chkTimeAnomalies.BackColor = System.Drawing.Color.Transparent; this.chkTimeAnomalies.Location = new System.Drawing.Point(8, 17); this.chkTimeAnomalies.Name = "chkTimeAnomalies"; this.chkTimeAnomalies.Size = new System.Drawing.Size(60, 16); this.chkTimeAnomalies.TabIndex = 12; this.chkTimeAnomalies.Text = "Activate"; this.toolTip1.SetToolTip(this.chkTimeAnomalies, "Report findings with with unordinary time responses."); this.chkTimeAnomalies.UseVisualStyleBackColor = true; this.chkTimeAnomalies.CheckedChanged += new System.EventHandler(this.chkTimeAnomalies_CheckedChanged); // // groupBox10 // this.groupBox10.Controls.Add(this.skinButton4); this.groupBox10.Controls.Add(this.skinButton5); this.groupBox10.Controls.Add(this.skinButton6); this.groupBox10.Controls.Add(this.radioHEAD); this.groupBox10.Controls.Add(this.radioGET); this.groupBox10.Controls.Add(this.btn_BEClearDB); this.groupBox10.Controls.Add(this.chkBackEndAI); this.groupBox10.Controls.Add(this.NUPDOWNBackEnd); this.groupBox10.Controls.Add(this.panel2); this.groupBox10.Location = new System.Drawing.Point(7, 356); this.groupBox10.Name = "groupBox10"; this.groupBox10.Size = new System.Drawing.Size(212, 169); this.groupBox10.TabIndex = 18; this.groupBox10.TabStop = false; this.groupBox10.Text = "Trigger Control"; // // NUPDOWNBackEnd // this.NUPDOWNBackEnd.BackColor = System.Drawing.Color.Snow; this.NUPDOWNBackEnd.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.NUPDOWNBackEnd.DecimalPlaces = 3; this.NUPDOWNBackEnd.Enabled = false; this.NUPDOWNBackEnd.Increment = new decimal(new int[] { 5, 0, 0, 131072}); this.NUPDOWNBackEnd.Location = new System.Drawing.Point(8, 36); this.NUPDOWNBackEnd.Maximum = new decimal(new int[] { 1000, 0, 0, 0}); this.NUPDOWNBackEnd.Name = "NUPDOWNBackEnd"; this.NUPDOWNBackEnd.Size = new System.Drawing.Size(100, 18); this.NUPDOWNBackEnd.TabIndex = 20; this.NUPDOWNBackEnd.Value = new decimal(new int[] { 800, 0, 0, 196608}); // // panel2 // this.panel2.BackColor = System.Drawing.Color.DarkGray; this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel2.Controls.Add(this.label11); this.panel2.Controls.Add(this.label14); this.panel2.Controls.Add(this.txtErrorCodeDir); this.panel2.Controls.Add(this.txtErrorCodeFile); this.panel2.Location = new System.Drawing.Point(4, 91); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(202, 52); this.panel2.TabIndex = 148; // // label11 // this.label11.BackColor = System.Drawing.Color.DarkGray; this.label11.Location = new System.Drawing.Point(109, 5); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(81, 16); this.label11.TabIndex = 67; this.label11.Text = "Trig Codes(Dir)"; // // label14 // this.label14.BackColor = System.Drawing.Color.DarkGray; this.label14.Location = new System.Drawing.Point(109, 29); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(81, 16); this.label14.TabIndex = 82; this.label14.Text = "Trig Codes (File)"; // // groupBox11 // this.groupBox11.Controls.Add(this.btn_BELoadDirs); this.groupBox11.Controls.Add(this.btn_BEUpdateFromSP); this.groupBox11.Controls.Add(this.cmbBackEndUpdate); this.groupBox11.Controls.Add(this.btn_BELoadExts); this.groupBox11.Controls.Add(this.btn_BELoadFiles); this.groupBox11.Location = new System.Drawing.Point(7, 250); this.groupBox11.Name = "groupBox11"; this.groupBox11.Size = new System.Drawing.Size(212, 100); this.groupBox11.TabIndex = 12; this.groupBox11.TabStop = false; this.groupBox11.Text = "Directory/File/Extension"; // // groupBox12 // this.groupBox12.Controls.Add(this.label9); this.groupBox12.Controls.Add(this.label8); this.groupBox12.Controls.Add(this.txtIPPort); this.groupBox12.Controls.Add(this.chkBackEnduseSSLport); this.groupBox12.Controls.Add(this.txtIPNumber); this.groupBox12.Location = new System.Drawing.Point(7, 172); this.groupBox12.Name = "groupBox12"; this.groupBox12.RightToLeft = System.Windows.Forms.RightToLeft.No; this.groupBox12.Size = new System.Drawing.Size(212, 72); this.groupBox12.TabIndex = 8; this.groupBox12.TabStop = false; this.groupBox12.Text = "Target selection"; // // label9 // this.label9.Location = new System.Drawing.Point(120, 48); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(32, 12); this.label9.TabIndex = 62; this.label9.Text = "Port"; // // label8 // this.label8.Location = new System.Drawing.Point(120, 24); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(84, 12); this.label8.TabIndex = 61; this.label8.Text = "IP/DNS name"; // // label56 // this.label56.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label56.Location = new System.Drawing.Point(5, 646); this.label56.Name = "label56"; this.label56.Size = new System.Drawing.Size(202, 13); this.label56.TabIndex = 255; this.label56.Text = "Directory Progress:"; this.label56.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // pictureBox3 // this.pictureBox3.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox3.BackgroundImage"))); this.pictureBox3.Location = new System.Drawing.Point(7, 5); this.pictureBox3.Name = "pictureBox3"; this.pictureBox3.Size = new System.Drawing.Size(108, 84); this.pictureBox3.TabIndex = 119; this.pictureBox3.TabStop = false; // // label58 // this.label58.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label58.Location = new System.Drawing.Point(5, 678); this.label58.Name = "label58"; this.label58.Size = new System.Drawing.Size(202, 13); this.label58.TabIndex = 255; this.label58.Text = "File Progress:"; this.label58.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // prgsFiles // this.prgsFiles.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.prgsFiles.BackColor = System.Drawing.Color.DarkGray; this.prgsFiles.Location = new System.Drawing.Point(7, 694); this.prgsFiles.Maximum = 100000; this.prgsFiles.Name = "prgsFiles"; this.prgsFiles.Size = new System.Drawing.Size(200, 13); this.prgsFiles.Step = 1; this.prgsFiles.TabIndex = 255; // // prgsDirs // this.prgsDirs.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.prgsDirs.BackColor = System.Drawing.Color.DarkGray; this.prgsDirs.Location = new System.Drawing.Point(7, 662); this.prgsDirs.Maximum = 10000; this.prgsDirs.Name = "prgsDirs"; this.prgsDirs.Size = new System.Drawing.Size(200, 13); this.prgsDirs.Step = 1; this.prgsDirs.TabIndex = 255; // // lblStatus // this.lblStatus.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lblStatus.BackColor = System.Drawing.Color.Snow; this.lblStatus.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblStatus.Location = new System.Drawing.Point(7, 628); this.lblStatus.Name = "lblStatus"; this.lblStatus.Size = new System.Drawing.Size(200, 14); this.lblStatus.TabIndex = 255; this.lblStatus.Text = "Status"; this.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // NiktoIsh // this.NiktoIsh.BackColor = System.Drawing.Color.Gray; this.NiktoIsh.Controls.Add(this.pnl_WiktoMain); this.NiktoIsh.Controls.Add(this.panel5); this.NiktoIsh.Location = new System.Drawing.Point(4, 25); this.NiktoIsh.Name = "NiktoIsh"; this.NiktoIsh.Size = new System.Drawing.Size(1005, 712); this.NiktoIsh.TabIndex = 2; this.NiktoIsh.Text = "Wikto"; this.NiktoIsh.UseVisualStyleBackColor = true; // // pnl_WiktoMain // this.pnl_WiktoMain.BackColor = System.Drawing.Color.DarkGray; this.pnl_WiktoMain.Controls.Add(this.tpnl_WiktoMain); this.pnl_WiktoMain.Dock = System.Windows.Forms.DockStyle.Fill; this.pnl_WiktoMain.Location = new System.Drawing.Point(224, 0); this.pnl_WiktoMain.Margin = new System.Windows.Forms.Padding(0); this.pnl_WiktoMain.Name = "pnl_WiktoMain"; this.pnl_WiktoMain.Size = new System.Drawing.Size(781, 712); this.pnl_WiktoMain.TabIndex = 149; // // tpnl_WiktoMain // this.tpnl_WiktoMain.ColumnCount = 3; this.tpnl_WiktoMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40F)); this.tpnl_WiktoMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F)); this.tpnl_WiktoMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F)); this.tpnl_WiktoMain.Controls.Add(this.tpnl_WiktoB1, 0, 1); this.tpnl_WiktoMain.Controls.Add(this.tpnl_WiktoB2, 1, 1); this.tpnl_WiktoMain.Controls.Add(this.tpnl_WiktoB3, 2, 1); this.tpnl_WiktoMain.Controls.Add(this.tpnl_WiktoT3, 2, 0); this.tpnl_WiktoMain.Controls.Add(this.tpnl_WiktoT2, 1, 0); this.tpnl_WiktoMain.Controls.Add(this.tpnl_WiktoT1, 0, 0); this.tpnl_WiktoMain.Dock = System.Windows.Forms.DockStyle.Fill; this.tpnl_WiktoMain.Location = new System.Drawing.Point(0, 0); this.tpnl_WiktoMain.Margin = new System.Windows.Forms.Padding(0); this.tpnl_WiktoMain.Name = "tpnl_WiktoMain"; this.tpnl_WiktoMain.RowCount = 2; this.tpnl_WiktoMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tpnl_WiktoMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tpnl_WiktoMain.Size = new System.Drawing.Size(781, 712); this.tpnl_WiktoMain.TabIndex = 0; // // tpnl_WiktoB1 // this.tpnl_WiktoB1.ColumnCount = 1; this.tpnl_WiktoB1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tpnl_WiktoB1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tpnl_WiktoB1.Controls.Add(this.panpnl_WiktoBL1, 0, 0); this.tpnl_WiktoB1.Controls.Add(this.panpnl_WiktoBL2, 0, 1); this.tpnl_WiktoB1.Dock = System.Windows.Forms.DockStyle.Fill; this.tpnl_WiktoB1.Location = new System.Drawing.Point(0, 356); this.tpnl_WiktoB1.Margin = new System.Windows.Forms.Padding(0); this.tpnl_WiktoB1.Name = "tpnl_WiktoB1"; this.tpnl_WiktoB1.RowCount = 2; this.tpnl_WiktoB1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tpnl_WiktoB1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tpnl_WiktoB1.Size = new System.Drawing.Size(312, 356); this.tpnl_WiktoB1.TabIndex = 3; // // panpnl_WiktoBL1 // this.panpnl_WiktoBL1.Controls.Add(this.label60); this.panpnl_WiktoBL1.Dock = System.Windows.Forms.DockStyle.Fill; this.panpnl_WiktoBL1.Location = new System.Drawing.Point(3, 3); this.panpnl_WiktoBL1.Name = "panpnl_WiktoBL1"; this.panpnl_WiktoBL1.Size = new System.Drawing.Size(306, 24); this.panpnl_WiktoBL1.TabIndex = 33; // // label60 // this.label60.Location = new System.Drawing.Point(-2, 0); this.label60.Name = "label60"; this.label60.Size = new System.Drawing.Size(161, 16); this.label60.TabIndex = 181; this.label60.Text = "Nikto Results"; // // panpnl_WiktoBL2 // this.panpnl_WiktoBL2.Controls.Add(this.lvw_NiktoResults); this.panpnl_WiktoBL2.Dock = System.Windows.Forms.DockStyle.Fill; this.panpnl_WiktoBL2.Location = new System.Drawing.Point(3, 33); this.panpnl_WiktoBL2.Name = "panpnl_WiktoBL2"; this.panpnl_WiktoBL2.Size = new System.Drawing.Size(306, 321); this.panpnl_WiktoBL2.TabIndex = 34; // // lvw_NiktoResults // this.lvw_NiktoResults.BackColor = System.Drawing.Color.Snow; this.lvw_NiktoResults.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lvw_NiktoResults.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader10, this.columnHeader1, this.columnHeader2, this.columnHeader3}); this.lvw_NiktoResults.Dock = System.Windows.Forms.DockStyle.Fill; this.lvw_NiktoResults.FullRowSelect = true; this.lvw_NiktoResults.Location = new System.Drawing.Point(0, 0); this.lvw_NiktoResults.MultiSelect = false; this.lvw_NiktoResults.Name = "lvw_NiktoResults"; this.lvw_NiktoResults.Size = new System.Drawing.Size(306, 321); this.lvw_NiktoResults.SmallImageList = this.imageList1; this.lvw_NiktoResults.TabIndex = 35; this.lvw_NiktoResults.UseCompatibleStateImageBehavior = false; this.lvw_NiktoResults.View = System.Windows.Forms.View.Details; this.lvw_NiktoResults.DoubleClick += new System.EventHandler(this.lvw_NiktoResults_DoubleClick); this.lvw_NiktoResults.Resize += new System.EventHandler(this.ResizeListViews); this.lvw_NiktoResults.SelectedIndexChanged += new System.EventHandler(this.populateNiktoDescvuln); this.lvw_NiktoResults.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lstViewDirs_ColumnClick); // // columnHeader10 // this.columnHeader10.Text = "Type"; this.columnHeader10.Width = 40; // // columnHeader1 // this.columnHeader1.Text = "Weight"; // // columnHeader2 // this.columnHeader2.Text = "Trigger"; // // columnHeader3 // this.columnHeader3.Text = "Request"; // // tpnl_WiktoB2 // this.tpnl_WiktoB2.ColumnCount = 1; this.tpnl_WiktoB2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tpnl_WiktoB2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tpnl_WiktoB2.Controls.Add(this.panpnl_WiktoBM1, 0, 0); this.tpnl_WiktoB2.Controls.Add(this.panpnl_WiktoBM2, 0, 1); this.tpnl_WiktoB2.Dock = System.Windows.Forms.DockStyle.Fill; this.tpnl_WiktoB2.Location = new System.Drawing.Point(312, 356); this.tpnl_WiktoB2.Margin = new System.Windows.Forms.Padding(0); this.tpnl_WiktoB2.Name = "tpnl_WiktoB2"; this.tpnl_WiktoB2.RowCount = 2; this.tpnl_WiktoB2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tpnl_WiktoB2.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tpnl_WiktoB2.Size = new System.Drawing.Size(234, 356); this.tpnl_WiktoB2.TabIndex = 4; // // panpnl_WiktoBM1 // this.panpnl_WiktoBM1.Controls.Add(this.label61); this.panpnl_WiktoBM1.Dock = System.Windows.Forms.DockStyle.Fill; this.panpnl_WiktoBM1.Location = new System.Drawing.Point(3, 3); this.panpnl_WiktoBM1.Name = "panpnl_WiktoBM1"; this.panpnl_WiktoBM1.Size = new System.Drawing.Size(228, 24); this.panpnl_WiktoBM1.TabIndex = 36; // // label61 // this.label61.Location = new System.Drawing.Point(-2, 0); this.label61.Name = "label61"; this.label61.Size = new System.Drawing.Size(161, 16); this.label61.TabIndex = 181; this.label61.Text = "HTTP Request"; // // panpnl_WiktoBM2 // this.panpnl_WiktoBM2.Controls.Add(this.txtNiktoReq); this.panpnl_WiktoBM2.Dock = System.Windows.Forms.DockStyle.Fill; this.panpnl_WiktoBM2.Location = new System.Drawing.Point(3, 33); this.panpnl_WiktoBM2.Name = "panpnl_WiktoBM2"; this.panpnl_WiktoBM2.Size = new System.Drawing.Size(228, 321); this.panpnl_WiktoBM2.TabIndex = 37; // // txtNiktoReq // this.txtNiktoReq.BackColor = System.Drawing.Color.Snow; this.txtNiktoReq.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtNiktoReq.Dock = System.Windows.Forms.DockStyle.Fill; this.txtNiktoReq.Location = new System.Drawing.Point(0, 0); this.txtNiktoReq.Multiline = true; this.txtNiktoReq.Name = "txtNiktoReq"; this.txtNiktoReq.ReadOnly = true; this.txtNiktoReq.Size = new System.Drawing.Size(228, 321); this.txtNiktoReq.TabIndex = 38; // // tpnl_WiktoB3 // this.tpnl_WiktoB3.ColumnCount = 1; this.tpnl_WiktoB3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tpnl_WiktoB3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tpnl_WiktoB3.Controls.Add(this.panpnl_WiktoBR1, 0, 0); this.tpnl_WiktoB3.Controls.Add(this.panpnl_WiktoBR2, 0, 1); this.tpnl_WiktoB3.Dock = System.Windows.Forms.DockStyle.Fill; this.tpnl_WiktoB3.Location = new System.Drawing.Point(546, 356); this.tpnl_WiktoB3.Margin = new System.Windows.Forms.Padding(0); this.tpnl_WiktoB3.Name = "tpnl_WiktoB3"; this.tpnl_WiktoB3.RowCount = 2; this.tpnl_WiktoB3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tpnl_WiktoB3.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tpnl_WiktoB3.Size = new System.Drawing.Size(235, 356); this.tpnl_WiktoB3.TabIndex = 5; // // panpnl_WiktoBR1 // this.panpnl_WiktoBR1.Controls.Add(this.label62); this.panpnl_WiktoBR1.Dock = System.Windows.Forms.DockStyle.Fill; this.panpnl_WiktoBR1.Location = new System.Drawing.Point(3, 3); this.panpnl_WiktoBR1.Name = "panpnl_WiktoBR1"; this.panpnl_WiktoBR1.Size = new System.Drawing.Size(255, 24); this.panpnl_WiktoBR1.TabIndex = 39; // // label62 // this.label62.Location = new System.Drawing.Point(-2, 0); this.label62.Name = "label62"; this.label62.Size = new System.Drawing.Size(161, 16); this.label62.TabIndex = 181; this.label62.Text = "HTTP Response"; // // panpnl_WiktoBR2 // this.panpnl_WiktoBR2.Controls.Add(this.txtNiktoRes); this.panpnl_WiktoBR2.Dock = System.Windows.Forms.DockStyle.Fill; this.panpnl_WiktoBR2.Location = new System.Drawing.Point(3, 33); this.panpnl_WiktoBR2.Name = "panpnl_WiktoBR2"; this.panpnl_WiktoBR2.Size = new System.Drawing.Size(255, 321); this.panpnl_WiktoBR2.TabIndex = 40; // // txtNiktoRes // this.txtNiktoRes.BackColor = System.Drawing.Color.Snow; this.txtNiktoRes.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtNiktoRes.Dock = System.Windows.Forms.DockStyle.Fill; this.txtNiktoRes.HideSelection = false; this.txtNiktoRes.Location = new System.Drawing.Point(0, 0); this.txtNiktoRes.Multiline = true; this.txtNiktoRes.Name = "txtNiktoRes"; this.txtNiktoRes.ReadOnly = true; this.txtNiktoRes.Size = new System.Drawing.Size(255, 321); this.txtNiktoRes.TabIndex = 41; // // tpnl_WiktoT3 // this.tpnl_WiktoT3.ColumnCount = 1; this.tpnl_WiktoT3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tpnl_WiktoT3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tpnl_WiktoT3.Controls.Add(this.pnl_WiktoTR1, 0, 0); this.tpnl_WiktoT3.Controls.Add(this.pnl_WiktoTR2, 0, 1); this.tpnl_WiktoT3.Dock = System.Windows.Forms.DockStyle.Fill; this.tpnl_WiktoT3.Location = new System.Drawing.Point(546, 0); this.tpnl_WiktoT3.Margin = new System.Windows.Forms.Padding(0); this.tpnl_WiktoT3.Name = "tpnl_WiktoT3"; this.tpnl_WiktoT3.RowCount = 2; this.tpnl_WiktoT3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tpnl_WiktoT3.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tpnl_WiktoT3.Size = new System.Drawing.Size(235, 356); this.tpnl_WiktoT3.TabIndex = 2; // // pnl_WiktoTR1 // this.pnl_WiktoTR1.Controls.Add(this.label26); this.pnl_WiktoTR1.Dock = System.Windows.Forms.DockStyle.Fill; this.pnl_WiktoTR1.Location = new System.Drawing.Point(3, 3); this.pnl_WiktoTR1.Name = "pnl_WiktoTR1"; this.pnl_WiktoTR1.Size = new System.Drawing.Size(255, 24); this.pnl_WiktoTR1.TabIndex = 30; // // label26 // this.label26.Location = new System.Drawing.Point(0, 3); this.label26.Name = "label26"; this.label26.Size = new System.Drawing.Size(178, 16); this.label26.TabIndex = 179; this.label26.Text = "Nikto Database Description:"; // // pnl_WiktoTR2 // this.pnl_WiktoTR2.Controls.Add(this.lvw_NiktoDesc); this.pnl_WiktoTR2.Dock = System.Windows.Forms.DockStyle.Fill; this.pnl_WiktoTR2.Location = new System.Drawing.Point(3, 33); this.pnl_WiktoTR2.Name = "pnl_WiktoTR2"; this.pnl_WiktoTR2.Size = new System.Drawing.Size(255, 320); this.pnl_WiktoTR2.TabIndex = 31; // // lvw_NiktoDesc // this.lvw_NiktoDesc.BackColor = System.Drawing.Color.Snow; this.lvw_NiktoDesc.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lvw_NiktoDesc.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.col_ndbd, this.col_ndv}); this.lvw_NiktoDesc.Dock = System.Windows.Forms.DockStyle.Fill; this.lvw_NiktoDesc.FullRowSelect = true; this.lvw_NiktoDesc.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; this.lvw_NiktoDesc.Location = new System.Drawing.Point(0, 0); this.lvw_NiktoDesc.Name = "lvw_NiktoDesc"; this.lvw_NiktoDesc.Size = new System.Drawing.Size(255, 320); this.lvw_NiktoDesc.TabIndex = 32; this.lvw_NiktoDesc.UseCompatibleStateImageBehavior = false; this.lvw_NiktoDesc.View = System.Windows.Forms.View.Details; this.lvw_NiktoDesc.Resize += new System.EventHandler(this.ResizeListViews); // // col_ndbd // this.col_ndbd.Width = 100; // // col_ndv // this.col_ndv.Width = 500; // // tpnl_WiktoT2 // this.tpnl_WiktoT2.ColumnCount = 1; this.tpnl_WiktoT2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tpnl_WiktoT2.Controls.Add(this.pnl_WiktoTM1, 0, 0); this.tpnl_WiktoT2.Controls.Add(this.pnl_WiktoTM2, 0, 1); this.tpnl_WiktoT2.Dock = System.Windows.Forms.DockStyle.Fill; this.tpnl_WiktoT2.Location = new System.Drawing.Point(312, 0); this.tpnl_WiktoT2.Margin = new System.Windows.Forms.Padding(0); this.tpnl_WiktoT2.Name = "tpnl_WiktoT2"; this.tpnl_WiktoT2.RowCount = 2; this.tpnl_WiktoT2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tpnl_WiktoT2.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tpnl_WiktoT2.Size = new System.Drawing.Size(234, 356); this.tpnl_WiktoT2.TabIndex = 1; // // pnl_WiktoTM1 // this.pnl_WiktoTM1.Controls.Add(this.label12); this.pnl_WiktoTM1.Dock = System.Windows.Forms.DockStyle.Fill; this.pnl_WiktoTM1.Location = new System.Drawing.Point(3, 3); this.pnl_WiktoTM1.Name = "pnl_WiktoTM1"; this.pnl_WiktoTM1.Size = new System.Drawing.Size(228, 24); this.pnl_WiktoTM1.TabIndex = 27; // // label12 // this.label12.Location = new System.Drawing.Point(-2, 3); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(161, 16); this.label12.TabIndex = 180; this.label12.Text = "Nikto Database Entries"; // // pnl_WiktoTM2 // this.pnl_WiktoTM2.Controls.Add(this.lvw_NiktoDb); this.pnl_WiktoTM2.Dock = System.Windows.Forms.DockStyle.Fill; this.pnl_WiktoTM2.Location = new System.Drawing.Point(3, 33); this.pnl_WiktoTM2.Name = "pnl_WiktoTM2"; this.pnl_WiktoTM2.Size = new System.Drawing.Size(228, 320); this.pnl_WiktoTM2.TabIndex = 28; // // lvw_NiktoDb // this.lvw_NiktoDb.AutoArrange = false; this.lvw_NiktoDb.BackColor = System.Drawing.Color.Snow; this.lvw_NiktoDb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lvw_NiktoDb.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.col_desc, this.col_target}); this.lvw_NiktoDb.Dock = System.Windows.Forms.DockStyle.Fill; this.lvw_NiktoDb.FullRowSelect = true; this.lvw_NiktoDb.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; this.lvw_NiktoDb.HideSelection = false; this.lvw_NiktoDb.LabelWrap = false; this.lvw_NiktoDb.Location = new System.Drawing.Point(0, 0); this.lvw_NiktoDb.MultiSelect = false; this.lvw_NiktoDb.Name = "lvw_NiktoDb"; this.lvw_NiktoDb.ShowGroups = false; this.lvw_NiktoDb.Size = new System.Drawing.Size(228, 320); this.lvw_NiktoDb.TabIndex = 29; this.lvw_NiktoDb.UseCompatibleStateImageBehavior = false; this.lvw_NiktoDb.View = System.Windows.Forms.View.Details; this.lvw_NiktoDb.Resize += new System.EventHandler(this.ResizeListViews); this.lvw_NiktoDb.SelectedIndexChanged += new System.EventHandler(this.populateNiktoDesc); // // col_desc // this.col_desc.Text = "Trigger"; this.col_desc.Width = 100; // // col_target // this.col_target.Text = "Request"; this.col_target.Width = 100; // // tpnl_WiktoT1 // this.tpnl_WiktoT1.ColumnCount = 1; this.tpnl_WiktoT1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tpnl_WiktoT1.Controls.Add(this.pnl_WiktoTL1, 0, 0); this.tpnl_WiktoT1.Controls.Add(this.pnl_WiktoTL3, 0, 1); this.tpnl_WiktoT1.Dock = System.Windows.Forms.DockStyle.Fill; this.tpnl_WiktoT1.Location = new System.Drawing.Point(0, 0); this.tpnl_WiktoT1.Margin = new System.Windows.Forms.Padding(0); this.tpnl_WiktoT1.Name = "tpnl_WiktoT1"; this.tpnl_WiktoT1.RowCount = 2; this.tpnl_WiktoT1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tpnl_WiktoT1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tpnl_WiktoT1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tpnl_WiktoT1.Size = new System.Drawing.Size(312, 356); this.tpnl_WiktoT1.TabIndex = 0; // // pnl_WiktoTL1 // this.pnl_WiktoTL1.Controls.Add(this.btn_EditDirs); this.pnl_WiktoTL1.Controls.Add(this.btn_WiktoImportBackEnd); this.pnl_WiktoTL1.Controls.Add(this.btn_WiktoImportMirror); this.pnl_WiktoTL1.Controls.Add(this.btn_WiktoImportGoogle); this.pnl_WiktoTL1.Controls.Add(this.btn_WiktoClearCGI); this.pnl_WiktoTL1.Controls.Add(this.label5); this.pnl_WiktoTL1.Dock = System.Windows.Forms.DockStyle.Fill; this.pnl_WiktoTL1.Location = new System.Drawing.Point(3, 3); this.pnl_WiktoTL1.Name = "pnl_WiktoTL1"; this.pnl_WiktoTL1.Size = new System.Drawing.Size(306, 24); this.pnl_WiktoTL1.TabIndex = 19; // // btn_EditDirs // this.btn_EditDirs.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btn_EditDirs.ForeColor = System.Drawing.SystemColors.HotTrack; this.btn_EditDirs.Location = new System.Drawing.Point(78, 0); this.btn_EditDirs.Name = "btn_EditDirs"; this.btn_EditDirs.Size = new System.Drawing.Size(48, 21); this.btn_EditDirs.TabIndex = 182; this.btn_EditDirs.Text = "Edit"; this.btn_EditDirs.UseVisualStyleBackColor = true; this.btn_EditDirs.Click += new System.EventHandler(this.btn_EditDirs_Click); // // btn_WiktoClearCGI // this.btn_WiktoClearCGI.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btn_WiktoClearCGI.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold); this.btn_WiktoClearCGI.ForeColor = System.Drawing.Color.Brown; this.btn_WiktoClearCGI.Location = new System.Drawing.Point(276, 0); this.btn_WiktoClearCGI.Name = "btn_WiktoClearCGI"; this.btn_WiktoClearCGI.Size = new System.Drawing.Size(30, 21); this.btn_WiktoClearCGI.TabIndex = 24; this.btn_WiktoClearCGI.Text = "CL"; this.btn_WiktoClearCGI.UseVisualStyleBackColor = true; this.btn_WiktoClearCGI.Click += new System.EventHandler(this.btn_WiktoClearCGI_Click); // // label5 // this.label5.Location = new System.Drawing.Point(0, 3); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(72, 16); this.label5.TabIndex = 181; this.label5.Text = "CGI Directories"; // // pnl_WiktoTL3 // this.pnl_WiktoTL3.Controls.Add(this.lst_NiktoCGI); this.pnl_WiktoTL3.Dock = System.Windows.Forms.DockStyle.Fill; this.pnl_WiktoTL3.Location = new System.Drawing.Point(3, 33); this.pnl_WiktoTL3.Name = "pnl_WiktoTL3"; this.pnl_WiktoTL3.Size = new System.Drawing.Size(306, 320); this.pnl_WiktoTL3.TabIndex = 25; // // lst_NiktoCGI // this.lst_NiktoCGI.BackColor = System.Drawing.Color.Snow; this.lst_NiktoCGI.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lst_NiktoCGI.Dock = System.Windows.Forms.DockStyle.Fill; this.lst_NiktoCGI.FormattingEnabled = true; this.lst_NiktoCGI.ItemHeight = 12; this.lst_NiktoCGI.Location = new System.Drawing.Point(0, 0); this.lst_NiktoCGI.Name = "lst_NiktoCGI"; this.lst_NiktoCGI.Size = new System.Drawing.Size(306, 314); this.lst_NiktoCGI.TabIndex = 26; // // panel5 // this.panel5.AutoScroll = true; this.panel5.AutoScrollMinSize = new System.Drawing.Size(220, 670); this.panel5.BackColor = System.Drawing.Color.Gray; this.panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel5.Controls.Add(this.btnPauseWikto); this.panel5.Controls.Add(this.label2); this.panel5.Controls.Add(this.prgNik); this.panel5.Controls.Add(this.prgNiktoWork); this.panel5.Controls.Add(this.btn_NiktoLoad); this.panel5.Controls.Add(this.skinButtonGreen2); this.panel5.Controls.Add(this.lblNiktoAI); this.panel5.Controls.Add(this.groupBox13); this.panel5.Controls.Add(this.groupBox14); this.panel5.Controls.Add(this.pictureBox2); this.panel5.Controls.Add(this.skinButtonRed1); this.panel5.Controls.Add(this.btn_WiktoStop); this.panel5.Controls.Add(this.btn_WiktoStart); this.panel5.Controls.Add(this.label3); this.panel5.Dock = System.Windows.Forms.DockStyle.Left; this.panel5.Location = new System.Drawing.Point(0, 0); this.panel5.Name = "panel5"; this.panel5.Size = new System.Drawing.Size(224, 712); this.panel5.TabIndex = 1; // // btnPauseWikto // this.btnPauseWikto.Enabled = false; this.btnPauseWikto.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold); this.btnPauseWikto.ForeColor = System.Drawing.SystemColors.HotTrack; this.btnPauseWikto.Location = new System.Drawing.Point(121, 86); this.btnPauseWikto.Name = "btnPauseWikto"; this.btnPauseWikto.Size = new System.Drawing.Size(86, 28); this.btnPauseWikto.TabIndex = 257; this.btnPauseWikto.Text = "Pause"; this.btnPauseWikto.UseVisualStyleBackColor = true; this.btnPauseWikto.Click += new System.EventHandler(this.btnPauseWikto_Click); // // label2 // this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label2.Location = new System.Drawing.Point(5, 642); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(196, 13); this.label2.TabIndex = 255; this.label2.Text = "Wikto Progress:"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // prgNik // this.prgNik.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.prgNik.BackColor = System.Drawing.Color.DarkGray; this.prgNik.Location = new System.Drawing.Point(7, 658); this.prgNik.Maximum = 1000; this.prgNik.Name = "prgNik"; this.prgNik.Size = new System.Drawing.Size(194, 13); this.prgNik.TabIndex = 255; // // prgNiktoWork // this.prgNiktoWork.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.prgNiktoWork.BackColor = System.Drawing.Color.DarkGray; this.prgNiktoWork.Location = new System.Drawing.Point(7, 690); this.prgNiktoWork.Maximum = 10; this.prgNiktoWork.Name = "prgNiktoWork"; this.prgNiktoWork.Size = new System.Drawing.Size(194, 13); this.prgNiktoWork.TabIndex = 255; // // lblNiktoAI // this.lblNiktoAI.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lblNiktoAI.BackColor = System.Drawing.Color.Snow; this.lblNiktoAI.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblNiktoAI.Enabled = false; this.lblNiktoAI.Location = new System.Drawing.Point(7, 622); this.lblNiktoAI.Name = "lblNiktoAI"; this.lblNiktoAI.Size = new System.Drawing.Size(194, 20); this.lblNiktoAI.TabIndex = 255; this.lblNiktoAI.Text = "Error messages"; this.lblNiktoAI.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // groupBox13 // this.groupBox13.Controls.Add(this.btnClearNiktoAI); this.groupBox13.Controls.Add(this.btnNiktoRestFuzz); this.groupBox13.Controls.Add(this.btnNiktoShowAll); this.groupBox13.Controls.Add(this.chkOptimizedNikto); this.groupBox13.Controls.Add(this.btnNiktoFuzzUpdate); this.groupBox13.Controls.Add(this.NUPDOWNfuzz); this.groupBox13.Location = new System.Drawing.Point(7, 214); this.groupBox13.Name = "groupBox13"; this.groupBox13.Size = new System.Drawing.Size(208, 88); this.groupBox13.TabIndex = 9; this.groupBox13.TabStop = false; this.groupBox13.Text = "Trigger Control"; // // groupBox14 // this.groupBox14.Controls.Add(this.chkuseSSLWikto); this.groupBox14.Controls.Add(this.txtNiktoPort); this.groupBox14.Controls.Add(this.txtNiktoTarget); this.groupBox14.Controls.Add(this.label28); this.groupBox14.Controls.Add(this.label29); this.groupBox14.Location = new System.Drawing.Point(7, 138); this.groupBox14.Name = "groupBox14"; this.groupBox14.Size = new System.Drawing.Size(208, 70); this.groupBox14.TabIndex = 5; this.groupBox14.TabStop = false; this.groupBox14.Text = "Target selection"; // // label28 // this.label28.Location = new System.Drawing.Point(124, 44); this.label28.Name = "label28"; this.label28.Size = new System.Drawing.Size(32, 12); this.label28.TabIndex = 80; this.label28.Text = "Port"; // // label29 // this.label29.Location = new System.Drawing.Point(122, 19); this.label29.Name = "label29"; this.label29.Size = new System.Drawing.Size(80, 16); this.label29.TabIndex = 79; this.label29.Text = "IP / DNS name"; // // pictureBox2 // this.pictureBox2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox2.BackgroundImage"))); this.pictureBox2.Location = new System.Drawing.Point(7, 5); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(108, 84); this.pictureBox2.TabIndex = 119; this.pictureBox2.TabStop = false; // // label3 // this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label3.Location = new System.Drawing.Point(7, 674); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(194, 13); this.label3.TabIndex = 255; this.label3.Text = "Work Progress:"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // GoogleHacks // this.GoogleHacks.BackColor = System.Drawing.Color.Gray; this.GoogleHacks.Controls.Add(this.pnl_GHMain); this.GoogleHacks.Controls.Add(this.panel6); this.GoogleHacks.Location = new System.Drawing.Point(4, 25); this.GoogleHacks.Name = "GoogleHacks"; this.GoogleHacks.Size = new System.Drawing.Size(1005, 712); this.GoogleHacks.TabIndex = 4; this.GoogleHacks.Text = "GoogleHacks"; this.GoogleHacks.UseVisualStyleBackColor = true; // // pnl_GHMain // this.pnl_GHMain.BackColor = System.Drawing.Color.DarkGray; this.pnl_GHMain.Controls.Add(this.tpnl_HMain); this.pnl_GHMain.Dock = System.Windows.Forms.DockStyle.Fill; this.pnl_GHMain.Location = new System.Drawing.Point(224, 0); this.pnl_GHMain.Name = "pnl_GHMain"; this.pnl_GHMain.Size = new System.Drawing.Size(781, 712); this.pnl_GHMain.TabIndex = 149; // // tpnl_HMain // this.tpnl_HMain.ColumnCount = 1; this.tpnl_HMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tpnl_HMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tpnl_HMain.Controls.Add(this.tpnl_GHManQuery, 0, 1); this.tpnl_HMain.Controls.Add(this.pbl_GoogleHackDb, 0, 0); this.tpnl_HMain.Controls.Add(this.pnl_GHDesc, 0, 2); this.tpnl_HMain.Controls.Add(this.tpnl_GHResults, 0, 3); this.tpnl_HMain.Dock = System.Windows.Forms.DockStyle.Fill; this.tpnl_HMain.Location = new System.Drawing.Point(0, 0); this.tpnl_HMain.Margin = new System.Windows.Forms.Padding(0); this.tpnl_HMain.Name = "tpnl_HMain"; this.tpnl_HMain.RowCount = 4; this.tpnl_HMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33F)); this.tpnl_HMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tpnl_HMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33F)); this.tpnl_HMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.34F)); this.tpnl_HMain.Size = new System.Drawing.Size(781, 712); this.tpnl_HMain.TabIndex = 0; // // tpnl_GHManQuery // this.tpnl_GHManQuery.ColumnCount = 2; this.tpnl_GHManQuery.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tpnl_GHManQuery.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F)); this.tpnl_GHManQuery.Controls.Add(this.pnl_GHMQ1, 0, 0); this.tpnl_GHManQuery.Controls.Add(this.pnl_GHMQ2, 1, 0); this.tpnl_GHManQuery.Dock = System.Windows.Forms.DockStyle.Fill; this.tpnl_GHManQuery.Location = new System.Drawing.Point(0, 227); this.tpnl_GHManQuery.Margin = new System.Windows.Forms.Padding(0); this.tpnl_GHManQuery.Name = "tpnl_GHManQuery"; this.tpnl_GHManQuery.RowCount = 1; this.tpnl_GHManQuery.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tpnl_GHManQuery.Size = new System.Drawing.Size(781, 30); this.tpnl_GHManQuery.TabIndex = 0; // // pnl_GHMQ1 // this.pnl_GHMQ1.Controls.Add(this.txtGoogleHackOnceOff); this.pnl_GHMQ1.Dock = System.Windows.Forms.DockStyle.Fill; this.pnl_GHMQ1.Location = new System.Drawing.Point(3, 3); this.pnl_GHMQ1.Name = "pnl_GHMQ1"; this.pnl_GHMQ1.Size = new System.Drawing.Size(675, 24); this.pnl_GHMQ1.TabIndex = 9; // // txtGoogleHackOnceOff // this.txtGoogleHackOnceOff.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtGoogleHackOnceOff.Dock = System.Windows.Forms.DockStyle.Fill; this.txtGoogleHackOnceOff.Location = new System.Drawing.Point(0, 0); this.txtGoogleHackOnceOff.Name = "txtGoogleHackOnceOff"; this.txtGoogleHackOnceOff.Size = new System.Drawing.Size(675, 18); this.txtGoogleHackOnceOff.TabIndex = 10; this.txtGoogleHackOnceOff.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // pnl_GHMQ2 // this.pnl_GHMQ2.Controls.Add(this.btn_GHManualQuery); this.pnl_GHMQ2.Dock = System.Windows.Forms.DockStyle.Fill; this.pnl_GHMQ2.Location = new System.Drawing.Point(684, 3); this.pnl_GHMQ2.Name = "pnl_GHMQ2"; this.pnl_GHMQ2.Size = new System.Drawing.Size(94, 24); this.pnl_GHMQ2.TabIndex = 11; // // pbl_GoogleHackDb // this.pbl_GoogleHackDb.Controls.Add(this.lstGoogleHack); this.pbl_GoogleHackDb.Dock = System.Windows.Forms.DockStyle.Fill; this.pbl_GoogleHackDb.Location = new System.Drawing.Point(3, 3); this.pbl_GoogleHackDb.Name = "pbl_GoogleHackDb"; this.pbl_GoogleHackDb.Size = new System.Drawing.Size(775, 221); this.pbl_GoogleHackDb.TabIndex = 7; // // lstGoogleHack // this.lstGoogleHack.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lstGoogleHack.Dock = System.Windows.Forms.DockStyle.Fill; this.lstGoogleHack.ItemHeight = 12; this.lstGoogleHack.Location = new System.Drawing.Point(0, 0); this.lstGoogleHack.Name = "lstGoogleHack"; this.lstGoogleHack.Size = new System.Drawing.Size(775, 218); this.lstGoogleHack.TabIndex = 8; this.lstGoogleHack.MouseEnter += new System.EventHandler(this.GHkeepscrolling); this.lstGoogleHack.SelectedIndexChanged += new System.EventHandler(this.populateGoogleHackDesc); this.lstGoogleHack.MouseLeave += new System.EventHandler(this.GHstopscrolling); // // pnl_GHDesc // this.pnl_GHDesc.Controls.Add(this.txtGoogleHackDesc); this.pnl_GHDesc.Dock = System.Windows.Forms.DockStyle.Fill; this.pnl_GHDesc.Location = new System.Drawing.Point(3, 260); this.pnl_GHDesc.Name = "pnl_GHDesc"; this.pnl_GHDesc.Size = new System.Drawing.Size(775, 221); this.pnl_GHDesc.TabIndex = 13; // // txtGoogleHackDesc // this.txtGoogleHackDesc.BackColor = System.Drawing.Color.Snow; this.txtGoogleHackDesc.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtGoogleHackDesc.Dock = System.Windows.Forms.DockStyle.Fill; this.txtGoogleHackDesc.Location = new System.Drawing.Point(0, 0); this.txtGoogleHackDesc.Multiline = true; this.txtGoogleHackDesc.Name = "txtGoogleHackDesc"; this.txtGoogleHackDesc.ReadOnly = true; this.txtGoogleHackDesc.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.txtGoogleHackDesc.Size = new System.Drawing.Size(775, 221); this.txtGoogleHackDesc.TabIndex = 14; // // tpnl_GHResults // this.tpnl_GHResults.ColumnCount = 1; this.tpnl_GHResults.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tpnl_GHResults.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tpnl_GHResults.Controls.Add(this.tpnl_GHResultsTop, 0, 0); this.tpnl_GHResults.Controls.Add(this.pnl_GHRes3, 0, 1); this.tpnl_GHResults.Dock = System.Windows.Forms.DockStyle.Fill; this.tpnl_GHResults.Location = new System.Drawing.Point(0, 484); this.tpnl_GHResults.Margin = new System.Windows.Forms.Padding(0); this.tpnl_GHResults.Name = "tpnl_GHResults"; this.tpnl_GHResults.RowCount = 2; this.tpnl_GHResults.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tpnl_GHResults.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tpnl_GHResults.Size = new System.Drawing.Size(781, 228); this.tpnl_GHResults.TabIndex = 3; // // tpnl_GHResultsTop // this.tpnl_GHResultsTop.ColumnCount = 2; this.tpnl_GHResultsTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tpnl_GHResultsTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F)); this.tpnl_GHResultsTop.Controls.Add(this.pnl_GHRes1, 0, 0); this.tpnl_GHResultsTop.Controls.Add(this.pnl_GHRes2, 1, 0); this.tpnl_GHResultsTop.Dock = System.Windows.Forms.DockStyle.Fill; this.tpnl_GHResultsTop.Location = new System.Drawing.Point(0, 0); this.tpnl_GHResultsTop.Margin = new System.Windows.Forms.Padding(0); this.tpnl_GHResultsTop.Name = "tpnl_GHResultsTop"; this.tpnl_GHResultsTop.RowCount = 1; this.tpnl_GHResultsTop.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tpnl_GHResultsTop.Size = new System.Drawing.Size(781, 30); this.tpnl_GHResultsTop.TabIndex = 0; // // pnl_GHRes1 // this.pnl_GHRes1.Controls.Add(this.label4); this.pnl_GHRes1.Dock = System.Windows.Forms.DockStyle.Fill; this.pnl_GHRes1.Location = new System.Drawing.Point(3, 3); this.pnl_GHRes1.Name = "pnl_GHRes1"; this.pnl_GHRes1.Size = new System.Drawing.Size(675, 24); this.pnl_GHRes1.TabIndex = 15; // // label4 // this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label4.Location = new System.Drawing.Point(0, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(426, 13); this.label4.TabIndex = 166; this.label4.Text = "Results:"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // pnl_GHRes2 // this.pnl_GHRes2.Controls.Add(this.btn_GHClearResults); this.pnl_GHRes2.Dock = System.Windows.Forms.DockStyle.Fill; this.pnl_GHRes2.Location = new System.Drawing.Point(684, 3); this.pnl_GHRes2.Name = "pnl_GHRes2"; this.pnl_GHRes2.Size = new System.Drawing.Size(94, 24); this.pnl_GHRes2.TabIndex = 16; // // btn_GHClearResults // this.btn_GHClearResults.Dock = System.Windows.Forms.DockStyle.Fill; this.btn_GHClearResults.Location = new System.Drawing.Point(0, 0); this.btn_GHClearResults.Name = "btn_GHClearResults"; this.btn_GHClearResults.Size = new System.Drawing.Size(94, 24); this.btn_GHClearResults.TabIndex = 17; this.btn_GHClearResults.Text = "Clear List"; this.btn_GHClearResults.UseVisualStyleBackColor = true; this.btn_GHClearResults.Click += new System.EventHandler(this.btn_GHClearResults_Click); // // pnl_GHRes3 // this.pnl_GHRes3.Controls.Add(this.lstGoogleHackResults); this.pnl_GHRes3.Dock = System.Windows.Forms.DockStyle.Fill; this.pnl_GHRes3.Location = new System.Drawing.Point(3, 33); this.pnl_GHRes3.Name = "pnl_GHRes3"; this.pnl_GHRes3.Size = new System.Drawing.Size(775, 193); this.pnl_GHRes3.TabIndex = 18; // // lstGoogleHackResults // this.lstGoogleHackResults.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lstGoogleHackResults.ContextMenu = this.cntxtGoogleHacks; this.lstGoogleHackResults.Dock = System.Windows.Forms.DockStyle.Fill; this.lstGoogleHackResults.ItemHeight = 12; this.lstGoogleHackResults.Location = new System.Drawing.Point(0, 0); this.lstGoogleHackResults.Name = "lstGoogleHackResults"; this.lstGoogleHackResults.Size = new System.Drawing.Size(775, 182); this.lstGoogleHackResults.TabIndex = 19; this.lstGoogleHackResults.SelectedIndexChanged += new System.EventHandler(this.populateGoogleHackDescFromResults); // // panel6 // this.panel6.AutoScroll = true; this.panel6.AutoScrollMinSize = new System.Drawing.Size(220, 670); this.panel6.BackColor = System.Drawing.Color.Gray; this.panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel6.Controls.Add(this.lblGoogleHackEst); this.panel6.Controls.Add(this.lblGoogleHackPage); this.panel6.Controls.Add(this.btn_GHLoadDatabase); this.panel6.Controls.Add(this.label1); this.panel6.Controls.Add(this.lblGoogleHackStatus); this.panel6.Controls.Add(this.prgGHQuick); this.panel6.Controls.Add(this.prgsGoogleHackAll); this.panel6.Controls.Add(this.txtGoogleHackTarget); this.panel6.Controls.Add(this.pictureBox7); this.panel6.Controls.Add(this.btn_GHQuit); this.panel6.Controls.Add(this.btn_GHStop); this.panel6.Controls.Add(this.btn_GHStart); this.panel6.Controls.Add(this.label21); this.panel6.Controls.Add(this.label24); this.panel6.Dock = System.Windows.Forms.DockStyle.Left; this.panel6.Location = new System.Drawing.Point(0, 0); this.panel6.Name = "panel6"; this.panel6.Size = new System.Drawing.Size(224, 712); this.panel6.TabIndex = 1; // // lblGoogleHackEst // this.lblGoogleHackEst.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.lblGoogleHackEst.BackColor = System.Drawing.SystemColors.ControlLightLight; this.lblGoogleHackEst.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblGoogleHackEst.Location = new System.Drawing.Point(149, 626); this.lblGoogleHackEst.Name = "lblGoogleHackEst"; this.lblGoogleHackEst.Size = new System.Drawing.Size(52, 16); this.lblGoogleHackEst.TabIndex = 255; this.lblGoogleHackEst.Text = "Estimate"; this.lblGoogleHackEst.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lblGoogleHackPage // this.lblGoogleHackPage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.lblGoogleHackPage.BackColor = System.Drawing.SystemColors.ControlLightLight; this.lblGoogleHackPage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblGoogleHackPage.Location = new System.Drawing.Point(7, 626); this.lblGoogleHackPage.Name = "lblGoogleHackPage"; this.lblGoogleHackPage.Size = new System.Drawing.Size(52, 16); this.lblGoogleHackPage.TabIndex = 255; this.lblGoogleHackPage.Text = "Page"; this.lblGoogleHackPage.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label1 // this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label1.Location = new System.Drawing.Point(7, 642); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(194, 13); this.label1.TabIndex = 255; this.label1.Text = "Google Hack:"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lblGoogleHackStatus // this.lblGoogleHackStatus.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lblGoogleHackStatus.BackColor = System.Drawing.SystemColors.ControlLightLight; this.lblGoogleHackStatus.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblGoogleHackStatus.Location = new System.Drawing.Point(7, 586); this.lblGoogleHackStatus.Name = "lblGoogleHackStatus"; this.lblGoogleHackStatus.Size = new System.Drawing.Size(194, 25); this.lblGoogleHackStatus.TabIndex = 255; this.lblGoogleHackStatus.Text = "Google Query Status"; this.lblGoogleHackStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // prgGHQuick // this.prgGHQuick.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.prgGHQuick.BackColor = System.Drawing.Color.DarkGray; this.prgGHQuick.Location = new System.Drawing.Point(7, 690); this.prgGHQuick.Maximum = 10; this.prgGHQuick.Name = "prgGHQuick"; this.prgGHQuick.Size = new System.Drawing.Size(194, 13); this.prgGHQuick.TabIndex = 255; // // prgsGoogleHackAll // this.prgsGoogleHackAll.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.prgsGoogleHackAll.BackColor = System.Drawing.Color.DarkGray; this.prgsGoogleHackAll.Location = new System.Drawing.Point(7, 658); this.prgsGoogleHackAll.Name = "prgsGoogleHackAll"; this.prgsGoogleHackAll.Size = new System.Drawing.Size(194, 13); this.prgsGoogleHackAll.TabIndex = 255; // // pictureBox7 // this.pictureBox7.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox7.BackgroundImage"))); this.pictureBox7.Location = new System.Drawing.Point(7, 5); this.pictureBox7.Name = "pictureBox7"; this.pictureBox7.Size = new System.Drawing.Size(108, 84); this.pictureBox7.TabIndex = 119; this.pictureBox7.TabStop = false; // // label21 // this.label21.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label21.Location = new System.Drawing.Point(7, 674); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(194, 13); this.label21.TabIndex = 255; this.label21.Text = "Google Hack Quick:"; this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label24 // this.label24.Location = new System.Drawing.Point(5, 100); this.label24.Name = "label24"; this.label24.Size = new System.Drawing.Size(40, 16); this.label24.TabIndex = 121; this.label24.Text = "Target"; // // pnl_configleft // this.pnl_configleft.BackColor = System.Drawing.Color.Gray; this.pnl_configleft.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.pnl_configleft.Controls.Add(this.pnl_ConfigMain); this.pnl_configleft.Controls.Add(this.panel1); this.pnl_configleft.ForeColor = System.Drawing.SystemColors.ControlText; this.pnl_configleft.Location = new System.Drawing.Point(4, 25); this.pnl_configleft.Name = "pnl_configleft"; this.pnl_configleft.Size = new System.Drawing.Size(1005, 712); this.pnl_configleft.TabIndex = 3; this.pnl_configleft.Text = "SystemConfig"; this.pnl_configleft.UseVisualStyleBackColor = true; // // pnl_ConfigMain // this.pnl_ConfigMain.Controls.Add(this.tab_configMain); this.pnl_ConfigMain.Dock = System.Windows.Forms.DockStyle.Fill; this.pnl_ConfigMain.Location = new System.Drawing.Point(224, 0); this.pnl_ConfigMain.Name = "pnl_ConfigMain"; this.pnl_ConfigMain.Size = new System.Drawing.Size(777, 708); this.pnl_ConfigMain.TabIndex = 252; // // tab_configMain // this.tab_configMain.Controls.Add(this.cfg_DB); this.tab_configMain.Controls.Add(this.cfg_Header); this.tab_configMain.Controls.Add(this.cfg_Google); this.tab_configMain.Controls.Add(this.cfg_Proxy); this.tab_configMain.Controls.Add(this.cfg_Spider); this.tab_configMain.Controls.Add(this.cfg_Timing); this.tab_configMain.Controls.Add(this.cfg_Update); this.tab_configMain.Controls.Add(this.cfg_Startup); this.tab_configMain.Controls.Add(this.cfg_Help); this.tab_configMain.Dock = System.Windows.Forms.DockStyle.Fill; this.tab_configMain.Location = new System.Drawing.Point(0, 0); this.tab_configMain.Name = "tab_configMain"; this.tab_configMain.SelectedIndex = 0; this.tab_configMain.Size = new System.Drawing.Size(777, 708); this.tab_configMain.TabIndex = 8; // // cfg_DB // this.cfg_DB.BackColor = System.Drawing.Color.DarkGray; this.cfg_DB.Controls.Add(this.btn_browseghdb); this.cfg_DB.Controls.Add(this.btn_browsenikto); this.cfg_DB.Controls.Add(this.btn_CfgLocateNDb); this.cfg_DB.Controls.Add(this.btn_CfgLocateGDb); this.cfg_DB.Controls.Add(this.label27); this.cfg_DB.Controls.Add(this.label25); this.cfg_DB.Controls.Add(this.txtDBLocationGH); this.cfg_DB.Controls.Add(this.txtDBlocationNikto); this.cfg_DB.Location = new System.Drawing.Point(4, 21); this.cfg_DB.Name = "cfg_DB"; this.cfg_DB.Padding = new System.Windows.Forms.Padding(3); this.cfg_DB.Size = new System.Drawing.Size(769, 683); this.cfg_DB.TabIndex = 4; this.cfg_DB.Text = "Database Locations"; this.cfg_DB.UseVisualStyleBackColor = true; // // btn_browseghdb // this.btn_browseghdb.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btn_browseghdb.Location = new System.Drawing.Point(597, 31); this.btn_browseghdb.Name = "btn_browseghdb"; this.btn_browseghdb.Size = new System.Drawing.Size(60, 22); this.btn_browseghdb.TabIndex = 14; this.btn_browseghdb.Text = "Browse..."; this.btn_browseghdb.UseVisualStyleBackColor = true; this.btn_browseghdb.Click += new System.EventHandler(this.btn_browseghdb_Click); // // btn_browsenikto // this.btn_browsenikto.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btn_browsenikto.Location = new System.Drawing.Point(597, 7); this.btn_browsenikto.Name = "btn_browsenikto"; this.btn_browsenikto.Size = new System.Drawing.Size(60, 22); this.btn_browsenikto.TabIndex = 13; this.btn_browsenikto.Text = "Browse..."; this.btn_browsenikto.UseVisualStyleBackColor = true; this.btn_browsenikto.Click += new System.EventHandler(this.btn_browsenikto_Click); // // label27 // this.label27.Location = new System.Drawing.Point(6, 36); this.label27.Name = "label27"; this.label27.Size = new System.Drawing.Size(137, 12); this.label27.TabIndex = 9; this.label27.Text = "Google Hack Database:"; // // label25 // this.label25.Location = new System.Drawing.Point(6, 12); this.label25.Name = "label25"; this.label25.Size = new System.Drawing.Size(137, 12); this.label25.TabIndex = 8; this.label25.Text = "Nikto Database:"; // // cfg_Header // this.cfg_Header.BackColor = System.Drawing.Color.DarkGray; this.cfg_Header.Controls.Add(this.txtHeader); this.cfg_Header.Location = new System.Drawing.Point(4, 22); this.cfg_Header.Name = "cfg_Header"; this.cfg_Header.Padding = new System.Windows.Forms.Padding(3); this.cfg_Header.Size = new System.Drawing.Size(769, 682); this.cfg_Header.TabIndex = 5; this.cfg_Header.Text = "HTTP Header"; this.cfg_Header.UseVisualStyleBackColor = true; // // cfg_Google // this.cfg_Google.BackColor = System.Drawing.Color.DarkGray; this.cfg_Google.Controls.Add(this.btnSpudLocate); this.cfg_Google.Controls.Add(this.txtSpudDirectory); this.cfg_Google.Controls.Add(this.label19); this.cfg_Google.Controls.Add(this.btn_StartAura); this.cfg_Google.Controls.Add(this.updownGoogleDepth); this.cfg_Google.Controls.Add(this.label18); this.cfg_Google.Location = new System.Drawing.Point(4, 22); this.cfg_Google.Name = "cfg_Google"; this.cfg_Google.Padding = new System.Windows.Forms.Padding(3); this.cfg_Google.Size = new System.Drawing.Size(769, 682); this.cfg_Google.TabIndex = 1; this.cfg_Google.Text = "Spud API"; this.cfg_Google.UseVisualStyleBackColor = true; // // btnSpudLocate // this.btnSpudLocate.Location = new System.Drawing.Point(376, 39); this.btnSpudLocate.Name = "btnSpudLocate"; this.btnSpudLocate.Size = new System.Drawing.Size(73, 23); this.btnSpudLocate.TabIndex = 138; this.btnSpudLocate.Text = "Locate"; this.btnSpudLocate.UseVisualStyleBackColor = true; this.btnSpudLocate.Click += new System.EventHandler(this.btnSpudLocate_Click); // // txtSpudDirectory // this.txtSpudDirectory.Location = new System.Drawing.Point(145, 41); this.txtSpudDirectory.Name = "txtSpudDirectory"; this.txtSpudDirectory.Size = new System.Drawing.Size(225, 18); this.txtSpudDirectory.TabIndex = 137; // // label19 // this.label19.Location = new System.Drawing.Point(17, 41); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(122, 18); this.label19.TabIndex = 136; this.label19.Text = "Spud Directory"; // // btn_StartAura // this.btn_StartAura.Location = new System.Drawing.Point(17, 71); this.btn_StartAura.Name = "btn_StartAura"; this.btn_StartAura.Size = new System.Drawing.Size(172, 23); this.btn_StartAura.TabIndex = 135; this.btn_StartAura.Text = "Start SPUD"; this.btn_StartAura.UseVisualStyleBackColor = true; this.btn_StartAura.Click += new System.EventHandler(this.btn_Spud_Click); // // updownGoogleDepth // this.updownGoogleDepth.BackColor = System.Drawing.Color.Snow; this.updownGoogleDepth.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.updownGoogleDepth.Location = new System.Drawing.Point(145, 20); this.updownGoogleDepth.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.updownGoogleDepth.Name = "updownGoogleDepth"; this.updownGoogleDepth.Size = new System.Drawing.Size(44, 18); this.updownGoogleDepth.TabIndex = 133; this.updownGoogleDepth.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.toolTip1.SetToolTip(this.updownGoogleDepth, "The number of levels to drill down to in the Google Results"); this.updownGoogleDepth.Value = new decimal(new int[] { 3, 0, 0, 0}); // // label18 // this.label18.Location = new System.Drawing.Point(17, 20); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(122, 18); this.label18.TabIndex = 134; this.label18.Text = "Pages(max)"; // // cfg_Proxy // this.cfg_Proxy.BackColor = System.Drawing.Color.DarkGray; this.cfg_Proxy.Controls.Add(this.chkProxyPresent); this.cfg_Proxy.Controls.Add(this.txtProxySettings); this.cfg_Proxy.Controls.Add(this.label17); this.cfg_Proxy.Location = new System.Drawing.Point(4, 22); this.cfg_Proxy.Name = "cfg_Proxy"; this.cfg_Proxy.Padding = new System.Windows.Forms.Padding(3); this.cfg_Proxy.Size = new System.Drawing.Size(769, 682); this.cfg_Proxy.TabIndex = 0; this.cfg_Proxy.Text = "Proxy Settings"; this.cfg_Proxy.UseVisualStyleBackColor = true; // // label17 // this.label17.Location = new System.Drawing.Point(4, 12); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(122, 16); this.label17.TabIndex = 112; this.label17.Text = "Proxy IP:port"; // // cfg_Spider // this.cfg_Spider.BackColor = System.Drawing.Color.DarkGray; this.cfg_Spider.Controls.Add(this.chk_ignoreidx); this.cfg_Spider.Controls.Add(this.txt_idxflags); this.cfg_Spider.Controls.Add(this.label42); this.cfg_Spider.Controls.Add(this.txt_excdirs); this.cfg_Spider.Controls.Add(this.label40); this.cfg_Spider.Controls.Add(this.label36); this.cfg_Spider.Controls.Add(this.nud_contentsize); this.cfg_Spider.Controls.Add(this.label35); this.cfg_Spider.Controls.Add(this.txt_content); this.cfg_Spider.Controls.Add(this.label33); this.cfg_Spider.Controls.Add(this.label63); this.cfg_Spider.Controls.Add(this.NUPDOWNspider); this.cfg_Spider.Controls.Add(this.label64); this.cfg_Spider.Controls.Add(this.label67); this.cfg_Spider.Controls.Add(this.txt_ConfigSpiderExclude); this.cfg_Spider.Controls.Add(this.txt_ConfigSpiderExtension); this.cfg_Spider.Location = new System.Drawing.Point(4, 22); this.cfg_Spider.Name = "cfg_Spider"; this.cfg_Spider.Padding = new System.Windows.Forms.Padding(3); this.cfg_Spider.Size = new System.Drawing.Size(769, 682); this.cfg_Spider.TabIndex = 9; this.cfg_Spider.Text = "Spider"; this.cfg_Spider.UseVisualStyleBackColor = true; // // chk_ignoreidx // this.chk_ignoreidx.AutoSize = true; this.chk_ignoreidx.BackColor = System.Drawing.Color.Transparent; this.chk_ignoreidx.Checked = true; this.chk_ignoreidx.CheckState = System.Windows.Forms.CheckState.Checked; this.chk_ignoreidx.Location = new System.Drawing.Point(8, 108); this.chk_ignoreidx.Name = "chk_ignoreidx"; this.chk_ignoreidx.Size = new System.Drawing.Size(164, 16); this.chk_ignoreidx.TabIndex = 162; this.chk_ignoreidx.Text = "Do not spider indexable directories"; this.chk_ignoreidx.UseVisualStyleBackColor = true; this.chk_ignoreidx.CheckedChanged += new System.EventHandler(this.chk_ignoreidx_CheckedChanged); // // txt_idxflags // this.txt_idxflags.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txt_idxflags.BackColor = System.Drawing.Color.Snow; this.txt_idxflags.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txt_idxflags.Enabled = false; this.txt_idxflags.Location = new System.Drawing.Point(134, 130); this.txt_idxflags.Name = "txt_idxflags"; this.txt_idxflags.Size = new System.Drawing.Size(508, 18); this.txt_idxflags.TabIndex = 161; this.txt_idxflags.Text = "?C=N;O=A,?C=N;O=D,?C=M;O=A,?C=M;O=D,?C=S;O=A,?C=S;O=D,?C=D;O=A,?C=D;O=D"; this.txt_idxflags.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label42 // this.label42.AutoSize = true; this.label42.Location = new System.Drawing.Point(6, 132); this.label42.Name = "label42"; this.label42.Size = new System.Drawing.Size(62, 12); this.label42.TabIndex = 160; this.label42.Text = "Index Sorting:"; // // txt_excdirs // this.txt_excdirs.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txt_excdirs.BackColor = System.Drawing.Color.Snow; this.txt_excdirs.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txt_excdirs.Location = new System.Drawing.Point(134, 81); this.txt_excdirs.Name = "txt_excdirs"; this.txt_excdirs.Size = new System.Drawing.Size(508, 18); this.txt_excdirs.TabIndex = 159; this.txt_excdirs.Text = "/images/,/js/,/img/"; this.txt_excdirs.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label40 // this.label40.AutoSize = true; this.label40.Location = new System.Drawing.Point(6, 84); this.label40.Name = "label40"; this.label40.Size = new System.Drawing.Size(85, 12); this.label40.TabIndex = 158; this.label40.Text = "Exclude Directories"; // // label36 // this.label36.AutoSize = true; this.label36.Location = new System.Drawing.Point(260, 156); this.label36.Name = "label36"; this.label36.Size = new System.Drawing.Size(16, 12); this.label36.TabIndex = 157; this.label36.Text = "kB"; // // nud_contentsize // this.nud_contentsize.BackColor = System.Drawing.Color.Snow; this.nud_contentsize.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.nud_contentsize.Location = new System.Drawing.Point(134, 178); this.nud_contentsize.Maximum = new decimal(new int[] { 2048, 0, 0, 0}); this.nud_contentsize.Name = "nud_contentsize"; this.nud_contentsize.Size = new System.Drawing.Size(120, 18); this.nud_contentsize.TabIndex = 156; this.nud_contentsize.Value = new decimal(new int[] { 256, 0, 0, 0}); // // label35 // this.label35.AutoSize = true; this.label35.Location = new System.Drawing.Point(6, 180); this.label35.Name = "label35"; this.label35.Size = new System.Drawing.Size(115, 12); this.label35.TabIndex = 155; this.label35.Text = "Maximum Content Length:"; // // txt_content // this.txt_content.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txt_content.BackColor = System.Drawing.Color.Snow; this.txt_content.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txt_content.Location = new System.Drawing.Point(134, 58); this.txt_content.Name = "txt_content"; this.txt_content.Size = new System.Drawing.Size(508, 18); this.txt_content.TabIndex = 154; this.txt_content.Text = "text/*"; this.txt_content.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.toolTip1.SetToolTip(this.txt_content, "Only spider content with this content type (ie: text/html,text/*,application/pdf," + "application/*,etc)"); // // label33 // this.label33.AutoSize = true; this.label33.Location = new System.Drawing.Point(6, 60); this.label33.Name = "label33"; this.label33.Size = new System.Drawing.Size(101, 12); this.label33.TabIndex = 153; this.label33.Text = "Include Content-Types:"; // // label63 // this.label63.Location = new System.Drawing.Point(6, 156); this.label63.Name = "label63"; this.label63.Size = new System.Drawing.Size(72, 16); this.label63.TabIndex = 150; this.label63.Text = "Threads:"; // // label64 // this.label64.AutoSize = true; this.label64.Location = new System.Drawing.Point(6, 36); this.label64.Name = "label64"; this.label64.Size = new System.Drawing.Size(89, 12); this.label64.TabIndex = 152; this.label64.Text = "Exclude Extensions:"; // // label67 // this.label67.AutoSize = true; this.label67.Location = new System.Drawing.Point(6, 12); this.label67.Name = "label67"; this.label67.Size = new System.Drawing.Size(64, 12); this.label67.TabIndex = 151; this.label67.Text = "Exclude Filter:"; // // cfg_Timing // this.cfg_Timing.BackColor = System.Drawing.Color.DarkGray; this.cfg_Timing.Controls.Add(this.updownRetryTCP); this.cfg_Timing.Controls.Add(this.updownTimeOutTCP); this.cfg_Timing.Controls.Add(this.label6); this.cfg_Timing.Controls.Add(this.label16); this.cfg_Timing.ForeColor = System.Drawing.SystemColors.ControlText; this.cfg_Timing.Location = new System.Drawing.Point(4, 22); this.cfg_Timing.Name = "cfg_Timing"; this.cfg_Timing.Padding = new System.Windows.Forms.Padding(3); this.cfg_Timing.Size = new System.Drawing.Size(769, 682); this.cfg_Timing.TabIndex = 2; this.cfg_Timing.Text = "Timing"; this.cfg_Timing.UseVisualStyleBackColor = true; // // label6 // this.label6.Location = new System.Drawing.Point(6, 36); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(122, 12); this.label6.TabIndex = 128; this.label6.Text = "Retry"; // // label16 // this.label16.Location = new System.Drawing.Point(6, 12); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(122, 12); this.label16.TabIndex = 127; this.label16.Text = "Timeout (ms)"; // // cfg_Update // this.cfg_Update.BackColor = System.Drawing.Color.DarkGray; this.cfg_Update.Controls.Add(this.label49); this.cfg_Update.Controls.Add(this.label48); this.cfg_Update.Controls.Add(this.label46); this.cfg_Update.Controls.Add(this.txtURLUpdateGHDB); this.cfg_Update.Controls.Add(this.txtURLUpdateNiktoDB); this.cfg_Update.Controls.Add(this.txtURLUpdate); this.cfg_Update.Location = new System.Drawing.Point(4, 22); this.cfg_Update.Name = "cfg_Update"; this.cfg_Update.Padding = new System.Windows.Forms.Padding(3); this.cfg_Update.Size = new System.Drawing.Size(769, 682); this.cfg_Update.TabIndex = 6; this.cfg_Update.Text = "Update Sites"; this.cfg_Update.UseVisualStyleBackColor = true; // // label49 // this.label49.Location = new System.Drawing.Point(6, 60); this.label49.Name = "label49"; this.label49.Size = new System.Drawing.Size(128, 16); this.label49.TabIndex = 110; this.label49.Text = "GoogleHack DB"; // // label48 // this.label48.Location = new System.Drawing.Point(6, 36); this.label48.Name = "label48"; this.label48.Size = new System.Drawing.Size(128, 16); this.label48.TabIndex = 109; this.label48.Text = "Nikto DB"; // // label46 // this.label46.Location = new System.Drawing.Point(6, 12); this.label46.Name = "label46"; this.label46.Size = new System.Drawing.Size(128, 16); this.label46.TabIndex = 108; this.label46.Text = "BackEnd DB"; // // cfg_Startup // this.cfg_Startup.BackColor = System.Drawing.Color.DarkGray; this.cfg_Startup.Controls.Add(this.chk_StartWiz); this.cfg_Startup.Controls.Add(this.btn_ShowNews); this.cfg_Startup.Controls.Add(this.chk_ShowStart); this.cfg_Startup.Location = new System.Drawing.Point(4, 22); this.cfg_Startup.Name = "cfg_Startup"; this.cfg_Startup.Size = new System.Drawing.Size(769, 682); this.cfg_Startup.TabIndex = 10; this.cfg_Startup.Text = "Wikto Start Up"; // // chk_StartWiz // this.chk_StartWiz.AutoSize = true; this.chk_StartWiz.BackColor = System.Drawing.Color.Transparent; this.chk_StartWiz.Location = new System.Drawing.Point(6, 36); this.chk_StartWiz.Name = "chk_StartWiz"; this.chk_StartWiz.Size = new System.Drawing.Size(128, 16); this.chk_StartWiz.TabIndex = 31; this.chk_StartWiz.Text = "Always start with Wizard"; this.chk_StartWiz.UseVisualStyleBackColor = true; this.chk_StartWiz.CheckedChanged += new System.EventHandler(this.chk_StartWiz_CheckedChanged); // // cfg_Help // this.cfg_Help.BackColor = System.Drawing.Color.DarkGray; this.cfg_Help.Controls.Add(this.lbl_About); this.cfg_Help.Controls.Add(this.label47); this.cfg_Help.Controls.Add(this.lbl_ResearchMail); this.cfg_Help.Controls.Add(this.label41); this.cfg_Help.Controls.Add(this.lbl_WiktoHome); this.cfg_Help.Controls.Add(this.label39); this.cfg_Help.Location = new System.Drawing.Point(4, 22); this.cfg_Help.Name = "cfg_Help"; this.cfg_Help.Padding = new System.Windows.Forms.Padding(3); this.cfg_Help.Size = new System.Drawing.Size(769, 682); this.cfg_Help.TabIndex = 8; this.cfg_Help.Text = "Help"; this.cfg_Help.UseVisualStyleBackColor = true; // // lbl_About // this.lbl_About.AutoSize = true; this.lbl_About.Location = new System.Drawing.Point(6, 84); this.lbl_About.Name = "lbl_About"; this.lbl_About.Size = new System.Drawing.Size(359, 108); this.lbl_About.TabIndex = 5; this.lbl_About.Text = resources.GetString("lbl_About.Text"); // // label47 // this.label47.AutoSize = true; this.label47.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label47.Location = new System.Drawing.Point(6, 60); this.label47.Name = "label47"; this.label47.Size = new System.Drawing.Size(71, 12); this.label47.TabIndex = 4; this.label47.Text = "About Wikto:"; // // lbl_ResearchMail // this.lbl_ResearchMail.AutoSize = true; this.lbl_ResearchMail.Location = new System.Drawing.Point(125, 36); this.lbl_ResearchMail.Name = "lbl_ResearchMail"; this.lbl_ResearchMail.Size = new System.Drawing.Size(114, 12); this.lbl_ResearchMail.TabIndex = 3; this.lbl_ResearchMail.TabStop = true; this.lbl_ResearchMail.Text = "*****@*****.**"; this.lbl_ResearchMail.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.GotoLink); // // label41 // this.label41.AutoSize = true; this.label41.Location = new System.Drawing.Point(6, 36); this.label41.Name = "label41"; this.label41.Size = new System.Drawing.Size(95, 12); this.label41.TabIndex = 2; this.label41.Text = "SensePost Research:"; // // lbl_WiktoHome // this.lbl_WiktoHome.AutoSize = true; this.lbl_WiktoHome.Location = new System.Drawing.Point(192, 12); this.lbl_WiktoHome.Name = "lbl_WiktoHome"; this.lbl_WiktoHome.Size = new System.Drawing.Size(186, 12); this.lbl_WiktoHome.TabIndex = 1; this.lbl_WiktoHome.TabStop = true; this.lbl_WiktoHome.Text = "http://www.sensepost.com/research/wikto"; this.lbl_WiktoHome.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.GotoLink); // // label39 // this.label39.AutoSize = true; this.label39.Location = new System.Drawing.Point(6, 12); this.label39.Name = "label39"; this.label39.Size = new System.Drawing.Size(147, 12); this.label39.TabIndex = 0; this.label39.Text = "Complete online documentation at:"; // // panel1 // this.panel1.AutoScroll = true; this.panel1.AutoScrollMinSize = new System.Drawing.Size(220, 670); this.panel1.BackColor = System.Drawing.Color.Gray; this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(this.btn_CnfQuit); this.panel1.Controls.Add(this.label37); this.panel1.Controls.Add(this.lblConfigFileLocation); this.panel1.Controls.Add(this.btn_CnfReset); this.panel1.Controls.Add(this.btn_CnfSave); this.panel1.Controls.Add(this.btn_CnfLoad); this.panel1.Controls.Add(this.pictureBox5); this.panel1.Dock = System.Windows.Forms.DockStyle.Left; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(224, 708); this.panel1.TabIndex = 1; // // label37 // this.label37.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label37.Location = new System.Drawing.Point(5, 643); this.label37.Name = "label37"; this.label37.Size = new System.Drawing.Size(198, 13); this.label37.TabIndex = 255; this.label37.Text = "Currently Running:"; this.label37.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lblConfigFileLocation // this.lblConfigFileLocation.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lblConfigFileLocation.BackColor = System.Drawing.SystemColors.ControlLightLight; this.lblConfigFileLocation.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblConfigFileLocation.Location = new System.Drawing.Point(3, 656); this.lblConfigFileLocation.Name = "lblConfigFileLocation"; this.lblConfigFileLocation.Size = new System.Drawing.Size(200, 47); this.lblConfigFileLocation.TabIndex = 255; this.lblConfigFileLocation.Text = "Running on defaults"; this.lblConfigFileLocation.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // pictureBox5 // this.pictureBox5.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox5.BackgroundImage"))); this.pictureBox5.Location = new System.Drawing.Point(7, 5); this.pictureBox5.Name = "pictureBox5"; this.pictureBox5.Size = new System.Drawing.Size(108, 84); this.pictureBox5.TabIndex = 119; this.pictureBox5.TabStop = false; // // tab_wizard // this.tab_wizard.BackColor = System.Drawing.Color.DarkGray; this.tab_wizard.Location = new System.Drawing.Point(4, 25); this.tab_wizard.Name = "tab_wizard"; this.tab_wizard.Size = new System.Drawing.Size(1005, 712); this.tab_wizard.TabIndex = 6; this.tab_wizard.Text = "Scan Wizard"; this.tab_wizard.UseVisualStyleBackColor = true; // // fdlLoadBackEndDirs // this.fdlLoadBackEndDirs.CheckFileExists = false; this.fdlLoadBackEndDirs.CheckPathExists = false; this.fdlLoadBackEndDirs.DefaultExt = "txt"; this.fdlLoadBackEndDirs.InitialDirectory = "c:\\"; // // fdlLoadBackEndFiles // this.fdlLoadBackEndFiles.DefaultExt = "txt"; this.fdlLoadBackEndFiles.InitialDirectory = "c:\\"; // // fdlLoadBackEndExt // this.fdlLoadBackEndExt.DefaultExt = "txt"; this.fdlLoadBackEndExt.InitialDirectory = "c:\\"; // // fdlExportBackEnd // this.fdlExportBackEnd.DefaultExt = "csv"; this.fdlExportBackEnd.FileName = "wiktobackend.csv"; this.fdlExportBackEnd.Filter = "CSV files | *.csv"; this.fdlExportBackEnd.InitialDirectory = "c:\\"; // // fdlLoadNiktoDB // this.fdlLoadNiktoDB.DefaultExt = "txt"; this.fdlLoadNiktoDB.InitialDirectory = "c:\\"; // // fdlExportWikto // this.fdlExportWikto.DefaultExt = "csv"; this.fdlExportWikto.FileName = "wikto.csv"; this.fdlExportWikto.Filter = "CSV files | *.csv"; this.fdlExportWikto.InitialDirectory = "c:\\"; // // fdlGoogleHacksOpenDB // this.fdlGoogleHacksOpenDB.Filter = "XML files|*.xml"; // // openFileDialog1 // this.openFileDialog1.CheckFileExists = false; this.openFileDialog1.Filter = "Wikto Conf files |*.wkt|All files|*.*"; // // frm_Wikto // this.AutoScroll = true; this.BackColor = System.Drawing.SystemColors.ControlLightLight; this.ClientSize = new System.Drawing.Size(1016, 741); this.Controls.Add(this.tabControl1); this.Controls.Add(this.splitter1); this.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "frm_Wikto"; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show; this.Text = "Wikto by SensePost "; this.TransparencyKey = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.ResizeEnd += new System.EventHandler(this.ResizeListViews); this.Load += new System.EventHandler(this.frm_Wikto_Load); ((System.ComponentModel.ISupportInitialize)(this.NUPDOWNspider)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.updownRetryTCP)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.updownTimeOutTCP)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.NUPDOWNfuzz)).EndInit(); this.tabControl1.ResumeLayout(false); this.Mirror.ResumeLayout(false); this.tpnlMirror.ResumeLayout(false); this.tpnlMirrorLinks.ResumeLayout(false); this.tpnlMirrorLinkTop.ResumeLayout(false); this.pnlMirrorLinkLeft.ResumeLayout(false); this.pnlMrrorLinkRight.ResumeLayout(false); this.tpnlMirrorDir.ResumeLayout(false); this.tpnlMirrorDirTop.ResumeLayout(false); this.pnlMirrorDirLeft.ResumeLayout(false); this.pnlMirrorDirRight.ResumeLayout(false); this.pnlMirrorLeft.ResumeLayout(false); this.pnlMirrorLeft.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit(); this.Googler.ResumeLayout(false); this.tpnlGoogleMain.ResumeLayout(false); this.panel3.ResumeLayout(false); this.panel3.PerformLayout(); this.tpnlGoogleDir.ResumeLayout(false); this.tpnlGoogleDirTop.ResumeLayout(false); this.pnlGoogleDirLeft.ResumeLayout(false); this.pnlGoogleDirRight.ResumeLayout(false); this.pnlGoogleDirMain.ResumeLayout(false); this.tpnlGoogleLink.ResumeLayout(false); this.tpnlGoogleLinkTop.ResumeLayout(false); this.pnlGoogleLinkLeft.ResumeLayout(false); this.pnlGoogleLinkRight.ResumeLayout(false); this.pnlGoogleLinkMain.ResumeLayout(false); this.pnlGoogleLeft.ResumeLayout(false); this.pnlGoogleLeft.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit(); this.BackEndMiner.ResumeLayout(false); this.BackEndMiner.PerformLayout(); this.pnl_BackEndMain.ResumeLayout(false); this.tpnl_BackendMain.ResumeLayout(false); this.pnl_BackEndTop.ResumeLayout(false); this.tpnl_BackEndTop.ResumeLayout(false); this.pnl_BETopLeft1.ResumeLayout(false); this.pbl_TopLeft3.ResumeLayout(false); this.pnl_BETopMid1.ResumeLayout(false); this.pnl_BETopMid3.ResumeLayout(false); this.pnl_BETopRight1.ResumeLayout(false); this.pnl_BETopRight3.ResumeLayout(false); this.pnl_BackEndBottom.ResumeLayout(false); this.tpnl_BEBottom1.ResumeLayout(false); this.tpnl_BEBottom2.ResumeLayout(false); this.pnl_BEBottomLeft1.ResumeLayout(false); this.pnl_BEBottomLeft3.ResumeLayout(false); this.tpnl_BEBottomRight.ResumeLayout(false); this.pnl_BEBottomRight1.ResumeLayout(false); this.pnl_BEBottomRight3.ResumeLayout(false); this.tpnl_BEFiles.ResumeLayout(false); this.pnl_BEFile1.ResumeLayout(false); this.pnl_BEFile3.ResumeLayout(false); this.panel4.ResumeLayout(false); this.panel4.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.nudTimeAnomaly)).EndInit(); this.groupBox10.ResumeLayout(false); this.groupBox10.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.NUPDOWNBackEnd)).EndInit(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.groupBox11.ResumeLayout(false); this.groupBox12.ResumeLayout(false); this.groupBox12.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit(); this.NiktoIsh.ResumeLayout(false); this.pnl_WiktoMain.ResumeLayout(false); this.tpnl_WiktoMain.ResumeLayout(false); this.tpnl_WiktoB1.ResumeLayout(false); this.panpnl_WiktoBL1.ResumeLayout(false); this.panpnl_WiktoBL2.ResumeLayout(false); this.tpnl_WiktoB2.ResumeLayout(false); this.panpnl_WiktoBM1.ResumeLayout(false); this.panpnl_WiktoBM2.ResumeLayout(false); this.panpnl_WiktoBM2.PerformLayout(); this.tpnl_WiktoB3.ResumeLayout(false); this.panpnl_WiktoBR1.ResumeLayout(false); this.panpnl_WiktoBR2.ResumeLayout(false); this.panpnl_WiktoBR2.PerformLayout(); this.tpnl_WiktoT3.ResumeLayout(false); this.pnl_WiktoTR1.ResumeLayout(false); this.pnl_WiktoTR2.ResumeLayout(false); this.tpnl_WiktoT2.ResumeLayout(false); this.pnl_WiktoTM1.ResumeLayout(false); this.pnl_WiktoTM2.ResumeLayout(false); this.tpnl_WiktoT1.ResumeLayout(false); this.pnl_WiktoTL1.ResumeLayout(false); this.pnl_WiktoTL3.ResumeLayout(false); this.panel5.ResumeLayout(false); this.groupBox13.ResumeLayout(false); this.groupBox13.PerformLayout(); this.groupBox14.ResumeLayout(false); this.groupBox14.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); this.GoogleHacks.ResumeLayout(false); this.pnl_GHMain.ResumeLayout(false); this.tpnl_HMain.ResumeLayout(false); this.tpnl_GHManQuery.ResumeLayout(false); this.pnl_GHMQ1.ResumeLayout(false); this.pnl_GHMQ1.PerformLayout(); this.pnl_GHMQ2.ResumeLayout(false); this.pbl_GoogleHackDb.ResumeLayout(false); this.pnl_GHDesc.ResumeLayout(false); this.pnl_GHDesc.PerformLayout(); this.tpnl_GHResults.ResumeLayout(false); this.tpnl_GHResultsTop.ResumeLayout(false); this.pnl_GHRes1.ResumeLayout(false); this.pnl_GHRes2.ResumeLayout(false); this.pnl_GHRes3.ResumeLayout(false); this.panel6.ResumeLayout(false); this.panel6.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit(); this.pnl_configleft.ResumeLayout(false); this.pnl_ConfigMain.ResumeLayout(false); this.tab_configMain.ResumeLayout(false); this.cfg_DB.ResumeLayout(false); this.cfg_DB.PerformLayout(); this.cfg_Header.ResumeLayout(false); this.cfg_Header.PerformLayout(); this.cfg_Google.ResumeLayout(false); this.cfg_Google.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.updownGoogleDepth)).EndInit(); this.cfg_Proxy.ResumeLayout(false); this.cfg_Proxy.PerformLayout(); this.cfg_Spider.ResumeLayout(false); this.cfg_Spider.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.nud_contentsize)).EndInit(); this.cfg_Timing.ResumeLayout(false); this.cfg_Update.ResumeLayout(false); this.cfg_Update.PerformLayout(); this.cfg_Startup.ResumeLayout(false); this.cfg_Startup.PerformLayout(); this.cfg_Help.ResumeLayout(false); this.cfg_Help.PerformLayout(); this.panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FilterForm)); this.txtFilterHosts = new System.Windows.Forms.RichTextBox(); this.txtFilterLocation = new System.Windows.Forms.RichTextBox(); this.txtFilterActions = new System.Windows.Forms.RichTextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.txtFilterExt = new System.Windows.Forms.RichTextBox(); this.txtFilterCookies = new System.Windows.Forms.RichTextBox(); this.label6 = new System.Windows.Forms.Label(); this.txtFilterRequestHeader = new System.Windows.Forms.RichTextBox(); this.label7 = new System.Windows.Forms.Label(); this.txtFilterResponseHeader = new System.Windows.Forms.RichTextBox(); this.label8 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.txtFilterParameters = new System.Windows.Forms.RichTextBox(); this.btn_FilterReset = new DotNetSkin.SkinControls.SkinButtonRed(); this.btn_applyfilter = new DotNetSkin.SkinControls.SkinButtonYellow(); this.chkFilterBypass = new DotNetSkin.SkinControls.SkinCheckBox(); this.chkFilterHosts = new DotNetSkin.SkinControls.SkinCheckBox(); this.chkFilterLocation = new DotNetSkin.SkinControls.SkinCheckBox(); this.chkFilterExt = new DotNetSkin.SkinControls.SkinCheckBox(); this.chkFilterActions = new DotNetSkin.SkinControls.SkinCheckBox(); this.chkFilterParameters = new DotNetSkin.SkinControls.SkinCheckBox(); this.chkFilterAnyParam = new DotNetSkin.SkinControls.SkinCheckBox(); this.chkFilterCookies = new DotNetSkin.SkinControls.SkinCheckBox(); this.chkFilterIsHTTP = new DotNetSkin.SkinControls.SkinCheckBox(); this.chkFilterIsHTTPS = new DotNetSkin.SkinControls.SkinCheckBox(); this.chkFilterRequest = new DotNetSkin.SkinControls.SkinCheckBox(); this.chkFilterResponse = new DotNetSkin.SkinControls.SkinCheckBox(); this.SuspendLayout(); // // txtFilterHosts // this.txtFilterHosts.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtFilterHosts.DetectUrls = false; this.txtFilterHosts.Font = new System.Drawing.Font("MS Reference Sans Serif", 6.75F); this.txtFilterHosts.Location = new System.Drawing.Point(16, 24); this.txtFilterHosts.Name = "txtFilterHosts"; this.txtFilterHosts.Size = new System.Drawing.Size(200, 88); this.txtFilterHosts.TabIndex = 0; this.txtFilterHosts.Text = ""; this.txtFilterHosts.WordWrap = false; // // txtFilterLocation // this.txtFilterLocation.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtFilterLocation.DetectUrls = false; this.txtFilterLocation.Font = new System.Drawing.Font("MS Reference Sans Serif", 6.75F); this.txtFilterLocation.Location = new System.Drawing.Point(224, 24); this.txtFilterLocation.Name = "txtFilterLocation"; this.txtFilterLocation.Size = new System.Drawing.Size(200, 88); this.txtFilterLocation.TabIndex = 2; this.txtFilterLocation.Text = ""; this.txtFilterLocation.WordWrap = false; // // txtFilterActions // this.txtFilterActions.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtFilterActions.DetectUrls = false; this.txtFilterActions.Font = new System.Drawing.Font("MS Reference Sans Serif", 6.75F); this.txtFilterActions.Location = new System.Drawing.Point(224, 160); this.txtFilterActions.Name = "txtFilterActions"; this.txtFilterActions.Size = new System.Drawing.Size(200, 88); this.txtFilterActions.TabIndex = 6; this.txtFilterActions.Text = ""; this.txtFilterActions.WordWrap = false; // // label1 // this.label1.Font = new System.Drawing.Font("MS Reference Sans Serif", 6.75F); this.label1.Location = new System.Drawing.Point(104, 8); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(32, 16); this.label1.TabIndex = 11; this.label1.Text = "Hosts"; // // label2 // this.label2.Font = new System.Drawing.Font("MS Reference Sans Serif", 6.75F); this.label2.Location = new System.Drawing.Point(304, 8); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(48, 16); this.label2.TabIndex = 12; this.label2.Text = "Location"; // // label4 // this.label4.Font = new System.Drawing.Font("MS Reference Sans Serif", 6.75F); this.label4.Location = new System.Drawing.Point(304, 144); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(48, 16); this.label4.TabIndex = 14; this.label4.Text = "Actions"; // // label5 // this.label5.Font = new System.Drawing.Font("MS Reference Sans Serif", 6.75F); this.label5.Location = new System.Drawing.Point(88, 144); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(64, 16); this.label5.TabIndex = 17; this.label5.Text = "Extensions"; // // txtFilterExt // this.txtFilterExt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtFilterExt.DetectUrls = false; this.txtFilterExt.Font = new System.Drawing.Font("MS Reference Sans Serif", 6.75F); this.txtFilterExt.Location = new System.Drawing.Point(16, 160); this.txtFilterExt.Name = "txtFilterExt"; this.txtFilterExt.Size = new System.Drawing.Size(200, 88); this.txtFilterExt.TabIndex = 4; this.txtFilterExt.Text = ""; this.txtFilterExt.WordWrap = false; // // txtFilterCookies // this.txtFilterCookies.BackColor = System.Drawing.Color.Cornsilk; this.txtFilterCookies.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtFilterCookies.DetectUrls = false; this.txtFilterCookies.Font = new System.Drawing.Font("MS Reference Sans Serif", 6.75F); this.txtFilterCookies.Location = new System.Drawing.Point(224, 296); this.txtFilterCookies.Name = "txtFilterCookies"; this.txtFilterCookies.Size = new System.Drawing.Size(200, 88); this.txtFilterCookies.TabIndex = 11; this.txtFilterCookies.Text = ""; this.txtFilterCookies.WordWrap = false; // // label6 // this.label6.Font = new System.Drawing.Font("MS Reference Sans Serif", 6.75F); this.label6.Location = new System.Drawing.Point(304, 280); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(48, 16); this.label6.TabIndex = 20; this.label6.Text = "Cookies"; // // txtFilterRequestHeader // this.txtFilterRequestHeader.BackColor = System.Drawing.Color.LightYellow; this.txtFilterRequestHeader.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtFilterRequestHeader.DetectUrls = false; this.txtFilterRequestHeader.Font = new System.Drawing.Font("MS Reference Sans Serif", 6.75F); this.txtFilterRequestHeader.ForeColor = System.Drawing.Color.Black; this.txtFilterRequestHeader.Location = new System.Drawing.Point(16, 432); this.txtFilterRequestHeader.Name = "txtFilterRequestHeader"; this.txtFilterRequestHeader.Size = new System.Drawing.Size(200, 88); this.txtFilterRequestHeader.TabIndex = 13; this.txtFilterRequestHeader.Text = ""; this.txtFilterRequestHeader.WordWrap = false; // // label7 // this.label7.Font = new System.Drawing.Font("MS Reference Sans Serif", 6.75F); this.label7.Location = new System.Drawing.Point(80, 416); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(80, 16); this.label7.TabIndex = 26; this.label7.Text = "Full request"; // // txtFilterResponseHeader // this.txtFilterResponseHeader.BackColor = System.Drawing.Color.LightYellow; this.txtFilterResponseHeader.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtFilterResponseHeader.DetectUrls = false; this.txtFilterResponseHeader.Font = new System.Drawing.Font("MS Reference Sans Serif", 6.75F); this.txtFilterResponseHeader.ForeColor = System.Drawing.Color.Black; this.txtFilterResponseHeader.Location = new System.Drawing.Point(224, 432); this.txtFilterResponseHeader.Name = "txtFilterResponseHeader"; this.txtFilterResponseHeader.Size = new System.Drawing.Size(200, 88); this.txtFilterResponseHeader.TabIndex = 15; this.txtFilterResponseHeader.Text = ""; this.txtFilterResponseHeader.WordWrap = false; // // label8 // this.label8.Font = new System.Drawing.Font("MS Reference Sans Serif", 6.75F); this.label8.Location = new System.Drawing.Point(280, 416); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(88, 16); this.label8.TabIndex = 29; this.label8.Text = "Response header"; // // label3 // this.label3.Font = new System.Drawing.Font("MS Reference Sans Serif", 6.75F); this.label3.Location = new System.Drawing.Point(88, 280); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(64, 16); this.label3.TabIndex = 35; this.label3.Text = "Parameters"; // // txtFilterParameters // this.txtFilterParameters.BackColor = System.Drawing.Color.Cornsilk; this.txtFilterParameters.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtFilterParameters.DetectUrls = false; this.txtFilterParameters.Font = new System.Drawing.Font("MS Reference Sans Serif", 6.75F); this.txtFilterParameters.Location = new System.Drawing.Point(16, 296); this.txtFilterParameters.Name = "txtFilterParameters"; this.txtFilterParameters.Size = new System.Drawing.Size(200, 88); this.txtFilterParameters.TabIndex = 8; this.txtFilterParameters.Text = ""; this.txtFilterParameters.WordWrap = false; // // btn_FilterReset // this.btn_FilterReset.Font = new System.Drawing.Font("MS Reference Sans Serif", 6.75F, System.Drawing.FontStyle.Bold); this.btn_FilterReset.ForeColor = System.Drawing.Color.Brown; this.btn_FilterReset.Location = new System.Drawing.Point(8, 624); this.btn_FilterReset.Name = "btn_FilterReset"; this.btn_FilterReset.Size = new System.Drawing.Size(424, 24); this.btn_FilterReset.TabIndex = 21; this.btn_FilterReset.Text = "Reset Filter"; this.btn_FilterReset.Click += new System.EventHandler(this.skinButtonRed1_Click); // // btn_applyfilter // this.btn_applyfilter.Font = new System.Drawing.Font("MS Reference Sans Serif", 6.75F, System.Drawing.FontStyle.Bold); this.btn_applyfilter.ForeColor = System.Drawing.Color.DarkGoldenrod; this.btn_applyfilter.Location = new System.Drawing.Point(8, 600); this.btn_applyfilter.Name = "btn_applyfilter"; this.btn_applyfilter.Size = new System.Drawing.Size(424, 24); this.btn_applyfilter.TabIndex = 20; this.btn_applyfilter.Text = "A P P L Y"; this.btn_applyfilter.Click += new System.EventHandler(this.btn_applyfilter_Click); // // chkFilterBypass // this.chkFilterBypass.BackColor = System.Drawing.Color.Transparent; this.chkFilterBypass.Font = new System.Drawing.Font("MS Reference Sans Serif", 6.75F); this.chkFilterBypass.Location = new System.Drawing.Point(16, 576); this.chkFilterBypass.Name = "chkFilterBypass"; this.chkFilterBypass.Size = new System.Drawing.Size(88, 16); this.chkFilterBypass.TabIndex = 19; this.chkFilterBypass.Text = "Bypass filter"; // // chkFilterHosts // this.chkFilterHosts.BackColor = System.Drawing.Color.Transparent; this.chkFilterHosts.Font = new System.Drawing.Font("MS Reference Sans Serif", 6.75F); this.chkFilterHosts.Location = new System.Drawing.Point(16, 112); this.chkFilterHosts.Name = "chkFilterHosts"; this.chkFilterHosts.Size = new System.Drawing.Size(88, 16); this.chkFilterHosts.TabIndex = 1; this.chkFilterHosts.Text = "Invert"; // // chkFilterLocation // this.chkFilterLocation.BackColor = System.Drawing.Color.Transparent; this.chkFilterLocation.Font = new System.Drawing.Font("MS Reference Sans Serif", 6.75F); this.chkFilterLocation.Location = new System.Drawing.Point(224, 112); this.chkFilterLocation.Name = "chkFilterLocation"; this.chkFilterLocation.Size = new System.Drawing.Size(88, 16); this.chkFilterLocation.TabIndex = 3; this.chkFilterLocation.Text = "Invert"; // // chkFilterExt // this.chkFilterExt.BackColor = System.Drawing.Color.Transparent; this.chkFilterExt.Checked = true; this.chkFilterExt.CheckState = System.Windows.Forms.CheckState.Checked; this.chkFilterExt.Font = new System.Drawing.Font("MS Reference Sans Serif", 6.75F); this.chkFilterExt.Location = new System.Drawing.Point(16, 248); this.chkFilterExt.Name = "chkFilterExt"; this.chkFilterExt.Size = new System.Drawing.Size(88, 16); this.chkFilterExt.TabIndex = 5; this.chkFilterExt.Text = "Invert"; // // chkFilterActions // this.chkFilterActions.BackColor = System.Drawing.Color.Transparent; this.chkFilterActions.Font = new System.Drawing.Font("MS Reference Sans Serif", 6.75F); this.chkFilterActions.Location = new System.Drawing.Point(224, 248); this.chkFilterActions.Name = "chkFilterActions"; this.chkFilterActions.Size = new System.Drawing.Size(96, 16); this.chkFilterActions.TabIndex = 7; this.chkFilterActions.Text = "Invert"; // // chkFilterParameters // this.chkFilterParameters.BackColor = System.Drawing.Color.Transparent; this.chkFilterParameters.Font = new System.Drawing.Font("MS Reference Sans Serif", 6.75F); this.chkFilterParameters.Location = new System.Drawing.Point(16, 384); this.chkFilterParameters.Name = "chkFilterParameters"; this.chkFilterParameters.Size = new System.Drawing.Size(56, 16); this.chkFilterParameters.TabIndex = 9; this.chkFilterParameters.Text = "Invert"; // // chkFilterAnyParam // this.chkFilterAnyParam.BackColor = System.Drawing.Color.Transparent; this.chkFilterAnyParam.Font = new System.Drawing.Font("MS Reference Sans Serif", 6.75F); this.chkFilterAnyParam.Location = new System.Drawing.Point(136, 384); this.chkFilterAnyParam.Name = "chkFilterAnyParam"; this.chkFilterAnyParam.Size = new System.Drawing.Size(80, 16); this.chkFilterAnyParam.TabIndex = 10; this.chkFilterAnyParam.Text = "Any param"; // // chkFilterCookies // this.chkFilterCookies.BackColor = System.Drawing.Color.Transparent; this.chkFilterCookies.Font = new System.Drawing.Font("MS Reference Sans Serif", 6.75F); this.chkFilterCookies.Location = new System.Drawing.Point(224, 384); this.chkFilterCookies.Name = "chkFilterCookies"; this.chkFilterCookies.Size = new System.Drawing.Size(88, 16); this.chkFilterCookies.TabIndex = 12; this.chkFilterCookies.Text = "Invert"; // // chkFilterIsHTTP // this.chkFilterIsHTTP.BackColor = System.Drawing.Color.Transparent; this.chkFilterIsHTTP.Checked = true; this.chkFilterIsHTTP.CheckState = System.Windows.Forms.CheckState.Checked; this.chkFilterIsHTTP.Font = new System.Drawing.Font("MS Reference Sans Serif", 6.75F); this.chkFilterIsHTTP.Location = new System.Drawing.Point(16, 544); this.chkFilterIsHTTP.Name = "chkFilterIsHTTP"; this.chkFilterIsHTTP.Size = new System.Drawing.Size(104, 16); this.chkFilterIsHTTP.TabIndex = 17; this.chkFilterIsHTTP.Text = "Normal HTTP"; // // chkFilterIsHTTPS // this.chkFilterIsHTTPS.BackColor = System.Drawing.Color.Transparent; this.chkFilterIsHTTPS.Checked = true; this.chkFilterIsHTTPS.CheckState = System.Windows.Forms.CheckState.Checked; this.chkFilterIsHTTPS.Font = new System.Drawing.Font("MS Reference Sans Serif", 6.75F); this.chkFilterIsHTTPS.Location = new System.Drawing.Point(16, 560); this.chkFilterIsHTTPS.Name = "chkFilterIsHTTPS"; this.chkFilterIsHTTPS.Size = new System.Drawing.Size(96, 16); this.chkFilterIsHTTPS.TabIndex = 18; this.chkFilterIsHTTPS.Text = "SSL requests"; // // chkFilterRequest // this.chkFilterRequest.BackColor = System.Drawing.Color.Transparent; this.chkFilterRequest.Font = new System.Drawing.Font("MS Reference Sans Serif", 6.75F); this.chkFilterRequest.Location = new System.Drawing.Point(16, 520); this.chkFilterRequest.Name = "chkFilterRequest"; this.chkFilterRequest.Size = new System.Drawing.Size(88, 16); this.chkFilterRequest.TabIndex = 14; this.chkFilterRequest.Text = "Invert"; // // chkFilterResponse // this.chkFilterResponse.BackColor = System.Drawing.Color.Transparent; this.chkFilterResponse.Font = new System.Drawing.Font("MS Reference Sans Serif", 6.75F); this.chkFilterResponse.Location = new System.Drawing.Point(224, 520); this.chkFilterResponse.Name = "chkFilterResponse"; this.chkFilterResponse.Size = new System.Drawing.Size(88, 16); this.chkFilterResponse.TabIndex = 16; this.chkFilterResponse.Text = "Invert"; // // FilterForm // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.BackColor = System.Drawing.Color.DarkGray; this.ClientSize = new System.Drawing.Size(440, 653); this.Controls.Add(this.chkFilterResponse); this.Controls.Add(this.chkFilterRequest); this.Controls.Add(this.chkFilterIsHTTPS); this.Controls.Add(this.chkFilterIsHTTP); this.Controls.Add(this.chkFilterCookies); this.Controls.Add(this.chkFilterAnyParam); this.Controls.Add(this.chkFilterParameters); this.Controls.Add(this.chkFilterActions); this.Controls.Add(this.chkFilterExt); this.Controls.Add(this.chkFilterLocation); this.Controls.Add(this.chkFilterHosts); this.Controls.Add(this.chkFilterBypass); this.Controls.Add(this.btn_applyfilter); this.Controls.Add(this.btn_FilterReset); this.Controls.Add(this.label3); this.Controls.Add(this.txtFilterParameters); this.Controls.Add(this.txtFilterResponseHeader); this.Controls.Add(this.label8); this.Controls.Add(this.txtFilterRequestHeader); this.Controls.Add(this.label7); this.Controls.Add(this.txtFilterCookies); this.Controls.Add(this.label6); this.Controls.Add(this.txtFilterExt); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.txtFilterActions); this.Controls.Add(this.txtFilterLocation); this.Controls.Add(this.txtFilterHosts); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MaximumSize = new System.Drawing.Size(448, 680); this.MinimizeBox = false; this.MinimumSize = new System.Drawing.Size(448, 680); this.Name = "FilterForm"; this.ShowInTaskbar = false; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.Text = "Configure Filter/Finder"; this.ResumeLayout(false); }