Main.Designer.vb
上传用户:wangting
上传日期:2020-01-24
资源大小:2226k
文件大小:33k
源码类别:

破解

开发平台:

ASP/ASPX

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Main
  3.     Inherits System.Windows.Forms.Form
  4.     'Form overrides dispose to clean up the component list.
  5.     <System.Diagnostics.DebuggerNonUserCode()> _
  6.     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7.         If disposing AndAlso components IsNot Nothing Then
  8.             components.Dispose()
  9.         End If
  10.         MyBase.Dispose(disposing)
  11.     End Sub
  12.     'Required by the Windows Form Designer
  13.     Private components As System.ComponentModel.IContainer
  14.     'NOTE: The following procedure is required by the Windows Form Designer
  15.     'It can be modified using the Windows Form Designer.  
  16.     'Do not modify it using the code editor.
  17.     <System.Diagnostics.DebuggerStepThrough()> _
  18.     Private Sub InitializeComponent()
  19.         Me.components = New System.ComponentModel.Container
  20.         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Main))
  21.         Me.ToolStrip1 = New System.Windows.Forms.ToolStrip
  22.         Me.BtnStart = New System.Windows.Forms.ToolStripButton
  23.         Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator
  24.         Me.BtnStop = New System.Windows.Forms.ToolStripButton
  25.         Me.TabControl1 = New System.Windows.Forms.TabControl
  26.         Me.TabPage2 = New System.Windows.Forms.TabPage
  27.         Me.LstResponses = New System.Windows.Forms.ListView
  28.         Me.ColumnHeader1 = New System.Windows.Forms.ColumnHeader
  29.         Me.ColumnHeader2 = New System.Windows.Forms.ColumnHeader
  30.         Me.MnuList = New System.Windows.Forms.ContextMenuStrip(Me.components)
  31.         Me.ClearItemsToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
  32.         Me.GroupBox4 = New System.Windows.Forms.GroupBox
  33.         Me.LblCached = New System.Windows.Forms.Label
  34.         Me.LblResponses = New System.Windows.Forms.Label
  35.         Me.LblRequests = New System.Windows.Forms.Label
  36.         Me.Label9 = New System.Windows.Forms.Label
  37.         Me.Label7 = New System.Windows.Forms.Label
  38.         Me.Label8 = New System.Windows.Forms.Label
  39.         Me.GroupBox3 = New System.Windows.Forms.GroupBox
  40.         Me.PrgVictim = New System.Windows.Forms.ProgressBar
  41.         Me.LblVictimID = New System.Windows.Forms.Label
  42.         Me.Label5 = New System.Windows.Forms.Label
  43.         Me.TabPage1 = New System.Windows.Forms.TabPage
  44.         Me.GroupBox5 = New System.Windows.Forms.GroupBox
  45.         Me.TrackTrans = New System.Windows.Forms.TrackBar
  46.         Me.GroupBox1 = New System.Windows.Forms.GroupBox
  47.         Me.Label4 = New System.Windows.Forms.Label
  48.         Me.CmbInterface = New System.Windows.Forms.ComboBox
  49.         Me.NumPort = New System.Windows.Forms.NumericUpDown
  50.         Me.Label1 = New System.Windows.Forms.Label
  51.         Me.GroupBox2 = New System.Windows.Forms.GroupBox
  52.         Me.BtnTestServer = New System.Windows.Forms.Button
  53.         Me.TxtPassword = New System.Windows.Forms.TextBox
  54.         Me.Label3 = New System.Windows.Forms.Label
  55.         Me.TxtServer = New System.Windows.Forms.TextBox
  56.         Me.Label2 = New System.Windows.Forms.Label
  57.         Me.TabPage3 = New System.Windows.Forms.TabPage
  58.         Me.TxtLog = New System.Windows.Forms.TextBox
  59.         Me.MnuLog = New System.Windows.Forms.ContextMenuStrip(Me.components)
  60.         Me.ClearLogToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
  61.         Me.MenuStrip1 = New System.Windows.Forms.MenuStrip
  62.         Me.FileToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
  63.         Me.ToolStripButton2 = New System.Windows.Forms.ToolStripMenuItem
  64.         Me.toolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator
  65.         Me.ExitToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
  66.         Me.CacheToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
  67.         Me.ClearCacheToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
  68.         Me.ViewToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
  69.         Me.AlwaysOnTopToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
  70.         Me.HelpToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
  71.         Me.AboutToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
  72.         Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator
  73.         Me.PortcullisComputerSecurityWebsiteToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
  74.         Me.GoToXSSShellDownloadPageToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
  75.         Me.StatusStrip1 = New System.Windows.Forms.StatusStrip
  76.         Me.PrgMain = New System.Windows.Forms.ToolStripProgressBar
  77.         Me.LblStatus = New System.Windows.Forms.ToolStripStatusLabel
  78.         Me.MnuEnableCache = New System.Windows.Forms.ToolStripMenuItem
  79.         Me.ToolStrip1.SuspendLayout()
  80.         Me.TabControl1.SuspendLayout()
  81.         Me.TabPage2.SuspendLayout()
  82.         Me.MnuList.SuspendLayout()
  83.         Me.GroupBox4.SuspendLayout()
  84.         Me.GroupBox3.SuspendLayout()
  85.         Me.TabPage1.SuspendLayout()
  86.         Me.GroupBox5.SuspendLayout()
  87.         CType(Me.TrackTrans, System.ComponentModel.ISupportInitialize).BeginInit()
  88.         Me.GroupBox1.SuspendLayout()
  89.         CType(Me.NumPort, System.ComponentModel.ISupportInitialize).BeginInit()
  90.         Me.GroupBox2.SuspendLayout()
  91.         Me.TabPage3.SuspendLayout()
  92.         Me.MnuLog.SuspendLayout()
  93.         Me.MenuStrip1.SuspendLayout()
  94.         Me.StatusStrip1.SuspendLayout()
  95.         Me.SuspendLayout()
  96.         '
  97.         'ToolStrip1
  98.         '
  99.         Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BtnStart, Me.ToolStripSeparator1, Me.BtnStop})
  100.         Me.ToolStrip1.Location = New System.Drawing.Point(0, 24)
  101.         Me.ToolStrip1.Name = "ToolStrip1"
  102.         Me.ToolStrip1.Size = New System.Drawing.Size(411, 25)
  103.         Me.ToolStrip1.TabIndex = 0
  104.         Me.ToolStrip1.Text = "ToolStrip1"
  105.         '
  106.         'BtnStart
  107.         '
  108.         Me.BtnStart.Image = CType(resources.GetObject("BtnStart.Image"), System.Drawing.Image)
  109.         Me.BtnStart.ImageTransparentColor = System.Drawing.Color.Magenta
  110.         Me.BtnStart.Name = "BtnStart"
  111.         Me.BtnStart.Size = New System.Drawing.Size(107, 22)
  112.         Me.BtnStart.Text = "Start XSS Tunnel"
  113.         '
  114.         'ToolStripSeparator1
  115.         '
  116.         Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
  117.         Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 25)
  118.         '
  119.         'BtnStop
  120.         '
  121.         Me.BtnStop.Enabled = False
  122.         Me.BtnStop.Image = CType(resources.GetObject("BtnStop.Image"), System.Drawing.Image)
  123.         Me.BtnStop.ImageTransparentColor = System.Drawing.Color.Magenta
  124.         Me.BtnStop.Name = "BtnStop"
  125.         Me.BtnStop.Size = New System.Drawing.Size(105, 22)
  126.         Me.BtnStop.Text = "Sto&p XSS Tunnel"
  127.         '
  128.         'TabControl1
  129.         '
  130.         Me.TabControl1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  131.                     Or System.Windows.Forms.AnchorStyles.Left) _
  132.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  133.         Me.TabControl1.Controls.Add(Me.TabPage2)
  134.         Me.TabControl1.Controls.Add(Me.TabPage1)
  135.         Me.TabControl1.Controls.Add(Me.TabPage3)
  136.         Me.TabControl1.Location = New System.Drawing.Point(0, 49)
  137.         Me.TabControl1.Multiline = True
  138.         Me.TabControl1.Name = "TabControl1"
  139.         Me.TabControl1.SelectedIndex = 0
  140.         Me.TabControl1.Size = New System.Drawing.Size(411, 246)
  141.         Me.TabControl1.TabIndex = 2
  142.         '
  143.         'TabPage2
  144.         '
  145.         Me.TabPage2.Controls.Add(Me.LstResponses)
  146.         Me.TabPage2.Controls.Add(Me.GroupBox4)
  147.         Me.TabPage2.Controls.Add(Me.GroupBox3)
  148.         Me.TabPage2.Location = New System.Drawing.Point(4, 22)
  149.         Me.TabPage2.Name = "TabPage2"
  150.         Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
  151.         Me.TabPage2.Size = New System.Drawing.Size(403, 220)
  152.         Me.TabPage2.TabIndex = 1
  153.         Me.TabPage2.Text = "Dashboard"
  154.         Me.TabPage2.UseVisualStyleBackColor = True
  155.         '
  156.         'LstResponses
  157.         '
  158.         Me.LstResponses.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  159.                     Or System.Windows.Forms.AnchorStyles.Left) _
  160.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  161.         Me.LstResponses.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader1, Me.ColumnHeader2})
  162.         Me.LstResponses.ContextMenuStrip = Me.MnuList
  163.         Me.LstResponses.FullRowSelect = True
  164.         Me.LstResponses.GridLines = True
  165.         Me.LstResponses.Location = New System.Drawing.Point(3, 77)
  166.         Me.LstResponses.Name = "LstResponses"
  167.         Me.LstResponses.Size = New System.Drawing.Size(397, 140)
  168.         Me.LstResponses.TabIndex = 3
  169.         Me.LstResponses.UseCompatibleStateImageBehavior = False
  170.         Me.LstResponses.View = System.Windows.Forms.View.Details
  171.         '
  172.         'ColumnHeader1
  173.         '
  174.         Me.ColumnHeader1.Text = "Status"
  175.         '
  176.         'ColumnHeader2
  177.         '
  178.         Me.ColumnHeader2.Text = "Requested Path"
  179.         Me.ColumnHeader2.Width = 307
  180.         '
  181.         'MnuList
  182.         '
  183.         Me.MnuList.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ClearItemsToolStripMenuItem})
  184.         Me.MnuList.Name = "MnuList"
  185.         Me.MnuList.Size = New System.Drawing.Size(141, 26)
  186.         '
  187.         'ClearItemsToolStripMenuItem
  188.         '
  189.         Me.ClearItemsToolStripMenuItem.Name = "ClearItemsToolStripMenuItem"
  190.         Me.ClearItemsToolStripMenuItem.Size = New System.Drawing.Size(140, 22)
  191.         Me.ClearItemsToolStripMenuItem.Text = "&Clear Items"
  192.         '
  193.         'GroupBox4
  194.         '
  195.         Me.GroupBox4.Controls.Add(Me.LblCached)
  196.         Me.GroupBox4.Controls.Add(Me.LblResponses)
  197.         Me.GroupBox4.Controls.Add(Me.LblRequests)
  198.         Me.GroupBox4.Controls.Add(Me.Label9)
  199.         Me.GroupBox4.Controls.Add(Me.Label7)
  200.         Me.GroupBox4.Controls.Add(Me.Label8)
  201.         Me.GroupBox4.Location = New System.Drawing.Point(176, 6)
  202.         Me.GroupBox4.Name = "GroupBox4"
  203.         Me.GroupBox4.Size = New System.Drawing.Size(205, 71)
  204.         Me.GroupBox4.TabIndex = 2
  205.         Me.GroupBox4.TabStop = False
  206.         Me.GroupBox4.Text = "Stats"
  207.         '
  208.         'LblCached
  209.         '
  210.         Me.LblCached.AutoSize = True
  211.         Me.LblCached.Location = New System.Drawing.Point(129, 51)
  212.         Me.LblCached.Name = "LblCached"
  213.         Me.LblCached.Size = New System.Drawing.Size(13, 13)
  214.         Me.LblCached.TabIndex = 5
  215.         Me.LblCached.Text = "0"
  216.         '
  217.         'LblResponses
  218.         '
  219.         Me.LblResponses.AutoSize = True
  220.         Me.LblResponses.Location = New System.Drawing.Point(129, 34)
  221.         Me.LblResponses.Name = "LblResponses"
  222.         Me.LblResponses.Size = New System.Drawing.Size(13, 13)
  223.         Me.LblResponses.TabIndex = 4
  224.         Me.LblResponses.Text = "0"
  225.         '
  226.         'LblRequests
  227.         '
  228.         Me.LblRequests.AutoSize = True
  229.         Me.LblRequests.Location = New System.Drawing.Point(129, 16)
  230.         Me.LblRequests.Name = "LblRequests"
  231.         Me.LblRequests.Size = New System.Drawing.Size(13, 13)
  232.         Me.LblRequests.TabIndex = 3
  233.         Me.LblRequests.Text = "0"
  234.         '
  235.         'Label9
  236.         '
  237.         Me.Label9.AutoSize = True
  238.         Me.Label9.Location = New System.Drawing.Point(23, 51)
  239.         Me.Label9.Name = "Label9"
  240.         Me.Label9.Size = New System.Drawing.Size(109, 13)
  241.         Me.Label9.TabIndex = 2
  242.         Me.Label9.Text = "Cached Responses : "
  243.         '
  244.         'Label7
  245.         '
  246.         Me.Label7.AutoSize = True
  247.         Me.Label7.Location = New System.Drawing.Point(6, 34)
  248.         Me.Label7.Name = "Label7"
  249.         Me.Label7.Size = New System.Drawing.Size(126, 13)
  250.         Me.Label7.TabIndex = 1
  251.         Me.Label7.Text = "Responses From Victim : "
  252.         '
  253.         'Label8
  254.         '
  255.         Me.Label8.AutoSize = True
  256.         Me.Label8.Location = New System.Drawing.Point(16, 16)
  257.         Me.Label8.Name = "Label8"
  258.         Me.Label8.Size = New System.Drawing.Size(116, 13)
  259.         Me.Label8.TabIndex = 0
  260.         Me.Label8.Text = "Requests From Client : "
  261.         '
  262.         'GroupBox3
  263.         '
  264.         Me.GroupBox3.Controls.Add(Me.PrgVictim)
  265.         Me.GroupBox3.Controls.Add(Me.LblVictimID)
  266.         Me.GroupBox3.Controls.Add(Me.Label5)
  267.         Me.GroupBox3.Location = New System.Drawing.Point(3, 6)
  268.         Me.GroupBox3.Name = "GroupBox3"
  269.         Me.GroupBox3.Size = New System.Drawing.Size(167, 71)
  270.         Me.GroupBox3.TabIndex = 0
  271.         Me.GroupBox3.TabStop = False
  272.         Me.GroupBox3.Text = "Connected Victim"
  273.         '
  274.         'PrgVictim
  275.         '
  276.         Me.PrgVictim.Location = New System.Drawing.Point(3, 55)
  277.         Me.PrgVictim.Maximum = 20
  278.         Me.PrgVictim.Name = "PrgVictim"
  279.         Me.PrgVictim.Size = New System.Drawing.Size(158, 10)
  280.         Me.PrgVictim.Step = 1
  281.         Me.PrgVictim.Style = System.Windows.Forms.ProgressBarStyle.Continuous
  282.         Me.PrgVictim.TabIndex = 2
  283.         '
  284.         'LblVictimID
  285.         '
  286.         Me.LblVictimID.AutoSize = True
  287.         Me.LblVictimID.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(162, Byte))
  288.         Me.LblVictimID.Location = New System.Drawing.Point(70, 16)
  289.         Me.LblVictimID.Name = "LblVictimID"
  290.         Me.LblVictimID.Size = New System.Drawing.Size(14, 13)
  291.         Me.LblVictimID.TabIndex = 1
  292.         Me.LblVictimID.Text = "?"
  293.         '
  294.         'Label5
  295.         '
  296.         Me.Label5.AutoSize = True
  297.         Me.Label5.Location = New System.Drawing.Point(6, 16)
  298.         Me.Label5.Name = "Label5"
  299.         Me.Label5.Size = New System.Drawing.Size(58, 13)
  300.         Me.Label5.TabIndex = 0
  301.         Me.Label5.Text = "Victim ID : "
  302.         '
  303.         'TabPage1
  304.         '
  305.         Me.TabPage1.Controls.Add(Me.GroupBox5)
  306.         Me.TabPage1.Controls.Add(Me.GroupBox1)
  307.         Me.TabPage1.Controls.Add(Me.GroupBox2)
  308.         Me.TabPage1.Location = New System.Drawing.Point(4, 22)
  309.         Me.TabPage1.Name = "TabPage1"
  310.         Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
  311.         Me.TabPage1.Size = New System.Drawing.Size(403, 220)
  312.         Me.TabPage1.TabIndex = 0
  313.         Me.TabPage1.Text = "Options"
  314.         Me.TabPage1.UseVisualStyleBackColor = True
  315.         '
  316.         'GroupBox5
  317.         '
  318.         Me.GroupBox5.Controls.Add(Me.TrackTrans)
  319.         Me.GroupBox5.Dock = System.Windows.Forms.DockStyle.Top
  320.         Me.GroupBox5.Location = New System.Drawing.Point(3, 132)
  321.         Me.GroupBox5.Name = "GroupBox5"
  322.         Me.GroupBox5.Size = New System.Drawing.Size(397, 74)
  323.         Me.GroupBox5.TabIndex = 4
  324.         Me.GroupBox5.TabStop = False
  325.         Me.GroupBox5.Text = "Transparency"
  326.         '
  327.         'TrackTrans
  328.         '
  329.         Me.TrackTrans.LargeChange = 10
  330.         Me.TrackTrans.Location = New System.Drawing.Point(5, 19)
  331.         Me.TrackTrans.Maximum = 100
  332.         Me.TrackTrans.Minimum = 10
  333.         Me.TrackTrans.Name = "TrackTrans"
  334.         Me.TrackTrans.Size = New System.Drawing.Size(370, 45)
  335.         Me.TrackTrans.TabIndex = 0
  336.         Me.TrackTrans.TickStyle = System.Windows.Forms.TickStyle.None
  337.         Me.TrackTrans.Value = 10
  338.         '
  339.         'GroupBox1
  340.         '
  341.         Me.GroupBox1.Controls.Add(Me.Label4)
  342.         Me.GroupBox1.Controls.Add(Me.CmbInterface)
  343.         Me.GroupBox1.Controls.Add(Me.NumPort)
  344.         Me.GroupBox1.Controls.Add(Me.Label1)
  345.         Me.GroupBox1.Dock = System.Windows.Forms.DockStyle.Top
  346.         Me.GroupBox1.Location = New System.Drawing.Point(3, 82)
  347.         Me.GroupBox1.Name = "GroupBox1"
  348.         Me.GroupBox1.Size = New System.Drawing.Size(397, 50)
  349.         Me.GroupBox1.TabIndex = 2
  350.         Me.GroupBox1.TabStop = False
  351.         Me.GroupBox1.Text = "Proxy Listener"
  352.         '
  353.         'Label4
  354.         '
  355.         Me.Label4.AutoSize = True
  356.         Me.Label4.Location = New System.Drawing.Point(298, 21)
  357.         Me.Label4.Name = "Label4"
  358.         Me.Label4.Size = New System.Drawing.Size(13, 13)
  359.         Me.Label4.TabIndex = 4
  360.         Me.Label4.Text = " :"
  361.         '
  362.         'CmbInterface
  363.         '
  364.         Me.CmbInterface.FormattingEnabled = True
  365.         Me.CmbInterface.Location = New System.Drawing.Point(53, 19)
  366.         Me.CmbInterface.Name = "CmbInterface"
  367.         Me.CmbInterface.Size = New System.Drawing.Size(239, 21)
  368.         Me.CmbInterface.TabIndex = 3
  369.         '
  370.         'NumPort
  371.         '
  372.         Me.NumPort.Location = New System.Drawing.Point(315, 19)
  373.         Me.NumPort.Maximum = New Decimal(New Integer() {65535, 0, 0, 0})
  374.         Me.NumPort.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
  375.         Me.NumPort.Name = "NumPort"
  376.         Me.NumPort.Size = New System.Drawing.Size(57, 20)
  377.         Me.NumPort.TabIndex = 2
  378.         Me.NumPort.Value = New Decimal(New Integer() {8080, 0, 0, 0})
  379.         '
  380.         'Label1
  381.         '
  382.         Me.Label1.AutoSize = True
  383.         Me.Label1.Location = New System.Drawing.Point(6, 21)
  384.         Me.Label1.Name = "Label1"
  385.         Me.Label1.Size = New System.Drawing.Size(41, 13)
  386.         Me.Label1.TabIndex = 1
  387.         Me.Label1.Text = "Listen :"
  388.         '
  389.         'GroupBox2
  390.         '
  391.         Me.GroupBox2.Controls.Add(Me.BtnTestServer)
  392.         Me.GroupBox2.Controls.Add(Me.TxtPassword)
  393.         Me.GroupBox2.Controls.Add(Me.Label3)
  394.         Me.GroupBox2.Controls.Add(Me.TxtServer)
  395.         Me.GroupBox2.Controls.Add(Me.Label2)
  396.         Me.GroupBox2.Dock = System.Windows.Forms.DockStyle.Top
  397.         Me.GroupBox2.Location = New System.Drawing.Point(3, 3)
  398.         Me.GroupBox2.Name = "GroupBox2"
  399.         Me.GroupBox2.Size = New System.Drawing.Size(397, 79)
  400.         Me.GroupBox2.TabIndex = 3
  401.         Me.GroupBox2.TabStop = False
  402.         Me.GroupBox2.Text = "XSS Shell Configuration"
  403.         '
  404.         'BtnTestServer
  405.         '
  406.         Me.BtnTestServer.Location = New System.Drawing.Point(189, 44)
  407.         Me.BtnTestServer.Name = "BtnTestServer"
  408.         Me.BtnTestServer.Size = New System.Drawing.Size(75, 23)
  409.         Me.BtnTestServer.TabIndex = 4
  410.         Me.BtnTestServer.Text = "&Test Server"
  411.         Me.BtnTestServer.UseVisualStyleBackColor = True
  412.         '
  413.         'TxtPassword
  414.         '
  415.         Me.TxtPassword.Location = New System.Drawing.Point(71, 46)
  416.         Me.TxtPassword.Name = "TxtPassword"
  417.         Me.TxtPassword.Size = New System.Drawing.Size(112, 20)
  418.         Me.TxtPassword.TabIndex = 3
  419.         Me.TxtPassword.Text = "w00t"
  420.         Me.TxtPassword.UseSystemPasswordChar = True
  421.         '
  422.         'Label3
  423.         '
  424.         Me.Label3.AutoSize = True
  425.         Me.Label3.Location = New System.Drawing.Point(6, 49)
  426.         Me.Label3.Name = "Label3"
  427.         Me.Label3.Size = New System.Drawing.Size(59, 13)
  428.         Me.Label3.TabIndex = 2
  429.         Me.Label3.Text = "Password :"
  430.         '
  431.         'TxtServer
  432.         '
  433.         Me.TxtServer.Location = New System.Drawing.Point(71, 20)
  434.         Me.TxtServer.Name = "TxtServer"
  435.         Me.TxtServer.Size = New System.Drawing.Size(301, 20)
  436.         Me.TxtServer.TabIndex = 1
  437.         Me.TxtServer.Text = "http://www.xssshellserver.com:60000/admin/"
  438.         '
  439.         'Label2
  440.         '
  441.         Me.Label2.AutoSize = True
  442.         Me.Label2.Location = New System.Drawing.Point(21, 23)
  443.         Me.Label2.Name = "Label2"
  444.         Me.Label2.Size = New System.Drawing.Size(44, 13)
  445.         Me.Label2.TabIndex = 0
  446.         Me.Label2.Text = "Server :"
  447.         '
  448.         'TabPage3
  449.         '
  450.         Me.TabPage3.Controls.Add(Me.TxtLog)
  451.         Me.TabPage3.Location = New System.Drawing.Point(4, 22)
  452.         Me.TabPage3.Name = "TabPage3"
  453.         Me.TabPage3.Padding = New System.Windows.Forms.Padding(3)
  454.         Me.TabPage3.Size = New System.Drawing.Size(403, 220)
  455.         Me.TabPage3.TabIndex = 2
  456.         Me.TabPage3.Text = "Log"
  457.         Me.TabPage3.UseVisualStyleBackColor = True
  458.         '
  459.         'TxtLog
  460.         '
  461.         Me.TxtLog.ContextMenuStrip = Me.MnuLog
  462.         Me.TxtLog.Dock = System.Windows.Forms.DockStyle.Fill
  463.         Me.TxtLog.Location = New System.Drawing.Point(3, 3)
  464.         Me.TxtLog.MaxLength = 3276700
  465.         Me.TxtLog.Multiline = True
  466.         Me.TxtLog.Name = "TxtLog"
  467.         Me.TxtLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
  468.         Me.TxtLog.Size = New System.Drawing.Size(397, 214)
  469.         Me.TxtLog.TabIndex = 0
  470.         '
  471.         'MnuLog
  472.         '
  473.         Me.MnuLog.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ClearLogToolStripMenuItem})
  474.         Me.MnuLog.Name = "MnuLog"
  475.         Me.MnuLog.Size = New System.Drawing.Size(131, 26)
  476.         '
  477.         'ClearLogToolStripMenuItem
  478.         '
  479.         Me.ClearLogToolStripMenuItem.Name = "ClearLogToolStripMenuItem"
  480.         Me.ClearLogToolStripMenuItem.Size = New System.Drawing.Size(130, 22)
  481.         Me.ClearLogToolStripMenuItem.Text = "&Clear Log"
  482.         '
  483.         'MenuStrip1
  484.         '
  485.         Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.FileToolStripMenuItem, Me.CacheToolStripMenuItem, Me.ViewToolStripMenuItem, Me.HelpToolStripMenuItem})
  486.         Me.MenuStrip1.Location = New System.Drawing.Point(0, 0)
  487.         Me.MenuStrip1.Name = "MenuStrip1"
  488.         Me.MenuStrip1.Size = New System.Drawing.Size(411, 24)
  489.         Me.MenuStrip1.TabIndex = 3
  490.         Me.MenuStrip1.Text = "MenuStrip1"
  491.         '
  492.         'FileToolStripMenuItem
  493.         '
  494.         Me.FileToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton2, Me.toolStripSeparator2, Me.ExitToolStripMenuItem})
  495.         Me.FileToolStripMenuItem.Name = "FileToolStripMenuItem"
  496.         Me.FileToolStripMenuItem.Size = New System.Drawing.Size(35, 20)
  497.         Me.FileToolStripMenuItem.Text = "&File"
  498.         '
  499.         'ToolStripButton2
  500.         '
  501.         Me.ToolStripButton2.Image = CType(resources.GetObject("ToolStripButton2.Image"), System.Drawing.Image)
  502.         Me.ToolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta
  503.         Me.ToolStripButton2.Name = "ToolStripButton2"
  504.         Me.ToolStripButton2.Size = New System.Drawing.Size(165, 22)
  505.         Me.ToolStripButton2.Text = "&Start XSS Tunnel"
  506.         '
  507.         'toolStripSeparator2
  508.         '
  509.         Me.toolStripSeparator2.Name = "toolStripSeparator2"
  510.         Me.toolStripSeparator2.Size = New System.Drawing.Size(162, 6)
  511.         '
  512.         'ExitToolStripMenuItem
  513.         '
  514.         Me.ExitToolStripMenuItem.Name = "ExitToolStripMenuItem"
  515.         Me.ExitToolStripMenuItem.Size = New System.Drawing.Size(165, 22)
  516.         Me.ExitToolStripMenuItem.Text = "E&xit"
  517.         '
  518.         'CacheToolStripMenuItem
  519.         '
  520.         Me.CacheToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.MnuEnableCache, Me.ClearCacheToolStripMenuItem})
  521.         Me.CacheToolStripMenuItem.Name = "CacheToolStripMenuItem"
  522.         Me.CacheToolStripMenuItem.Size = New System.Drawing.Size(49, 20)
  523.         Me.CacheToolStripMenuItem.Text = "&Cache"
  524.         '
  525.         'ClearCacheToolStripMenuItem
  526.         '
  527.         Me.ClearCacheToolStripMenuItem.Name = "ClearCacheToolStripMenuItem"
  528.         Me.ClearCacheToolStripMenuItem.Size = New System.Drawing.Size(152, 22)
  529.         Me.ClearCacheToolStripMenuItem.Text = "&Clear Cache"
  530.         '
  531.         'ViewToolStripMenuItem
  532.         '
  533.         Me.ViewToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.AlwaysOnTopToolStripMenuItem})
  534.         Me.ViewToolStripMenuItem.Name = "ViewToolStripMenuItem"
  535.         Me.ViewToolStripMenuItem.Size = New System.Drawing.Size(41, 20)
  536.         Me.ViewToolStripMenuItem.Text = "&View"
  537.         '
  538.         'AlwaysOnTopToolStripMenuItem
  539.         '
  540.         Me.AlwaysOnTopToolStripMenuItem.Checked = True
  541.         Me.AlwaysOnTopToolStripMenuItem.CheckOnClick = True
  542.         Me.AlwaysOnTopToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked
  543.         Me.AlwaysOnTopToolStripMenuItem.Name = "AlwaysOnTopToolStripMenuItem"
  544.         Me.AlwaysOnTopToolStripMenuItem.Size = New System.Drawing.Size(157, 22)
  545.         Me.AlwaysOnTopToolStripMenuItem.Text = "&Always On Top"
  546.         '
  547.         'HelpToolStripMenuItem
  548.         '
  549.         Me.HelpToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.AboutToolStripMenuItem, Me.ToolStripSeparator3, Me.PortcullisComputerSecurityWebsiteToolStripMenuItem, Me.GoToXSSShellDownloadPageToolStripMenuItem})
  550.         Me.HelpToolStripMenuItem.Name = "HelpToolStripMenuItem"
  551.         Me.HelpToolStripMenuItem.Size = New System.Drawing.Size(40, 20)
  552.         Me.HelpToolStripMenuItem.Text = "&Help"
  553.         '
  554.         'AboutToolStripMenuItem
  555.         '
  556.         Me.AboutToolStripMenuItem.Name = "AboutToolStripMenuItem"
  557.         Me.AboutToolStripMenuItem.Size = New System.Drawing.Size(234, 22)
  558.         Me.AboutToolStripMenuItem.Text = "&About..."
  559.         '
  560.         'ToolStripSeparator3
  561.         '
  562.         Me.ToolStripSeparator3.Name = "ToolStripSeparator3"
  563.         Me.ToolStripSeparator3.Size = New System.Drawing.Size(231, 6)
  564.         '
  565.         'PortcullisComputerSecurityWebsiteToolStripMenuItem
  566.         '
  567.         Me.PortcullisComputerSecurityWebsiteToolStripMenuItem.Name = "PortcullisComputerSecurityWebsiteToolStripMenuItem"
  568.         Me.PortcullisComputerSecurityWebsiteToolStripMenuItem.Size = New System.Drawing.Size(234, 22)
  569.         Me.PortcullisComputerSecurityWebsiteToolStripMenuItem.Text = "&Go To Website"
  570.         '
  571.         'GoToXSSShellDownloadPageToolStripMenuItem
  572.         '
  573.         Me.GoToXSSShellDownloadPageToolStripMenuItem.Name = "GoToXSSShellDownloadPageToolStripMenuItem"
  574.         Me.GoToXSSShellDownloadPageToolStripMenuItem.Size = New System.Drawing.Size(234, 22)
  575.         Me.GoToXSSShellDownloadPageToolStripMenuItem.Text = "&Go to XSS Shell Download Page"
  576.         '
  577.         'StatusStrip1
  578.         '
  579.         Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.PrgMain, Me.LblStatus})
  580.         Me.StatusStrip1.Location = New System.Drawing.Point(0, 298)
  581.         Me.StatusStrip1.Name = "StatusStrip1"
  582.         Me.StatusStrip1.Size = New System.Drawing.Size(411, 22)
  583.         Me.StatusStrip1.TabIndex = 4
  584.         Me.StatusStrip1.Text = "MainStatus"
  585.         '
  586.         'PrgMain
  587.         '
  588.         Me.PrgMain.Name = "PrgMain"
  589.         Me.PrgMain.Size = New System.Drawing.Size(100, 16)
  590.         Me.PrgMain.Step = 1
  591.         Me.PrgMain.Style = System.Windows.Forms.ProgressBarStyle.Continuous
  592.         '
  593.         'LblStatus
  594.         '
  595.         Me.LblStatus.ForeColor = System.Drawing.SystemColors.ControlDarkDark
  596.         Me.LblStatus.Name = "LblStatus"
  597.         Me.LblStatus.Size = New System.Drawing.Size(50, 17)
  598.         Me.LblStatus.Text = "XSS Shell"
  599.         '
  600.         'MnuEnableCache
  601.         '
  602.         Me.MnuEnableCache.Checked = True
  603.         Me.MnuEnableCache.CheckOnClick = True
  604.         Me.MnuEnableCache.CheckState = System.Windows.Forms.CheckState.Checked
  605.         Me.MnuEnableCache.Name = "MnuEnableCache"
  606.         Me.MnuEnableCache.Size = New System.Drawing.Size(152, 22)
  607.         Me.MnuEnableCache.Text = "&Enable Cache"
  608.         '
  609.         'Main
  610.         '
  611.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  612.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  613.         Me.ClientSize = New System.Drawing.Size(411, 320)
  614.         Me.Controls.Add(Me.StatusStrip1)
  615.         Me.Controls.Add(Me.TabControl1)
  616.         Me.Controls.Add(Me.ToolStrip1)
  617.         Me.Controls.Add(Me.MenuStrip1)
  618.         Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  619.         Me.MainMenuStrip = Me.MenuStrip1
  620.         Me.Name = "Main"
  621.         Me.Text = "XSS Tunnel"
  622.         Me.ToolStrip1.ResumeLayout(False)
  623.         Me.ToolStrip1.PerformLayout()
  624.         Me.TabControl1.ResumeLayout(False)
  625.         Me.TabPage2.ResumeLayout(False)
  626.         Me.MnuList.ResumeLayout(False)
  627.         Me.GroupBox4.ResumeLayout(False)
  628.         Me.GroupBox4.PerformLayout()
  629.         Me.GroupBox3.ResumeLayout(False)
  630.         Me.GroupBox3.PerformLayout()
  631.         Me.TabPage1.ResumeLayout(False)
  632.         Me.GroupBox5.ResumeLayout(False)
  633.         Me.GroupBox5.PerformLayout()
  634.         CType(Me.TrackTrans, System.ComponentModel.ISupportInitialize).EndInit()
  635.         Me.GroupBox1.ResumeLayout(False)
  636.         Me.GroupBox1.PerformLayout()
  637.         CType(Me.NumPort, System.ComponentModel.ISupportInitialize).EndInit()
  638.         Me.GroupBox2.ResumeLayout(False)
  639.         Me.GroupBox2.PerformLayout()
  640.         Me.TabPage3.ResumeLayout(False)
  641.         Me.TabPage3.PerformLayout()
  642.         Me.MnuLog.ResumeLayout(False)
  643.         Me.MenuStrip1.ResumeLayout(False)
  644.         Me.MenuStrip1.PerformLayout()
  645.         Me.StatusStrip1.ResumeLayout(False)
  646.         Me.StatusStrip1.PerformLayout()
  647.         Me.ResumeLayout(False)
  648.         Me.PerformLayout()
  649.     End Sub
  650.     Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip
  651.     Friend WithEvents BtnStop As System.Windows.Forms.ToolStripButton
  652.     Friend WithEvents TabControl1 As System.Windows.Forms.TabControl
  653.     Friend WithEvents TabPage2 As System.Windows.Forms.TabPage
  654.     Friend WithEvents TabPage1 As System.Windows.Forms.TabPage
  655.     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
  656.     Friend WithEvents NumPort As System.Windows.Forms.NumericUpDown
  657.     Friend WithEvents Label1 As System.Windows.Forms.Label
  658.     Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
  659.     Friend WithEvents TxtPassword As System.Windows.Forms.TextBox
  660.     Friend WithEvents Label3 As System.Windows.Forms.Label
  661.     Friend WithEvents TxtServer As System.Windows.Forms.TextBox
  662.     Friend WithEvents Label2 As System.Windows.Forms.Label
  663.     Friend WithEvents BtnTestServer As System.Windows.Forms.Button
  664.     Friend WithEvents Label4 As System.Windows.Forms.Label
  665.     Friend WithEvents CmbInterface As System.Windows.Forms.ComboBox
  666.     Friend WithEvents MenuStrip1 As System.Windows.Forms.MenuStrip
  667.     Friend WithEvents FileToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  668.     Friend WithEvents toolStripSeparator2 As System.Windows.Forms.ToolStripSeparator
  669.     Friend WithEvents ExitToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  670.     Friend WithEvents CacheToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  671.     Friend WithEvents ClearCacheToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  672.     Friend WithEvents HelpToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  673.     Friend WithEvents AboutToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  674.     Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
  675.     Friend WithEvents LblVictimID As System.Windows.Forms.Label
  676.     Friend WithEvents Label5 As System.Windows.Forms.Label
  677.     Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox
  678.     Friend WithEvents Label9 As System.Windows.Forms.Label
  679.     Friend WithEvents Label7 As System.Windows.Forms.Label
  680.     Friend WithEvents Label8 As System.Windows.Forms.Label
  681.     Friend WithEvents LstResponses As System.Windows.Forms.ListView
  682.     Friend WithEvents ToolStripButton2 As System.Windows.Forms.ToolStripMenuItem
  683.     Friend WithEvents BtnStart As System.Windows.Forms.ToolStripButton
  684.     Friend WithEvents PrgVictim As System.Windows.Forms.ProgressBar
  685.     Friend WithEvents TabPage3 As System.Windows.Forms.TabPage
  686.     Friend WithEvents TxtLog As System.Windows.Forms.TextBox
  687.     Friend WithEvents MnuLog As System.Windows.Forms.ContextMenuStrip
  688.     Friend WithEvents ClearLogToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  689.     Friend WithEvents LblRequests As System.Windows.Forms.Label
  690.     Friend WithEvents LblCached As System.Windows.Forms.Label
  691.     Friend WithEvents LblResponses As System.Windows.Forms.Label
  692.     Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip
  693.     Friend WithEvents PrgMain As System.Windows.Forms.ToolStripProgressBar
  694.     Friend WithEvents ColumnHeader1 As System.Windows.Forms.ColumnHeader
  695.     Friend WithEvents ColumnHeader2 As System.Windows.Forms.ColumnHeader
  696.     Friend WithEvents ViewToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  697.     Friend WithEvents AlwaysOnTopToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  698.     Friend WithEvents ToolStripSeparator1 As System.Windows.Forms.ToolStripSeparator
  699.     Friend WithEvents GroupBox5 As System.Windows.Forms.GroupBox
  700.     Friend WithEvents TrackTrans As System.Windows.Forms.TrackBar
  701.     Friend WithEvents ToolStripSeparator3 As System.Windows.Forms.ToolStripSeparator
  702.     Friend WithEvents PortcullisComputerSecurityWebsiteToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  703.     Friend WithEvents GoToXSSShellDownloadPageToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  704.     Friend WithEvents LblStatus As System.Windows.Forms.ToolStripStatusLabel
  705.     Friend WithEvents MnuList As System.Windows.Forms.ContextMenuStrip
  706.     Friend WithEvents ClearItemsToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  707.     Friend WithEvents MnuEnableCache As System.Windows.Forms.ToolStripMenuItem
  708. End Class