-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathListaDeDorks.cs
231 lines (218 loc) · 8.01 KB
/
ListaDeDorks.cs
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
//Type: Gr3eNoX_Exploit_Scanner_V80._0.My.MyProject
// Assembly: Gr3eNoX Exploit Scanner V8.0, Version=8.0.0.0, Culture=neutral, PublicKeyToken=null
using Microsoft.VisualBasic.CompilerServices;
using System.ComponentModel;
using System.Diagnostics;
using System.Drawing;
using System.Runtime.CompilerServices;
using System.Windows.Forms;
namespace Gr3eNoX_Exploit_Scanner_V80._0
{
[DesignerGenerated]
public class ListaDeDorks : Form
{
private IContainer components;
[AccessedThroughProperty("TextBox1")]
private TextBox _TextBox1;
[AccessedThroughProperty("GroupBox1")]
private GroupBox _GroupBox1;
[AccessedThroughProperty("GroupBox2")]
private GroupBox _GroupBox2;
[AccessedThroughProperty("GroupBox3")]
private GroupBox _GroupBox3;
[AccessedThroughProperty("TextBox2")]
private TextBox _TextBox2;
[AccessedThroughProperty("GroupBox4")]
private GroupBox _GroupBox4;
[AccessedThroughProperty("TextBox3")]
private TextBox _TextBox3;
public ListaDeDorks() => this.InitializeComponent();
[DebuggerNonUserCode]
protected override void Dispose(bool disposing)
{
try
{
if (!disposing || this.components == null)
return;
this.components.Dispose();
}
finally
{
base.Dispose(disposing);
}
}
[DebuggerStepThrough]
private void InitializeComponent()
{
ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (ListaDeDorks));
this.TextBox1 = new TextBox();
this.GroupBox1 = new GroupBox();
this.GroupBox4 = new GroupBox();
this.TextBox3 = new TextBox();
this.GroupBox3 = new GroupBox();
this.TextBox2 = new TextBox();
this.GroupBox2 = new GroupBox();
this.GroupBox1.SuspendLayout();
this.GroupBox4.SuspendLayout();
this.GroupBox3.SuspendLayout();
this.GroupBox2.SuspendLayout();
this.SuspendLayout();
this.TextBox1.Cursor = Cursors.Default;
TextBox textBox1_1 = this.TextBox1;
Point point1 = new Point(6, 15);
Point point2 = point1;
textBox1_1.Location = point2;
this.TextBox1.Multiline = true;
this.TextBox1.Name = "TextBox1";
this.TextBox1.ReadOnly = true;
this.TextBox1.ScrollBars = ScrollBars.Vertical;
TextBox textBox1_2 = this.TextBox1;
Size size1 = new Size(223, 314);
Size size2 = size1;
textBox1_2.Size = size2;
this.TextBox1.TabIndex = 0;
this.TextBox1.Text = componentResourceManager.GetString("TextBox1.Text");
this.GroupBox1.BackColor = Color.Transparent;
this.GroupBox1.Controls.Add((Control) this.GroupBox4);
this.GroupBox1.Controls.Add((Control) this.GroupBox3);
this.GroupBox1.Controls.Add((Control) this.GroupBox2);
this.GroupBox1.ForeColor = Color.Black;
GroupBox groupBox1_1 = this.GroupBox1;
point1 = new Point(5, 3);
Point point3 = point1;
groupBox1_1.Location = point3;
this.GroupBox1.Name = "GroupBox1";
GroupBox groupBox1_2 = this.GroupBox1;
size1 = new Size(726, 360);
Size size3 = size1;
groupBox1_2.Size = size3;
this.GroupBox1.TabIndex = 1;
this.GroupBox1.TabStop = false;
this.GroupBox1.Text = "Lista-Dorks";
this.GroupBox4.Controls.Add((Control) this.TextBox3);
GroupBox groupBox4_1 = this.GroupBox4;
point1 = new Point(485, 19);
Point point4 = point1;
groupBox4_1.Location = point4;
this.GroupBox4.Name = "GroupBox4";
GroupBox groupBox4_2 = this.GroupBox4;
size1 = new Size(235, 335);
Size size4 = size1;
groupBox4_2.Size = size4;
this.GroupBox4.TabIndex = 3;
this.GroupBox4.TabStop = false;
this.GroupBox4.Text = "Dorks-03";
this.TextBox3.Cursor = Cursors.Default;
TextBox textBox3_1 = this.TextBox3;
point1 = new Point(6, 15);
Point point5 = point1;
textBox3_1.Location = point5;
this.TextBox3.Multiline = true;
this.TextBox3.Name = "TextBox3";
this.TextBox3.ReadOnly = true;
this.TextBox3.ScrollBars = ScrollBars.Vertical;
TextBox textBox3_2 = this.TextBox3;
size1 = new Size(223, 314);
Size size5 = size1;
textBox3_2.Size = size5;
this.TextBox3.TabIndex = 0;
this.TextBox3.Text = componentResourceManager.GetString("TextBox3.Text");
this.GroupBox3.Controls.Add((Control) this.TextBox2);
GroupBox groupBox3_1 = this.GroupBox3;
point1 = new Point(246, 19);
Point point6 = point1;
groupBox3_1.Location = point6;
this.GroupBox3.Name = "GroupBox3";
GroupBox groupBox3_2 = this.GroupBox3;
size1 = new Size(235, 335);
Size size6 = size1;
groupBox3_2.Size = size6;
this.GroupBox3.TabIndex = 2;
this.GroupBox3.TabStop = false;
this.GroupBox3.Text = "Dorks-02";
this.TextBox2.Cursor = Cursors.Default;
TextBox textBox2_1 = this.TextBox2;
point1 = new Point(6, 15);
Point point7 = point1;
textBox2_1.Location = point7;
this.TextBox2.Multiline = true;
this.TextBox2.Name = "TextBox2";
this.TextBox2.ReadOnly = true;
this.TextBox2.ScrollBars = ScrollBars.Vertical;
TextBox textBox2_2 = this.TextBox2;
size1 = new Size(223, 314);
Size size7 = size1;
textBox2_2.Size = size7;
this.TextBox2.TabIndex = 0;
this.TextBox2.Text = componentResourceManager.GetString("TextBox2.Text");
this.GroupBox2.Controls.Add((Control) this.TextBox1);
GroupBox groupBox2_1 = this.GroupBox2;
point1 = new Point(7, 19);
Point point8 = point1;
groupBox2_1.Location = point8;
this.GroupBox2.Name = "GroupBox2";
GroupBox groupBox2_2 = this.GroupBox2;
size1 = new Size(235, 335);
Size size8 = size1;
groupBox2_2.Size = size8;
this.GroupBox2.TabIndex = 1;
this.GroupBox2.TabStop = false;
this.GroupBox2.Text = "Dorks-01";
this.AutoScaleDimensions = new SizeF(6f, 13f);
this.AutoScaleMode = AutoScaleMode.Font;
size1 = new Size(736, 368);
this.ClientSize = size1;
this.Controls.Add((Control) this.GroupBox1);
this.FormBorderStyle = FormBorderStyle.FixedToolWindow;
this.MaximizeBox = false;
this.Name = nameof (ListaDeDorks);
this.Opacity = 0.9;
this.ShowIcon = false;
this.StartPosition = FormStartPosition.CenterScreen;
this.Text = "Dorks";
this.GroupBox1.ResumeLayout(false);
this.GroupBox4.ResumeLayout(false);
this.GroupBox4.PerformLayout();
this.GroupBox3.ResumeLayout(false);
this.GroupBox3.PerformLayout();
this.GroupBox2.ResumeLayout(false);
this.GroupBox2.PerformLayout();
this.ResumeLayout(false);
}
internal virtual TextBox TextBox1
{
get => this._TextBox1;
[MethodImpl(MethodImplOptions.Synchronized)] set => this._TextBox1 = value;
}
internal virtual GroupBox GroupBox1
{
get => this._GroupBox1;
[MethodImpl(MethodImplOptions.Synchronized)] set => this._GroupBox1 = value;
}
internal virtual GroupBox GroupBox2
{
get => this._GroupBox2;
[MethodImpl(MethodImplOptions.Synchronized)] set => this._GroupBox2 = value;
}
internal virtual GroupBox GroupBox3
{
get => this._GroupBox3;
[MethodImpl(MethodImplOptions.Synchronized)] set => this._GroupBox3 = value;
}
internal virtual TextBox TextBox2
{
get => this._TextBox2;
[MethodImpl(MethodImplOptions.Synchronized)] set => this._TextBox2 = value;
}
internal virtual GroupBox GroupBox4
{
get => this._GroupBox4;
[MethodImpl(MethodImplOptions.Synchronized)] set => this._GroupBox4 = value;
}
internal virtual TextBox TextBox3
{
get => this._TextBox3;
[MethodImpl(MethodImplOptions.Synchronized)] set => this._TextBox3 = value;
}
}
}