-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathfrmAbout.frm
625 lines (586 loc) · 24 KB
/
frmAbout.frm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form frmAbout
BorderStyle = 4 'Fixed ToolWindow
Caption = "Attack Tool Kit About"
ClientHeight = 5775
ClientLeft = 45
ClientTop = 285
ClientWidth = 6750
KeyPreview = -1 'True
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 5775
ScaleWidth = 6750
ShowInTaskbar = 0 'False
StartUpPosition = 1 'CenterOwner
Begin VB.Frame fraSymbol
BorderStyle = 0 'None
Caption = "Symbol"
Height = 5055
Left = 120
TabIndex = 1
Top = 600
Width = 2655
Begin VB.Label lblPaintingCopyright
BackStyle = 0 'Transparent
Caption = "painting by martin anner"
BeginProperty Font
Name = "Verdana"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000060&
Height = 255
Left = 120
MouseIcon = "frmAbout.frx":0000
MousePointer = 99 'Custom
TabIndex = 2
Top = 4800
Width = 2415
End
Begin VB.Image imgLogo
Appearance = 0 'Flat
BorderStyle = 1 'Fixed Single
Height = 5130
Left = 0
MouseIcon = "frmAbout.frx":030A
MousePointer = 99 'Custom
Picture = "frmAbout.frx":0614
Top = 0
Width = 2700
End
End
Begin VB.Frame fraFrame
Height = 5175
Left = 2880
TabIndex = 3
Top = 480
Width = 3735
Begin VB.Frame fraDonate
BorderStyle = 0 'None
Height = 2535
Left = 120
TabIndex = 20
Top = 1440
Visible = 0 'False
Width = 3495
Begin VB.Image imgPayPalDonation
Height = 465
Left = 1200
MouseIcon = "frmAbout.frx":2374
MousePointer = 99 'Custom
Picture = "frmAbout.frx":267E
ToolTipText = "Click here to visit the project web site to make a donation"
Top = 1800
Width = 930
End
Begin VB.Label lblDonateText
Caption = $"frmAbout.frx":29E3
BeginProperty Font
Name = "Verdana"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1575
Left = 0
TabIndex = 21
Top = 0
Width = 3375
End
End
Begin VB.Frame fraAboutInfo
BorderStyle = 0 'None
Height = 2535
Left = 120
TabIndex = 14
Top = 1440
Width = 3495
Begin VB.Label lblDescription
Caption = "The Attack Tool Kit (ATK) is an open-source utility to realize vulnerability checks and enhance security audits. "
BeginProperty Font
Name = "Verdana"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 855
Left = 0
TabIndex = 19
Top = 0
Width = 3375
End
Begin VB.Label lblCopyrights
Caption = "The Attack Tool Kit (ATK) is developed and maintained (2003-2005) by"
BeginProperty Font
Name = "Verdana"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 0
TabIndex = 18
Top = 1080
Width = 3375
End
Begin VB.Label lblName
AutoSize = -1 'True
Caption = "Marc Ruef"
BeginProperty Font
Name = "Verdana"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 0
TabIndex = 17
Top = 1560
Width = 855
End
Begin VB.Label lblEmail
AutoSize = -1 'True
Caption = "[email protected]"
BeginProperty Font
Name = "Verdana"
Size = 8.25
Charset = 0
Weight = 400
Underline = -1 'True
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 195
Left = 0
MouseIcon = "frmAbout.frx":2AF4
MousePointer = 99 'Custom
TabIndex = 16
ToolTipText = "Write me an email"
Top = 1800
Width = 2070
End
Begin VB.Label lblWeb
AutoSize = -1 'True
Caption = "http://www.computec.ch"
BeginProperty Font
Name = "Verdana"
Size = 8.25
Charset = 0
Weight = 400
Underline = -1 'True
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 195
Left = 0
MouseIcon = "frmAbout.frx":2DFE
MousePointer = 99 'Custom
TabIndex = 15
ToolTipText = "Visit my web site"
Top = 2040
Width = 2100
End
End
Begin VB.Frame fraProjectWebsite
BorderStyle = 0 'None
Height = 975
Left = 120
TabIndex = 11
Top = 4080
Width = 3495
Begin VB.Label lblProjectWebsite
AutoSize = -1 'True
Caption = "http://www.computec.ch/projekte/atk/"
BeginProperty Font
Name = "Verdana"
Size = 8.25
Charset = 0
Weight = 400
Underline = -1 'True
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 195
Left = 0
MouseIcon = "frmAbout.frx":3108
MousePointer = 99 'Custom
TabIndex = 13
ToolTipText = "Visit the project web site"
Top = 600
Width = 3315
End
Begin VB.Label lblMoreInformation
Caption = "You will find more informations about the Attack Tool Kit (ATK) on the project web site"
BeginProperty Font
Name = "Verdana"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 0
TabIndex = 12
Top = 0
Width = 3375
End
End
Begin VB.Frame fraMerchandising
BorderStyle = 0 'None
Height = 2655
Left = 120
TabIndex = 4
Top = 1320
Visible = 0 'False
Width = 3495
Begin VB.Image imgShirt
Height = 2115
Left = 720
MouseIcon = "frmAbout.frx":3412
MousePointer = 99 'Custom
Picture = "frmAbout.frx":371C
ToolTipText = "Click here to buy an ATK shirt online!"
Top = 480
Width = 2025
End
Begin VB.Label lblShirtAdvertisement
Alignment = 2 'Center
Caption = "Go and get your ATK shirt online!"
BeginProperty Font
Name = "Verdana"
Size = 8.25
Charset = 0
Weight = 400
Underline = -1 'True
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 255
Left = 120
MouseIcon = "frmAbout.frx":4123
MousePointer = 99 'Custom
TabIndex = 5
Top = 120
Width = 3255
End
End
Begin VB.Frame fraProjectTeam
BorderStyle = 0 'None
Height = 2535
Left = 120
TabIndex = 6
Top = 1440
Visible = 0 'False
Width = 3495
Begin MSComctlLib.ListView lsvTeam
Height = 1815
Left = 0
TabIndex = 7
Top = 720
Width = 3495
_ExtentX = 6165
_ExtentY = 3201
View = 3
LabelEdit = 1
Sorted = -1 'True
LabelWrap = -1 'True
HideSelection = -1 'True
FullRowSelect = -1 'True
_Version = 393217
SmallIcons = "imlImages"
ForeColor = -2147483640
BackColor = -2147483643
BorderStyle = 1
Appearance = 1
NumItems = 4
BeginProperty ColumnHeader(1) {BDD1F052-858B-11D1-B16A-00C0F0283628}
Text = "Name"
Object.Width = 2540
EndProperty
BeginProperty ColumnHeader(2) {BDD1F052-858B-11D1-B16A-00C0F0283628}
SubItemIndex = 1
Text = "Email"
Object.Width = 2540
EndProperty
BeginProperty ColumnHeader(3) {BDD1F052-858B-11D1-B16A-00C0F0283628}
SubItemIndex = 2
Text = "Web"
Object.Width = 2540
EndProperty
BeginProperty ColumnHeader(4) {BDD1F052-858B-11D1-B16A-00C0F0283628}
SubItemIndex = 3
Text = "Function"
Object.Width = 2540
EndProperty
End
Begin VB.Label lblProjectTeamIntro
Caption = "The Attack Tool Kit (ATK) is developed and supported by the following people (alphabetical order):"
BeginProperty Font
Name = "Verdana"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 735
Left = 0
TabIndex = 8
Top = 0
Width = 3375
End
End
Begin VB.Label lblSoftwareNameLong
Caption = "Attack Tool Kit"
BeginProperty Font
Name = "Verdana"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 120
TabIndex = 10
Top = 840
Width = 1335
End
Begin VB.Label lblSoftwareNameShort
Caption = "ATK"
BeginProperty Font
Name = "Verdana"
Size = 26.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 120
TabIndex = 9
Top = 240
Width = 1215
End
End
Begin MSComctlLib.TabStrip tspAbout
Height = 5535
Left = 120
TabIndex = 0
Top = 120
Width = 6495
_ExtentX = 11456
_ExtentY = 9763
TabWidthStyle = 2
Style = 1
_Version = 393216
BeginProperty Tabs {1EFB6598-857C-11D1-B16A-00C0F0283628}
NumTabs = 4
BeginProperty Tab1 {1EFB659A-857C-11D1-B16A-00C0F0283628}
Caption = "&About"
Object.ToolTipText = "Information about the project"
ImageVarType = 2
EndProperty
BeginProperty Tab2 {1EFB659A-857C-11D1-B16A-00C0F0283628}
Caption = "Project &Team"
Object.ToolTipText = "Information about the ATK project team"
ImageVarType = 2
EndProperty
BeginProperty Tab3 {1EFB659A-857C-11D1-B16A-00C0F0283628}
Caption = "&Donate"
Object.ToolTipText = "Donate to support the ATK project"
ImageVarType = 2
EndProperty
BeginProperty Tab4 {1EFB659A-857C-11D1-B16A-00C0F0283628}
Caption = "&Merchandising"
Object.ToolTipText = "Attack Tool Kit merchandising (e.g. shirts)"
ImageVarType = 2
EndProperty
EndProperty
End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
' ************************************************************************************
' * Frame Description *
' * *
' * In this frame the about can be found: Information about the tool, project and *
' * project team members. *
' ************************************************************************************
' ************************************************************************************
' * Developement History *
' * *
' * Version 3.0 2004-10-13 *
' * - Added the tab and frame for the PayPal donation. *
' * - Fixed the hidden painting copyright information. *
' * Version 2.0 2004-08-20 *
' * - Added a TabStrip to divide the normal about and the data about the team. *
' ************************************************************************************
Private Sub Form_KeyPress(KeyAscii As Integer)
Select Case KeyAscii
Case 13, 27
Unload Me
End Select
End Sub
Private Sub Form_Load()
Me.Caption = application_name & " About"
WriteLogEntry frmAbout.Caption & " opened.", 6
'Adding the ATK project team members into the list view
Call AddTeamMember("Abt, Björn", "[email protected]", "http://www.inode.ch", "Concept Developement")
Call AddTeamMember("Anner, Martin", "[email protected]", application_website_url, "ATK Alien Logo Painting")
Call AddTeamMember("Brecht, Roland", "[email protected]", "http://www.wireless-warrior.org", "Beta Testing")
Call AddTeamMember("Bytewolf", "[email protected]", application_website_url, "Beta Testing")
Call AddTeamMember("Carvey, Harlan", "[email protected]", "http://www.windows-ir.com", "Beta Testing")
Call AddTeamMember("Covello, Andrea", "[email protected]", "http://www.covello.ch", "Beta Testing")
Call AddTeamMember("D., Eric", "[email protected]", "http://www.xinulsystems.us", "Beta Testing")
Call AddTeamMember("Gagliardi, Rocco", "[email protected]", "http://lupig.mine.nu", "Beta Testing")
Call AddTeamMember("Häfner, Marcel", "[email protected]", "http://www.lorky.heavy.ch", "Beta Testing")
Call AddTeamMember("Keller, Fabian", "[email protected]", "http://www.sitch.ch", "Beta Testing")
Call AddTeamMember("Kyong Joo, Jung", "[email protected]", "http://www.chollian.net/~jyj9782", "Beta Testing")
Call AddTeamMember("Längle, Erol", "[email protected]", "http://www.getronics.ch", "Beta Testing")
Call AddTeamMember("Lijian", "[email protected]", application_website_url, "Bug fixing of modDNS in ATK 3.1")
Call AddTeamMember("Moser, Max", "[email protected]", "http://www.remote-exploit.org", "Beta Testing")
Call AddTeamMember("Nester, David", "[email protected]", "http://www.icrew.org", "Plugin Developement")
Call AddTeamMember("Pelkmann, Armin", "[email protected]", "http://sicherheit.freenet.de", "Beta Testing")
Call AddTeamMember("Peschel, Gaby", "[email protected]", "http://www.wireless-warrior.org", "Beta Testing")
Call AddTeamMember("Rogge, Marko", "[email protected]", "http://www.german-secure.de", "Beta Testing")
Call AddTeamMember("Ruef, Marc", "[email protected]", "http://www.computec.ch", "Chief Developer")
Call AddTeamMember("Sengün, Gürkan", "[email protected]", "http://www.linuks.mine.nu", "GPL Advisor")
Call AddTeamMember("Spicher, Nico", "[email protected]", "http://www.it-helpnet.de", "Beta Testing and Plugin Developement")
Call AddTeamMember("Widmer, Pascal", "[email protected]", "http://www.abteilung.ch", "Icon Developement")
Call AddTeamMember("Zumstein, Simon", "[email protected]", "http://www.scip.ch", "Beta Testing")
End Sub
Private Sub Form_Unload(Cancel As Integer)
WriteLogEntry frmAbout.Caption & " closed.", 6
Set frmAbout = Nothing
End Sub
Private Sub imgPayPalDonation_Click()
Call lblProjectWebsite_Click
End Sub
Private Sub imgShirt_Click()
Call lblShirtAdvertisement_Click
End Sub
Private Sub lblCopyrights_Click()
ReadText (lblCopyrights.Caption & " " & lblName.Caption)
End Sub
Private Sub lblDescription_Click()
ReadText (lblDescription.Caption)
End Sub
Private Sub lblEmail_Click()
Dim DestinationEMail As String
DestinationEMail = lblEmail.Caption
WriteLogEntry "Writing an email to " & DestinationEMail, 6
Call ShellExecute(hwnd, "Open", "mailto:" & DestinationEMail & "?subject=" & application_name, "", "", 1)
End Sub
Private Sub lblMoreInformation_Click()
ReadText (lblMoreInformation.Caption)
End Sub
Private Sub lblProjectWebsite_Click()
Dim WebSiteURL As String
WebSiteURL = lblProjectWebsite.Caption
'Load the project web site
WriteLogEntry "Loading the project website " & WebSiteURL, 6
Call ShellExecute(Me.hwnd, "Open", WebSiteURL, "", App.Path, 1)
End Sub
Private Sub lblShirtAdvertisement_Click()
Dim strShirtShopURL As String
strShirtShopURL = application_website_url & "shop/frames.html"
'Load the shirt shop
WriteLogEntry "Loading the shirt shop " & strShirtShopURL, 6
Call ShellExecute(Me.hwnd, "Open", strShirtShopURL, "", App.Path, 1)
End Sub
Private Sub lblWeb_Click()
Dim WebSiteURL As String
WebSiteURL = lblWeb.Caption
'Load my web site
WriteLogEntry "Loading the website " & WebSiteURL, 6
Call ShellExecute(Me.hwnd, "Open", WebSiteURL, "", App.Path, 1)
End Sub
Private Sub imgLogo_Click()
Call lblProjectWebsite_Click
End Sub
Private Sub lsvTeam_ColumnClick(ByVal ColumnHeader As MSComctlLib.ColumnHeader)
Call ListViewColumnReorder(frmAbout.lsvTeam, ColumnHeader)
End Sub
Private Sub lsvTeam_DblClick()
Dim WebSiteURL As String
If lsvTeam.ListItems.Count <> 0 Then
WebSiteURL = lsvTeam.SelectedItem.SubItems(2)
'Load the project web site
WriteLogEntry "Loading the ATK project team member website " & WebSiteURL, 6
Call ShellExecute(Me.hwnd, "Open", WebSiteURL, "", App.Path, 1)
End If
End Sub
Private Sub tspAbout_Click()
Dim intSelectedItem As Integer
intSelectedItem = tspAbout.SelectedItem.Index
If intSelectedItem = 1 Then
fraAboutInfo.Visible = True
fraProjectTeam.Visible = False
fraDonate.Visible = False
fraMerchandising.Visible = False
ElseIf intSelectedItem = 2 Then
fraProjectTeam.Visible = True
fraAboutInfo.Visible = False
fraDonate.Visible = False
fraMerchandising.Visible = False
ElseIf intSelectedItem = 3 Then
fraDonate.Visible = True
fraProjectTeam.Visible = False
fraAboutInfo.Visible = False
fraMerchandising.Visible = False
ElseIf intSelectedItem = 4 Then
fraMerchandising.Visible = True
fraAboutInfo.Visible = False
fraDonate.Visible = False
fraProjectTeam.Visible = False
End If
End Sub
Private Sub tspAbout_KeyPress(KeyAscii As Integer)
If KeyAscii = "27" Then
Unload Me
End If
End Sub
Private Sub AddTeamMember(ByRef strName As String, ByRef strEmail As String, _
ByRef strWebsite As String, ByRef strFunction As String)
Dim List As ListItem 'Needed for the listview handling
'Write the log data into the log frame
Set List = lsvTeam.ListItems.Add(, , strName)
List.SubItems(1) = strEmail
List.SubItems(2) = strWebsite
List.SubItems(3) = strFunction
'Set the right column width
LVColumnWidth lsvTeam
End Sub