update20190112
20190112 V1.0 正式版--- 修复在20181119版本以后,将HTTP请求分成2次发包在部分情况下可以绕过某些防护,但如果请求头中出现Connection: close时,二次发包时连接被关闭,无法收包的问题,最后无法获取HTTP响应,改为出现Connection: close不分开发送请求。 修复20190108以后的版本解压gzip部分情况下可能出现错误导致无法解压获得的HTTP响应为空的情况。 修复因为迅雷等软件独占系统粘贴板时,使用复制功能报错的问题,当复制不成功时,提示。
This commit is contained in:
218
SuperSQLInjection/Main.Designer.cs
generated
218
SuperSQLInjection/Main.Designer.cs
generated
@@ -111,10 +111,10 @@
|
|||||||
this.data_lvw_ver_verName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
this.data_lvw_ver_verName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||||
this.data_lvw_ver_val = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
this.data_lvw_ver_val = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||||
this.data_cms_vers = new System.Windows.Forms.ContextMenuStrip(this.components);
|
this.data_cms_vers = new System.Windows.Forms.ContextMenuStrip(this.components);
|
||||||
this.data_cms_tsmi_getVariable = new System.Windows.Forms.ToolStripMenuItem();
|
|
||||||
this.data_cms_tsmi_copyVerValue = new System.Windows.Forms.ToolStripMenuItem();
|
|
||||||
this.data_cms_tsmi_selectAllVers = new System.Windows.Forms.ToolStripMenuItem();
|
this.data_cms_tsmi_selectAllVers = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.data_cms_tsmi_selectReversVers = new System.Windows.Forms.ToolStripMenuItem();
|
this.data_cms_tsmi_selectReversVers = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
|
this.data_cms_tsmi_getVariable = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
|
this.data_cms_tsmi_copyVerValue = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.data_cms_tsmi_stopGetVariable = new System.Windows.Forms.ToolStripMenuItem();
|
this.data_cms_tsmi_stopGetVariable = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.tab_dbs = new System.Windows.Forms.TabPage();
|
this.tab_dbs = new System.Windows.Forms.TabPage();
|
||||||
this.spc_dbs = new System.Windows.Forms.SplitContainer();
|
this.spc_dbs = new System.Windows.Forms.SplitContainer();
|
||||||
@@ -145,6 +145,7 @@
|
|||||||
this.data_dbs_tsl_exportDatas = new System.Windows.Forms.ToolStripButton();
|
this.data_dbs_tsl_exportDatas = new System.Windows.Forms.ToolStripButton();
|
||||||
this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
|
this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
|
||||||
this.data_dbs_cob_db_encoding = new System.Windows.Forms.ToolStripComboBox();
|
this.data_dbs_cob_db_encoding = new System.Windows.Forms.ToolStripComboBox();
|
||||||
|
this.data_dbs_tsl_stopGetDatas = new System.Windows.Forms.ToolStripLabel();
|
||||||
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
||||||
this.data_dbs_lvw_data = new System.Windows.Forms.ListView();
|
this.data_dbs_lvw_data = new System.Windows.Forms.ListView();
|
||||||
this.cms_data_dbs_lvw_data = new System.Windows.Forms.ContextMenuStrip(this.components);
|
this.cms_data_dbs_lvw_data = new System.Windows.Forms.ContextMenuStrip(this.components);
|
||||||
@@ -381,7 +382,6 @@
|
|||||||
this.lbl_info = new System.Windows.Forms.ToolStripStatusLabel();
|
this.lbl_info = new System.Windows.Forms.ToolStripStatusLabel();
|
||||||
this.timer_status = new System.Windows.Forms.Timer(this.components);
|
this.timer_status = new System.Windows.Forms.Timer(this.components);
|
||||||
this.timer_scanInjection = new System.Windows.Forms.Timer(this.components);
|
this.timer_scanInjection = new System.Windows.Forms.Timer(this.components);
|
||||||
this.data_dbs_tsl_stopGetDatas = new System.Windows.Forms.ToolStripLabel();
|
|
||||||
this.gb_basic.SuspendLayout();
|
this.gb_basic.SuspendLayout();
|
||||||
this.menuStrip_main.SuspendLayout();
|
this.menuStrip_main.SuspendLayout();
|
||||||
this.gb_logo.SuspendLayout();
|
this.gb_logo.SuspendLayout();
|
||||||
@@ -741,8 +741,9 @@
|
|||||||
this.tsmi_menu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
this.tsmi_menu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||||
this.tsmi_openConfig,
|
this.tsmi_openConfig,
|
||||||
this.tsmi_saveConfig});
|
this.tsmi_saveConfig});
|
||||||
|
this.tsmi_menu.Image = global::SuperSQLInjection.Properties.Resources.menu;
|
||||||
this.tsmi_menu.Name = "tsmi_menu";
|
this.tsmi_menu.Name = "tsmi_menu";
|
||||||
this.tsmi_menu.Size = new System.Drawing.Size(48, 21);
|
this.tsmi_menu.Size = new System.Drawing.Size(64, 21);
|
||||||
this.tsmi_menu.Text = "菜 单";
|
this.tsmi_menu.Text = "菜 单";
|
||||||
//
|
//
|
||||||
// tsmi_openConfig
|
// tsmi_openConfig
|
||||||
@@ -761,8 +762,9 @@
|
|||||||
//
|
//
|
||||||
// tsmi_tools
|
// tsmi_tools
|
||||||
//
|
//
|
||||||
|
this.tsmi_tools.Image = global::SuperSQLInjection.Properties.Resources.tool;
|
||||||
this.tsmi_tools.Name = "tsmi_tools";
|
this.tsmi_tools.Name = "tsmi_tools";
|
||||||
this.tsmi_tools.Size = new System.Drawing.Size(48, 21);
|
this.tsmi_tools.Size = new System.Drawing.Size(64, 21);
|
||||||
this.tsmi_tools.Text = "工 具";
|
this.tsmi_tools.Text = "工 具";
|
||||||
//
|
//
|
||||||
// toolStripMenuItem1
|
// toolStripMenuItem1
|
||||||
@@ -770,8 +772,9 @@
|
|||||||
this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||||
this.tsmi_seting,
|
this.tsmi_seting,
|
||||||
this.tsmi_lang});
|
this.tsmi_lang});
|
||||||
|
this.toolStripMenuItem1.Image = global::SuperSQLInjection.Properties.Resources.config;
|
||||||
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
|
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
|
||||||
this.toolStripMenuItem1.Size = new System.Drawing.Size(68, 21);
|
this.toolStripMenuItem1.Size = new System.Drawing.Size(84, 21);
|
||||||
this.toolStripMenuItem1.Text = "系统设置";
|
this.toolStripMenuItem1.Text = "系统设置";
|
||||||
//
|
//
|
||||||
// tsmi_seting
|
// tsmi_seting
|
||||||
@@ -813,8 +816,9 @@
|
|||||||
this.tsmi_mustRead,
|
this.tsmi_mustRead,
|
||||||
this.版本ToolStripMenuItem,
|
this.版本ToolStripMenuItem,
|
||||||
this.tsmi_bugReport});
|
this.tsmi_bugReport});
|
||||||
|
this.tsmi_help.Image = global::SuperSQLInjection.Properties.Resources.help;
|
||||||
this.tsmi_help.Name = "tsmi_help";
|
this.tsmi_help.Name = "tsmi_help";
|
||||||
this.tsmi_help.Size = new System.Drawing.Size(48, 21);
|
this.tsmi_help.Size = new System.Drawing.Size(64, 21);
|
||||||
this.tsmi_help.Text = "帮 助";
|
this.tsmi_help.Text = "帮 助";
|
||||||
//
|
//
|
||||||
// tsmi_readme
|
// tsmi_readme
|
||||||
@@ -908,7 +912,7 @@
|
|||||||
//
|
//
|
||||||
this.splitContainer1.Panel2.Controls.Add(this.groupBox6);
|
this.splitContainer1.Panel2.Controls.Add(this.groupBox6);
|
||||||
this.splitContainer1.Size = new System.Drawing.Size(832, 451);
|
this.splitContainer1.Size = new System.Drawing.Size(832, 451);
|
||||||
this.splitContainer1.SplitterDistance = 226;
|
this.splitContainer1.SplitterDistance = 225;
|
||||||
this.splitContainer1.TabIndex = 2;
|
this.splitContainer1.TabIndex = 2;
|
||||||
//
|
//
|
||||||
// groupBox5
|
// groupBox5
|
||||||
@@ -917,7 +921,7 @@
|
|||||||
this.groupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.groupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||||
this.groupBox5.Location = new System.Drawing.Point(0, 0);
|
this.groupBox5.Location = new System.Drawing.Point(0, 0);
|
||||||
this.groupBox5.Name = "groupBox5";
|
this.groupBox5.Name = "groupBox5";
|
||||||
this.groupBox5.Size = new System.Drawing.Size(832, 226);
|
this.groupBox5.Size = new System.Drawing.Size(832, 225);
|
||||||
this.groupBox5.TabIndex = 0;
|
this.groupBox5.TabIndex = 0;
|
||||||
this.groupBox5.TabStop = false;
|
this.groupBox5.TabStop = false;
|
||||||
this.groupBox5.Text = "数据包历史记录";
|
this.groupBox5.Text = "数据包历史记录";
|
||||||
@@ -937,7 +941,7 @@
|
|||||||
this.log_lvw_httpLog.FullRowSelect = true;
|
this.log_lvw_httpLog.FullRowSelect = true;
|
||||||
this.log_lvw_httpLog.Location = new System.Drawing.Point(3, 17);
|
this.log_lvw_httpLog.Location = new System.Drawing.Point(3, 17);
|
||||||
this.log_lvw_httpLog.Name = "log_lvw_httpLog";
|
this.log_lvw_httpLog.Name = "log_lvw_httpLog";
|
||||||
this.log_lvw_httpLog.Size = new System.Drawing.Size(826, 206);
|
this.log_lvw_httpLog.Size = new System.Drawing.Size(826, 205);
|
||||||
this.log_lvw_httpLog.TabIndex = 1;
|
this.log_lvw_httpLog.TabIndex = 1;
|
||||||
this.log_lvw_httpLog.UseCompatibleStateImageBehavior = false;
|
this.log_lvw_httpLog.UseCompatibleStateImageBehavior = false;
|
||||||
this.log_lvw_httpLog.View = System.Windows.Forms.View.Details;
|
this.log_lvw_httpLog.View = System.Windows.Forms.View.Details;
|
||||||
@@ -1006,7 +1010,7 @@
|
|||||||
this.groupBox6.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.groupBox6.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||||
this.groupBox6.Location = new System.Drawing.Point(0, 0);
|
this.groupBox6.Location = new System.Drawing.Point(0, 0);
|
||||||
this.groupBox6.Name = "groupBox6";
|
this.groupBox6.Name = "groupBox6";
|
||||||
this.groupBox6.Size = new System.Drawing.Size(832, 221);
|
this.groupBox6.Size = new System.Drawing.Size(832, 222);
|
||||||
this.groupBox6.TabIndex = 1;
|
this.groupBox6.TabIndex = 1;
|
||||||
this.groupBox6.TabStop = false;
|
this.groupBox6.TabStop = false;
|
||||||
this.groupBox6.Text = "数据包详情";
|
this.groupBox6.Text = "数据包详情";
|
||||||
@@ -1020,7 +1024,7 @@
|
|||||||
this.tabControl2.Location = new System.Drawing.Point(3, 17);
|
this.tabControl2.Location = new System.Drawing.Point(3, 17);
|
||||||
this.tabControl2.Name = "tabControl2";
|
this.tabControl2.Name = "tabControl2";
|
||||||
this.tabControl2.SelectedIndex = 0;
|
this.tabControl2.SelectedIndex = 0;
|
||||||
this.tabControl2.Size = new System.Drawing.Size(826, 201);
|
this.tabControl2.Size = new System.Drawing.Size(826, 202);
|
||||||
this.tabControl2.TabIndex = 0;
|
this.tabControl2.TabIndex = 0;
|
||||||
//
|
//
|
||||||
// tabPage3
|
// tabPage3
|
||||||
@@ -1029,7 +1033,7 @@
|
|||||||
this.tabPage3.Location = new System.Drawing.Point(4, 22);
|
this.tabPage3.Location = new System.Drawing.Point(4, 22);
|
||||||
this.tabPage3.Name = "tabPage3";
|
this.tabPage3.Name = "tabPage3";
|
||||||
this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
|
this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
|
||||||
this.tabPage3.Size = new System.Drawing.Size(818, 175);
|
this.tabPage3.Size = new System.Drawing.Size(818, 176);
|
||||||
this.tabPage3.TabIndex = 0;
|
this.tabPage3.TabIndex = 0;
|
||||||
this.tabPage3.Text = "请 求";
|
this.tabPage3.Text = "请 求";
|
||||||
this.tabPage3.UseVisualStyleBackColor = true;
|
this.tabPage3.UseVisualStyleBackColor = true;
|
||||||
@@ -1041,7 +1045,7 @@
|
|||||||
this.log_txt_request.Multiline = true;
|
this.log_txt_request.Multiline = true;
|
||||||
this.log_txt_request.Name = "log_txt_request";
|
this.log_txt_request.Name = "log_txt_request";
|
||||||
this.log_txt_request.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
this.log_txt_request.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
||||||
this.log_txt_request.Size = new System.Drawing.Size(812, 169);
|
this.log_txt_request.Size = new System.Drawing.Size(812, 170);
|
||||||
this.log_txt_request.TabIndex = 0;
|
this.log_txt_request.TabIndex = 0;
|
||||||
//
|
//
|
||||||
// tabPage4
|
// tabPage4
|
||||||
@@ -1050,7 +1054,7 @@
|
|||||||
this.tabPage4.Location = new System.Drawing.Point(4, 22);
|
this.tabPage4.Location = new System.Drawing.Point(4, 22);
|
||||||
this.tabPage4.Name = "tabPage4";
|
this.tabPage4.Name = "tabPage4";
|
||||||
this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
|
this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
|
||||||
this.tabPage4.Size = new System.Drawing.Size(818, 175);
|
this.tabPage4.Size = new System.Drawing.Size(818, 176);
|
||||||
this.tabPage4.TabIndex = 1;
|
this.tabPage4.TabIndex = 1;
|
||||||
this.tabPage4.Text = "响 应";
|
this.tabPage4.Text = "响 应";
|
||||||
this.tabPage4.UseVisualStyleBackColor = true;
|
this.tabPage4.UseVisualStyleBackColor = true;
|
||||||
@@ -1062,7 +1066,7 @@
|
|||||||
this.log_txt_response.Multiline = true;
|
this.log_txt_response.Multiline = true;
|
||||||
this.log_txt_response.Name = "log_txt_response";
|
this.log_txt_response.Name = "log_txt_response";
|
||||||
this.log_txt_response.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
this.log_txt_response.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
||||||
this.log_txt_response.Size = new System.Drawing.Size(812, 169);
|
this.log_txt_response.Size = new System.Drawing.Size(812, 170);
|
||||||
this.log_txt_response.TabIndex = 1;
|
this.log_txt_response.TabIndex = 1;
|
||||||
this.log_txt_response.KeyDown += new System.Windows.Forms.KeyEventHandler(this.log_txt_response_KeyDown);
|
this.log_txt_response.KeyDown += new System.Windows.Forms.KeyEventHandler(this.log_txt_response_KeyDown);
|
||||||
//
|
//
|
||||||
@@ -1071,7 +1075,7 @@
|
|||||||
this.tabPage1.Controls.Add(this.webBro_log);
|
this.tabPage1.Controls.Add(this.webBro_log);
|
||||||
this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
||||||
this.tabPage1.Name = "tabPage1";
|
this.tabPage1.Name = "tabPage1";
|
||||||
this.tabPage1.Size = new System.Drawing.Size(818, 175);
|
this.tabPage1.Size = new System.Drawing.Size(818, 176);
|
||||||
this.tabPage1.TabIndex = 2;
|
this.tabPage1.TabIndex = 2;
|
||||||
this.tabPage1.Text = "在浏览器中显示";
|
this.tabPage1.Text = "在浏览器中显示";
|
||||||
this.tabPage1.UseVisualStyleBackColor = true;
|
this.tabPage1.UseVisualStyleBackColor = true;
|
||||||
@@ -1082,7 +1086,7 @@
|
|||||||
this.webBro_log.Location = new System.Drawing.Point(0, 0);
|
this.webBro_log.Location = new System.Drawing.Point(0, 0);
|
||||||
this.webBro_log.MinimumSize = new System.Drawing.Size(21, 20);
|
this.webBro_log.MinimumSize = new System.Drawing.Size(21, 20);
|
||||||
this.webBro_log.Name = "webBro_log";
|
this.webBro_log.Name = "webBro_log";
|
||||||
this.webBro_log.Size = new System.Drawing.Size(818, 175);
|
this.webBro_log.Size = new System.Drawing.Size(818, 176);
|
||||||
this.webBro_log.TabIndex = 1;
|
this.webBro_log.TabIndex = 1;
|
||||||
//
|
//
|
||||||
// tab_file
|
// tab_file
|
||||||
@@ -1256,7 +1260,7 @@
|
|||||||
//
|
//
|
||||||
// toolStrip_vers_btn_stopGetVariable
|
// toolStrip_vers_btn_stopGetVariable
|
||||||
//
|
//
|
||||||
this.toolStrip_vers_btn_stopGetVariable.Image = global::SuperSQLInjection.Properties.Resources.stop;
|
this.toolStrip_vers_btn_stopGetVariable.Image = global::SuperSQLInjection.Properties.Resources.stop_red;
|
||||||
this.toolStrip_vers_btn_stopGetVariable.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.toolStrip_vers_btn_stopGetVariable.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.toolStrip_vers_btn_stopGetVariable.Name = "toolStrip_vers_btn_stopGetVariable";
|
this.toolStrip_vers_btn_stopGetVariable.Name = "toolStrip_vers_btn_stopGetVariable";
|
||||||
this.toolStrip_vers_btn_stopGetVariable.Size = new System.Drawing.Size(76, 22);
|
this.toolStrip_vers_btn_stopGetVariable.Size = new System.Drawing.Size(76, 22);
|
||||||
@@ -1292,46 +1296,46 @@
|
|||||||
// data_cms_vers
|
// data_cms_vers
|
||||||
//
|
//
|
||||||
this.data_cms_vers.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
this.data_cms_vers.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||||
|
this.data_cms_tsmi_getVariable,
|
||||||
this.data_cms_tsmi_selectAllVers,
|
this.data_cms_tsmi_selectAllVers,
|
||||||
this.data_cms_tsmi_selectReversVers,
|
this.data_cms_tsmi_selectReversVers,
|
||||||
this.data_cms_tsmi_getVariable,
|
|
||||||
this.data_cms_tsmi_copyVerValue,
|
this.data_cms_tsmi_copyVerValue,
|
||||||
this.data_cms_tsmi_stopGetVariable});
|
this.data_cms_tsmi_stopGetVariable});
|
||||||
this.data_cms_vers.Name = "data_cms_getVariable";
|
this.data_cms_vers.Name = "data_cms_getVariable";
|
||||||
this.data_cms_vers.Size = new System.Drawing.Size(149, 114);
|
this.data_cms_vers.Size = new System.Drawing.Size(153, 136);
|
||||||
//
|
|
||||||
// data_cms_tsmi_getVariable
|
|
||||||
//
|
|
||||||
this.data_cms_tsmi_getVariable.Name = "data_cms_tsmi_getVariable";
|
|
||||||
this.data_cms_tsmi_getVariable.Size = new System.Drawing.Size(148, 22);
|
|
||||||
this.data_cms_tsmi_getVariable.Text = "获取环境变量";
|
|
||||||
this.data_cms_tsmi_getVariable.Click += new System.EventHandler(this.data_cms_tsmi_getVariable_Click);
|
|
||||||
//
|
|
||||||
// data_cms_tsmi_copyVerValue
|
|
||||||
//
|
|
||||||
this.data_cms_tsmi_copyVerValue.Name = "data_cms_tsmi_copyVerValue";
|
|
||||||
this.data_cms_tsmi_copyVerValue.Size = new System.Drawing.Size(148, 22);
|
|
||||||
this.data_cms_tsmi_copyVerValue.Text = "复制变量值";
|
|
||||||
this.data_cms_tsmi_copyVerValue.Click += new System.EventHandler(this.data_cms_tsmi_copyVerValue_Click);
|
|
||||||
//
|
//
|
||||||
// data_cms_tsmi_selectAllVers
|
// data_cms_tsmi_selectAllVers
|
||||||
//
|
//
|
||||||
this.data_cms_tsmi_selectAllVers.Name = "data_cms_tsmi_selectAllVers";
|
this.data_cms_tsmi_selectAllVers.Name = "data_cms_tsmi_selectAllVers";
|
||||||
this.data_cms_tsmi_selectAllVers.Size = new System.Drawing.Size(148, 22);
|
this.data_cms_tsmi_selectAllVers.Size = new System.Drawing.Size(152, 22);
|
||||||
this.data_cms_tsmi_selectAllVers.Text = "全 选";
|
this.data_cms_tsmi_selectAllVers.Text = "全 选";
|
||||||
this.data_cms_tsmi_selectAllVers.Click += new System.EventHandler(this.data_cms_tsmi_selectAllVers_Click);
|
this.data_cms_tsmi_selectAllVers.Click += new System.EventHandler(this.data_cms_tsmi_selectAllVers_Click);
|
||||||
//
|
//
|
||||||
// data_cms_tsmi_selectReversVers
|
// data_cms_tsmi_selectReversVers
|
||||||
//
|
//
|
||||||
this.data_cms_tsmi_selectReversVers.Name = "data_cms_tsmi_selectReversVers";
|
this.data_cms_tsmi_selectReversVers.Name = "data_cms_tsmi_selectReversVers";
|
||||||
this.data_cms_tsmi_selectReversVers.Size = new System.Drawing.Size(148, 22);
|
this.data_cms_tsmi_selectReversVers.Size = new System.Drawing.Size(152, 22);
|
||||||
this.data_cms_tsmi_selectReversVers.Text = "反 选";
|
this.data_cms_tsmi_selectReversVers.Text = "反 选";
|
||||||
this.data_cms_tsmi_selectReversVers.Click += new System.EventHandler(this.data_cms_tsmi_selectReversVers_Click);
|
this.data_cms_tsmi_selectReversVers.Click += new System.EventHandler(this.data_cms_tsmi_selectReversVers_Click);
|
||||||
//
|
//
|
||||||
|
// data_cms_tsmi_getVariable
|
||||||
|
//
|
||||||
|
this.data_cms_tsmi_getVariable.Name = "data_cms_tsmi_getVariable";
|
||||||
|
this.data_cms_tsmi_getVariable.Size = new System.Drawing.Size(152, 22);
|
||||||
|
this.data_cms_tsmi_getVariable.Text = "获取环境变量";
|
||||||
|
this.data_cms_tsmi_getVariable.Click += new System.EventHandler(this.data_cms_tsmi_getVariable_Click);
|
||||||
|
//
|
||||||
|
// data_cms_tsmi_copyVerValue
|
||||||
|
//
|
||||||
|
this.data_cms_tsmi_copyVerValue.Name = "data_cms_tsmi_copyVerValue";
|
||||||
|
this.data_cms_tsmi_copyVerValue.Size = new System.Drawing.Size(152, 22);
|
||||||
|
this.data_cms_tsmi_copyVerValue.Text = "复制变量值";
|
||||||
|
this.data_cms_tsmi_copyVerValue.Click += new System.EventHandler(this.data_cms_tsmi_copyVerValue_Click);
|
||||||
|
//
|
||||||
// data_cms_tsmi_stopGetVariable
|
// data_cms_tsmi_stopGetVariable
|
||||||
//
|
//
|
||||||
this.data_cms_tsmi_stopGetVariable.Name = "data_cms_tsmi_stopGetVariable";
|
this.data_cms_tsmi_stopGetVariable.Name = "data_cms_tsmi_stopGetVariable";
|
||||||
this.data_cms_tsmi_stopGetVariable.Size = new System.Drawing.Size(148, 22);
|
this.data_cms_tsmi_stopGetVariable.Size = new System.Drawing.Size(152, 22);
|
||||||
this.data_cms_tsmi_stopGetVariable.Text = "立即停止";
|
this.data_cms_tsmi_stopGetVariable.Text = "立即停止";
|
||||||
this.data_cms_tsmi_stopGetVariable.Click += new System.EventHandler(this.data_cms_tsmi_stopGetVariable_Click);
|
this.data_cms_tsmi_stopGetVariable.Click += new System.EventHandler(this.data_cms_tsmi_stopGetVariable_Click);
|
||||||
//
|
//
|
||||||
@@ -1362,7 +1366,7 @@
|
|||||||
this.spc_dbs.Panel2.Controls.Add(this.toolStrip1);
|
this.spc_dbs.Panel2.Controls.Add(this.toolStrip1);
|
||||||
this.spc_dbs.Panel2.Controls.Add(this.groupBox4);
|
this.spc_dbs.Panel2.Controls.Add(this.groupBox4);
|
||||||
this.spc_dbs.Size = new System.Drawing.Size(812, 412);
|
this.spc_dbs.Size = new System.Drawing.Size(812, 412);
|
||||||
this.spc_dbs.SplitterDistance = 233;
|
this.spc_dbs.SplitterDistance = 232;
|
||||||
this.spc_dbs.SplitterWidth = 3;
|
this.spc_dbs.SplitterWidth = 3;
|
||||||
this.spc_dbs.TabIndex = 5;
|
this.spc_dbs.TabIndex = 5;
|
||||||
//
|
//
|
||||||
@@ -1380,7 +1384,7 @@
|
|||||||
this.data_dbs_ts.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
this.data_dbs_ts.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
||||||
this.data_dbs_ts.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
|
this.data_dbs_ts.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
|
||||||
this.data_dbs_ts.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
this.data_dbs_ts.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
||||||
this.data_dbs_ts.Size = new System.Drawing.Size(233, 25);
|
this.data_dbs_ts.Size = new System.Drawing.Size(232, 25);
|
||||||
this.data_dbs_ts.TabIndex = 4;
|
this.data_dbs_ts.TabIndex = 4;
|
||||||
//
|
//
|
||||||
// data_dbs_tsl_getDBS
|
// data_dbs_tsl_getDBS
|
||||||
@@ -1420,7 +1424,7 @@
|
|||||||
this.groupBox2.Controls.Add(this.data_tvw_dbs);
|
this.groupBox2.Controls.Add(this.data_tvw_dbs);
|
||||||
this.groupBox2.Location = new System.Drawing.Point(5, 6);
|
this.groupBox2.Location = new System.Drawing.Point(5, 6);
|
||||||
this.groupBox2.Name = "groupBox2";
|
this.groupBox2.Name = "groupBox2";
|
||||||
this.groupBox2.Size = new System.Drawing.Size(228, 379);
|
this.groupBox2.Size = new System.Drawing.Size(227, 380);
|
||||||
this.groupBox2.TabIndex = 0;
|
this.groupBox2.TabIndex = 0;
|
||||||
this.groupBox2.TabStop = false;
|
this.groupBox2.TabStop = false;
|
||||||
this.groupBox2.Text = "数据库信息";
|
this.groupBox2.Text = "数据库信息";
|
||||||
@@ -1437,7 +1441,7 @@
|
|||||||
this.data_tvw_dbs.Location = new System.Drawing.Point(3, 17);
|
this.data_tvw_dbs.Location = new System.Drawing.Point(3, 17);
|
||||||
this.data_tvw_dbs.Name = "data_tvw_dbs";
|
this.data_tvw_dbs.Name = "data_tvw_dbs";
|
||||||
this.data_tvw_dbs.SelectedImageIndex = 6;
|
this.data_tvw_dbs.SelectedImageIndex = 6;
|
||||||
this.data_tvw_dbs.Size = new System.Drawing.Size(222, 359);
|
this.data_tvw_dbs.Size = new System.Drawing.Size(221, 360);
|
||||||
this.data_tvw_dbs.TabIndex = 0;
|
this.data_tvw_dbs.TabIndex = 0;
|
||||||
this.data_tvw_dbs.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.data_tvw_dbs_AfterCheck);
|
this.data_tvw_dbs.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.data_tvw_dbs_AfterCheck);
|
||||||
this.data_tvw_dbs.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.data_tvw_dbs_AfterSelect);
|
this.data_tvw_dbs.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.data_tvw_dbs_AfterSelect);
|
||||||
@@ -1557,7 +1561,7 @@
|
|||||||
this.toolStrip1.Location = new System.Drawing.Point(0, 387);
|
this.toolStrip1.Location = new System.Drawing.Point(0, 387);
|
||||||
this.toolStrip1.Name = "toolStrip1";
|
this.toolStrip1.Name = "toolStrip1";
|
||||||
this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
|
this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
|
||||||
this.toolStrip1.Size = new System.Drawing.Size(576, 25);
|
this.toolStrip1.Size = new System.Drawing.Size(577, 25);
|
||||||
this.toolStrip1.TabIndex = 5;
|
this.toolStrip1.TabIndex = 5;
|
||||||
this.toolStrip1.TextChanged += new System.EventHandler(this.toolStrip1_TextChanged);
|
this.toolStrip1.TextChanged += new System.EventHandler(this.toolStrip1_TextChanged);
|
||||||
//
|
//
|
||||||
@@ -1623,9 +1627,17 @@
|
|||||||
"ISO-8859-1",
|
"ISO-8859-1",
|
||||||
"EUC-KR"});
|
"EUC-KR"});
|
||||||
this.data_dbs_cob_db_encoding.Name = "data_dbs_cob_db_encoding";
|
this.data_dbs_cob_db_encoding.Name = "data_dbs_cob_db_encoding";
|
||||||
this.data_dbs_cob_db_encoding.Size = new System.Drawing.Size(75, 25);
|
this.data_dbs_cob_db_encoding.Size = new System.Drawing.Size(89, 25);
|
||||||
this.data_dbs_cob_db_encoding.TextChanged += new System.EventHandler(this.data_dbs_cob_db_encoding_TextChanged);
|
this.data_dbs_cob_db_encoding.TextChanged += new System.EventHandler(this.data_dbs_cob_db_encoding_TextChanged);
|
||||||
//
|
//
|
||||||
|
// data_dbs_tsl_stopGetDatas
|
||||||
|
//
|
||||||
|
this.data_dbs_tsl_stopGetDatas.Margin = new System.Windows.Forms.Padding(10, 0, 0, 2);
|
||||||
|
this.data_dbs_tsl_stopGetDatas.Name = "data_dbs_tsl_stopGetDatas";
|
||||||
|
this.data_dbs_tsl_stopGetDatas.Size = new System.Drawing.Size(56, 23);
|
||||||
|
this.data_dbs_tsl_stopGetDatas.Text = "停止获取";
|
||||||
|
this.data_dbs_tsl_stopGetDatas.Click += new System.EventHandler(this.data_dbs_tsl_stopGetDatas_Click);
|
||||||
|
//
|
||||||
// groupBox4
|
// groupBox4
|
||||||
//
|
//
|
||||||
this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||||||
@@ -1634,7 +1646,7 @@
|
|||||||
this.groupBox4.Controls.Add(this.data_dbs_lvw_data);
|
this.groupBox4.Controls.Add(this.data_dbs_lvw_data);
|
||||||
this.groupBox4.Location = new System.Drawing.Point(3, 6);
|
this.groupBox4.Location = new System.Drawing.Point(3, 6);
|
||||||
this.groupBox4.Name = "groupBox4";
|
this.groupBox4.Name = "groupBox4";
|
||||||
this.groupBox4.Size = new System.Drawing.Size(591, 379);
|
this.groupBox4.Size = new System.Drawing.Size(594, 380);
|
||||||
this.groupBox4.TabIndex = 1;
|
this.groupBox4.TabIndex = 1;
|
||||||
this.groupBox4.TabStop = false;
|
this.groupBox4.TabStop = false;
|
||||||
this.groupBox4.Text = "获取数据";
|
this.groupBox4.Text = "获取数据";
|
||||||
@@ -1648,7 +1660,7 @@
|
|||||||
this.data_dbs_lvw_data.GridLines = true;
|
this.data_dbs_lvw_data.GridLines = true;
|
||||||
this.data_dbs_lvw_data.Location = new System.Drawing.Point(3, 17);
|
this.data_dbs_lvw_data.Location = new System.Drawing.Point(3, 17);
|
||||||
this.data_dbs_lvw_data.Name = "data_dbs_lvw_data";
|
this.data_dbs_lvw_data.Name = "data_dbs_lvw_data";
|
||||||
this.data_dbs_lvw_data.Size = new System.Drawing.Size(585, 359);
|
this.data_dbs_lvw_data.Size = new System.Drawing.Size(588, 360);
|
||||||
this.data_dbs_lvw_data.TabIndex = 1;
|
this.data_dbs_lvw_data.TabIndex = 1;
|
||||||
this.data_dbs_lvw_data.UseCompatibleStateImageBehavior = false;
|
this.data_dbs_lvw_data.UseCompatibleStateImageBehavior = false;
|
||||||
this.data_dbs_lvw_data.View = System.Windows.Forms.View.Details;
|
this.data_dbs_lvw_data.View = System.Windows.Forms.View.Details;
|
||||||
@@ -1736,7 +1748,7 @@
|
|||||||
this.tabControl1.Location = new System.Drawing.Point(6, 13);
|
this.tabControl1.Location = new System.Drawing.Point(6, 13);
|
||||||
this.tabControl1.Name = "tabControl1";
|
this.tabControl1.Name = "tabControl1";
|
||||||
this.tabControl1.SelectedIndex = 0;
|
this.tabControl1.SelectedIndex = 0;
|
||||||
this.tabControl1.Size = new System.Drawing.Size(566, 425);
|
this.tabControl1.Size = new System.Drawing.Size(565, 425);
|
||||||
this.tabControl1.TabIndex = 14;
|
this.tabControl1.TabIndex = 14;
|
||||||
//
|
//
|
||||||
// tab_datapack
|
// tab_datapack
|
||||||
@@ -1745,7 +1757,7 @@
|
|||||||
this.tab_datapack.Location = new System.Drawing.Point(4, 22);
|
this.tab_datapack.Location = new System.Drawing.Point(4, 22);
|
||||||
this.tab_datapack.Name = "tab_datapack";
|
this.tab_datapack.Name = "tab_datapack";
|
||||||
this.tab_datapack.Padding = new System.Windows.Forms.Padding(3);
|
this.tab_datapack.Padding = new System.Windows.Forms.Padding(3);
|
||||||
this.tab_datapack.Size = new System.Drawing.Size(558, 399);
|
this.tab_datapack.Size = new System.Drawing.Size(557, 399);
|
||||||
this.tab_datapack.TabIndex = 0;
|
this.tab_datapack.TabIndex = 0;
|
||||||
this.tab_datapack.Text = "HTTP请求数据包";
|
this.tab_datapack.Text = "HTTP请求数据包";
|
||||||
this.tab_datapack.UseVisualStyleBackColor = true;
|
this.tab_datapack.UseVisualStyleBackColor = true;
|
||||||
@@ -1759,7 +1771,7 @@
|
|||||||
this.txt_inject_request.Multiline = true;
|
this.txt_inject_request.Multiline = true;
|
||||||
this.txt_inject_request.Name = "txt_inject_request";
|
this.txt_inject_request.Name = "txt_inject_request";
|
||||||
this.txt_inject_request.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
this.txt_inject_request.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
||||||
this.txt_inject_request.Size = new System.Drawing.Size(552, 393);
|
this.txt_inject_request.Size = new System.Drawing.Size(551, 393);
|
||||||
this.txt_inject_request.TabIndex = 13;
|
this.txt_inject_request.TabIndex = 13;
|
||||||
this.txt_inject_request.Text = resources.GetString("txt_inject_request.Text");
|
this.txt_inject_request.Text = resources.GetString("txt_inject_request.Text");
|
||||||
this.txt_inject_request.TextChanged += new System.EventHandler(this.txt_inject_request_TextChanged);
|
this.txt_inject_request.TextChanged += new System.EventHandler(this.txt_inject_request_TextChanged);
|
||||||
@@ -1811,7 +1823,7 @@
|
|||||||
this.tab_tokenset.Location = new System.Drawing.Point(4, 22);
|
this.tab_tokenset.Location = new System.Drawing.Point(4, 22);
|
||||||
this.tab_tokenset.Name = "tab_tokenset";
|
this.tab_tokenset.Name = "tab_tokenset";
|
||||||
this.tab_tokenset.Padding = new System.Windows.Forms.Padding(3);
|
this.tab_tokenset.Padding = new System.Windows.Forms.Padding(3);
|
||||||
this.tab_tokenset.Size = new System.Drawing.Size(558, 399);
|
this.tab_tokenset.Size = new System.Drawing.Size(557, 399);
|
||||||
this.tab_tokenset.TabIndex = 1;
|
this.tab_tokenset.TabIndex = 1;
|
||||||
this.tab_tokenset.Text = "Token/随机值/验证码处理";
|
this.tab_tokenset.Text = "Token/随机值/验证码处理";
|
||||||
this.tab_tokenset.UseVisualStyleBackColor = true;
|
this.tab_tokenset.UseVisualStyleBackColor = true;
|
||||||
@@ -1822,7 +1834,7 @@
|
|||||||
this.groupBox17.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.groupBox17.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||||
this.groupBox17.Location = new System.Drawing.Point(3, 3);
|
this.groupBox17.Location = new System.Drawing.Point(3, 3);
|
||||||
this.groupBox17.Name = "groupBox17";
|
this.groupBox17.Name = "groupBox17";
|
||||||
this.groupBox17.Size = new System.Drawing.Size(552, 329);
|
this.groupBox17.Size = new System.Drawing.Size(551, 329);
|
||||||
this.groupBox17.TabIndex = 25;
|
this.groupBox17.TabIndex = 25;
|
||||||
this.groupBox17.TabStop = false;
|
this.groupBox17.TabStop = false;
|
||||||
this.groupBox17.Text = "获取Token的HTTP请求包";
|
this.groupBox17.Text = "获取Token的HTTP请求包";
|
||||||
@@ -1836,7 +1848,7 @@
|
|||||||
this.token_txt_http_request.Multiline = true;
|
this.token_txt_http_request.Multiline = true;
|
||||||
this.token_txt_http_request.Name = "token_txt_http_request";
|
this.token_txt_http_request.Name = "token_txt_http_request";
|
||||||
this.token_txt_http_request.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
this.token_txt_http_request.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
||||||
this.token_txt_http_request.Size = new System.Drawing.Size(546, 309);
|
this.token_txt_http_request.Size = new System.Drawing.Size(545, 309);
|
||||||
this.token_txt_http_request.TabIndex = 8;
|
this.token_txt_http_request.TabIndex = 8;
|
||||||
this.token_txt_http_request.TextChanged += new System.EventHandler(this.token_txt_http_request_TextChanged);
|
this.token_txt_http_request.TextChanged += new System.EventHandler(this.token_txt_http_request_TextChanged);
|
||||||
this.token_txt_http_request.KeyDown += new System.Windows.Forms.KeyEventHandler(this.token_txt_http_request_KeyDown);
|
this.token_txt_http_request.KeyDown += new System.Windows.Forms.KeyEventHandler(this.token_txt_http_request_KeyDown);
|
||||||
@@ -1851,7 +1863,7 @@
|
|||||||
this.groupBox19.Dock = System.Windows.Forms.DockStyle.Bottom;
|
this.groupBox19.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||||
this.groupBox19.Location = new System.Drawing.Point(3, 332);
|
this.groupBox19.Location = new System.Drawing.Point(3, 332);
|
||||||
this.groupBox19.Name = "groupBox19";
|
this.groupBox19.Name = "groupBox19";
|
||||||
this.groupBox19.Size = new System.Drawing.Size(552, 64);
|
this.groupBox19.Size = new System.Drawing.Size(551, 64);
|
||||||
this.groupBox19.TabIndex = 25;
|
this.groupBox19.TabIndex = 25;
|
||||||
this.groupBox19.TabStop = false;
|
this.groupBox19.TabStop = false;
|
||||||
this.groupBox19.Text = "随机Token抓取规则";
|
this.groupBox19.Text = "随机Token抓取规则";
|
||||||
@@ -1859,7 +1871,7 @@
|
|||||||
// label36
|
// label36
|
||||||
//
|
//
|
||||||
this.label36.AutoSize = true;
|
this.label36.AutoSize = true;
|
||||||
this.label36.Location = new System.Drawing.Point(230, 27);
|
this.label36.Location = new System.Drawing.Point(229, 27);
|
||||||
this.label36.Name = "label36";
|
this.label36.Name = "label36";
|
||||||
this.label36.Size = new System.Drawing.Size(65, 12);
|
this.label36.Size = new System.Drawing.Size(65, 12);
|
||||||
this.label36.TabIndex = 16;
|
this.label36.TabIndex = 16;
|
||||||
@@ -1868,7 +1880,7 @@
|
|||||||
// label37
|
// label37
|
||||||
//
|
//
|
||||||
this.label37.AutoSize = true;
|
this.label37.AutoSize = true;
|
||||||
this.label37.Location = new System.Drawing.Point(20, 27);
|
this.label37.Location = new System.Drawing.Point(19, 27);
|
||||||
this.label37.Name = "label37";
|
this.label37.Name = "label37";
|
||||||
this.label37.Size = new System.Drawing.Size(65, 12);
|
this.label37.Size = new System.Drawing.Size(65, 12);
|
||||||
this.label37.TabIndex = 16;
|
this.label37.TabIndex = 16;
|
||||||
@@ -1877,7 +1889,7 @@
|
|||||||
// token_txt_endStr
|
// token_txt_endStr
|
||||||
//
|
//
|
||||||
this.token_txt_endStr.AcceptsReturn = true;
|
this.token_txt_endStr.AcceptsReturn = true;
|
||||||
this.token_txt_endStr.Location = new System.Drawing.Point(302, 25);
|
this.token_txt_endStr.Location = new System.Drawing.Point(301, 25);
|
||||||
this.token_txt_endStr.MaxLength = 100;
|
this.token_txt_endStr.MaxLength = 100;
|
||||||
this.token_txt_endStr.Name = "token_txt_endStr";
|
this.token_txt_endStr.Name = "token_txt_endStr";
|
||||||
this.token_txt_endStr.Size = new System.Drawing.Size(121, 21);
|
this.token_txt_endStr.Size = new System.Drawing.Size(121, 21);
|
||||||
@@ -1896,7 +1908,7 @@
|
|||||||
//
|
//
|
||||||
// token_btn_testGetToken
|
// token_btn_testGetToken
|
||||||
//
|
//
|
||||||
this.token_btn_testGetToken.Location = new System.Drawing.Point(440, 23);
|
this.token_btn_testGetToken.Location = new System.Drawing.Point(439, 23);
|
||||||
this.token_btn_testGetToken.Name = "token_btn_testGetToken";
|
this.token_btn_testGetToken.Name = "token_btn_testGetToken";
|
||||||
this.token_btn_testGetToken.Size = new System.Drawing.Size(93, 23);
|
this.token_btn_testGetToken.Size = new System.Drawing.Size(93, 23);
|
||||||
this.token_btn_testGetToken.TabIndex = 6;
|
this.token_btn_testGetToken.TabIndex = 6;
|
||||||
@@ -1909,7 +1921,7 @@
|
|||||||
this.tab_sencond_inject.Controls.Add(this.groupBox20);
|
this.tab_sencond_inject.Controls.Add(this.groupBox20);
|
||||||
this.tab_sencond_inject.Location = new System.Drawing.Point(4, 22);
|
this.tab_sencond_inject.Location = new System.Drawing.Point(4, 22);
|
||||||
this.tab_sencond_inject.Name = "tab_sencond_inject";
|
this.tab_sencond_inject.Name = "tab_sencond_inject";
|
||||||
this.tab_sencond_inject.Size = new System.Drawing.Size(558, 399);
|
this.tab_sencond_inject.Size = new System.Drawing.Size(557, 399);
|
||||||
this.tab_sencond_inject.TabIndex = 2;
|
this.tab_sencond_inject.TabIndex = 2;
|
||||||
this.tab_sencond_inject.Text = "二次注入";
|
this.tab_sencond_inject.Text = "二次注入";
|
||||||
this.tab_sencond_inject.UseVisualStyleBackColor = true;
|
this.tab_sencond_inject.UseVisualStyleBackColor = true;
|
||||||
@@ -1982,7 +1994,7 @@
|
|||||||
this.groupBox3.Controls.Add(this.chk_sencondInject);
|
this.groupBox3.Controls.Add(this.chk_sencondInject);
|
||||||
this.groupBox3.Controls.Add(this.chk_inject_foward_302);
|
this.groupBox3.Controls.Add(this.chk_inject_foward_302);
|
||||||
this.groupBox3.Controls.Add(this.btn_inject_setInject);
|
this.groupBox3.Controls.Add(this.btn_inject_setInject);
|
||||||
this.groupBox3.Location = new System.Drawing.Point(578, 13);
|
this.groupBox3.Location = new System.Drawing.Point(577, 13);
|
||||||
this.groupBox3.Name = "groupBox3";
|
this.groupBox3.Name = "groupBox3";
|
||||||
this.groupBox3.Size = new System.Drawing.Size(247, 425);
|
this.groupBox3.Size = new System.Drawing.Size(247, 425);
|
||||||
this.groupBox3.TabIndex = 12;
|
this.groupBox3.TabIndex = 12;
|
||||||
@@ -2009,7 +2021,7 @@
|
|||||||
// label34
|
// label34
|
||||||
//
|
//
|
||||||
this.label34.AutoSize = true;
|
this.label34.AutoSize = true;
|
||||||
this.label34.Location = new System.Drawing.Point(10, 61);
|
this.label34.Location = new System.Drawing.Point(11, 61);
|
||||||
this.label34.Name = "label34";
|
this.label34.Name = "label34";
|
||||||
this.label34.Size = new System.Drawing.Size(65, 12);
|
this.label34.Size = new System.Drawing.Size(65, 12);
|
||||||
this.label34.TabIndex = 1;
|
this.label34.TabIndex = 1;
|
||||||
@@ -2018,7 +2030,7 @@
|
|||||||
// label4
|
// label4
|
||||||
//
|
//
|
||||||
this.label4.AutoSize = true;
|
this.label4.AutoSize = true;
|
||||||
this.label4.Location = new System.Drawing.Point(10, 26);
|
this.label4.Location = new System.Drawing.Point(11, 26);
|
||||||
this.label4.Name = "label4";
|
this.label4.Name = "label4";
|
||||||
this.label4.Size = new System.Drawing.Size(53, 12);
|
this.label4.Size = new System.Drawing.Size(53, 12);
|
||||||
this.label4.TabIndex = 1;
|
this.label4.TabIndex = 1;
|
||||||
@@ -2026,7 +2038,7 @@
|
|||||||
//
|
//
|
||||||
// txt_inject_showIndex
|
// txt_inject_showIndex
|
||||||
//
|
//
|
||||||
this.txt_inject_showIndex.Location = new System.Drawing.Point(196, 22);
|
this.txt_inject_showIndex.Location = new System.Drawing.Point(197, 22);
|
||||||
this.txt_inject_showIndex.MaxLength = 3;
|
this.txt_inject_showIndex.MaxLength = 3;
|
||||||
this.txt_inject_showIndex.Name = "txt_inject_showIndex";
|
this.txt_inject_showIndex.Name = "txt_inject_showIndex";
|
||||||
this.txt_inject_showIndex.Size = new System.Drawing.Size(40, 21);
|
this.txt_inject_showIndex.Size = new System.Drawing.Size(40, 21);
|
||||||
@@ -2050,13 +2062,13 @@
|
|||||||
this.txt_inject_unionTemplate.Location = new System.Drawing.Point(78, 58);
|
this.txt_inject_unionTemplate.Location = new System.Drawing.Point(78, 58);
|
||||||
this.txt_inject_unionTemplate.MaxLength = 1000;
|
this.txt_inject_unionTemplate.MaxLength = 1000;
|
||||||
this.txt_inject_unionTemplate.Name = "txt_inject_unionTemplate";
|
this.txt_inject_unionTemplate.Name = "txt_inject_unionTemplate";
|
||||||
this.txt_inject_unionTemplate.Size = new System.Drawing.Size(158, 21);
|
this.txt_inject_unionTemplate.Size = new System.Drawing.Size(159, 21);
|
||||||
this.txt_inject_unionTemplate.TabIndex = 7;
|
this.txt_inject_unionTemplate.TabIndex = 7;
|
||||||
this.txt_inject_unionTemplate.TextChanged += new System.EventHandler(this.txt_inject_unionTemplate_TextChanged);
|
this.txt_inject_unionTemplate.TextChanged += new System.EventHandler(this.txt_inject_unionTemplate_TextChanged);
|
||||||
//
|
//
|
||||||
// txt_inject_unionColumnsCount
|
// txt_inject_unionColumnsCount
|
||||||
//
|
//
|
||||||
this.txt_inject_unionColumnsCount.Location = new System.Drawing.Point(70, 22);
|
this.txt_inject_unionColumnsCount.Location = new System.Drawing.Point(71, 22);
|
||||||
this.txt_inject_unionColumnsCount.MaxLength = 3;
|
this.txt_inject_unionColumnsCount.MaxLength = 3;
|
||||||
this.txt_inject_unionColumnsCount.Name = "txt_inject_unionColumnsCount";
|
this.txt_inject_unionColumnsCount.Name = "txt_inject_unionColumnsCount";
|
||||||
this.txt_inject_unionColumnsCount.Size = new System.Drawing.Size(40, 21);
|
this.txt_inject_unionColumnsCount.Size = new System.Drawing.Size(40, 21);
|
||||||
@@ -2098,7 +2110,7 @@
|
|||||||
this.groupBox15.Controls.Add(this.chk_inject_reverseKey);
|
this.groupBox15.Controls.Add(this.chk_inject_reverseKey);
|
||||||
this.groupBox15.Location = new System.Drawing.Point(0, 258);
|
this.groupBox15.Location = new System.Drawing.Point(0, 258);
|
||||||
this.groupBox15.Name = "groupBox15";
|
this.groupBox15.Name = "groupBox15";
|
||||||
this.groupBox15.Size = new System.Drawing.Size(249, 165);
|
this.groupBox15.Size = new System.Drawing.Size(249, 166);
|
||||||
this.groupBox15.TabIndex = 14;
|
this.groupBox15.TabIndex = 14;
|
||||||
this.groupBox15.TabStop = false;
|
this.groupBox15.TabStop = false;
|
||||||
this.groupBox15.Text = "Bool盲注取数据配置";
|
this.groupBox15.Text = "Bool盲注取数据配置";
|
||||||
@@ -2117,7 +2129,7 @@
|
|||||||
"响应长度小于-Bool"});
|
"响应长度小于-Bool"});
|
||||||
this.cbox_inject_type.Location = new System.Drawing.Point(79, 25);
|
this.cbox_inject_type.Location = new System.Drawing.Point(79, 25);
|
||||||
this.cbox_inject_type.Name = "cbox_inject_type";
|
this.cbox_inject_type.Name = "cbox_inject_type";
|
||||||
this.cbox_inject_type.Size = new System.Drawing.Size(158, 20);
|
this.cbox_inject_type.Size = new System.Drawing.Size(159, 20);
|
||||||
this.cbox_inject_type.TabIndex = 27;
|
this.cbox_inject_type.TabIndex = 27;
|
||||||
this.cbox_inject_type.SelectedIndexChanged += new System.EventHandler(this.cbox_inject_type_SelectedIndexChanged);
|
this.cbox_inject_type.SelectedIndexChanged += new System.EventHandler(this.cbox_inject_type_SelectedIndexChanged);
|
||||||
//
|
//
|
||||||
@@ -2164,7 +2176,7 @@
|
|||||||
this.txt_inject_key.Location = new System.Drawing.Point(79, 90);
|
this.txt_inject_key.Location = new System.Drawing.Point(79, 90);
|
||||||
this.txt_inject_key.MaxLength = 50;
|
this.txt_inject_key.MaxLength = 50;
|
||||||
this.txt_inject_key.Name = "txt_inject_key";
|
this.txt_inject_key.Name = "txt_inject_key";
|
||||||
this.txt_inject_key.Size = new System.Drawing.Size(158, 21);
|
this.txt_inject_key.Size = new System.Drawing.Size(159, 21);
|
||||||
this.txt_inject_key.TabIndex = 7;
|
this.txt_inject_key.TabIndex = 7;
|
||||||
this.txt_inject_key.Text = "个";
|
this.txt_inject_key.Text = "个";
|
||||||
this.txt_inject_key.TextChanged += new System.EventHandler(this.txt_inject_key_TextChanged);
|
this.txt_inject_key.TextChanged += new System.EventHandler(this.txt_inject_key_TextChanged);
|
||||||
@@ -2323,7 +2335,7 @@
|
|||||||
this.groupBox25.Controls.Add(this.proxy_cmb_proxyMode);
|
this.groupBox25.Controls.Add(this.proxy_cmb_proxyMode);
|
||||||
this.groupBox25.Location = new System.Drawing.Point(6, 6);
|
this.groupBox25.Location = new System.Drawing.Point(6, 6);
|
||||||
this.groupBox25.Name = "groupBox25";
|
this.groupBox25.Name = "groupBox25";
|
||||||
this.groupBox25.Size = new System.Drawing.Size(820, 53);
|
this.groupBox25.Size = new System.Drawing.Size(821, 53);
|
||||||
this.groupBox25.TabIndex = 6;
|
this.groupBox25.TabIndex = 6;
|
||||||
this.groupBox25.TabStop = false;
|
this.groupBox25.TabStop = false;
|
||||||
this.groupBox25.Text = "设置代理";
|
this.groupBox25.Text = "设置代理";
|
||||||
@@ -2367,7 +2379,7 @@
|
|||||||
// proxy_lbl_proxy_username
|
// proxy_lbl_proxy_username
|
||||||
//
|
//
|
||||||
this.proxy_lbl_proxy_username.AutoSize = true;
|
this.proxy_lbl_proxy_username.AutoSize = true;
|
||||||
this.proxy_lbl_proxy_username.Location = new System.Drawing.Point(610, 25);
|
this.proxy_lbl_proxy_username.Location = new System.Drawing.Point(611, 25);
|
||||||
this.proxy_lbl_proxy_username.Name = "proxy_lbl_proxy_username";
|
this.proxy_lbl_proxy_username.Name = "proxy_lbl_proxy_username";
|
||||||
this.proxy_lbl_proxy_username.Size = new System.Drawing.Size(71, 12);
|
this.proxy_lbl_proxy_username.Size = new System.Drawing.Size(71, 12);
|
||||||
this.proxy_lbl_proxy_username.TabIndex = 0;
|
this.proxy_lbl_proxy_username.TabIndex = 0;
|
||||||
@@ -2376,7 +2388,7 @@
|
|||||||
// proxy_lbl_proxy_host
|
// proxy_lbl_proxy_host
|
||||||
//
|
//
|
||||||
this.proxy_lbl_proxy_host.AutoSize = true;
|
this.proxy_lbl_proxy_host.AutoSize = true;
|
||||||
this.proxy_lbl_proxy_host.Location = new System.Drawing.Point(232, 25);
|
this.proxy_lbl_proxy_host.Location = new System.Drawing.Point(233, 25);
|
||||||
this.proxy_lbl_proxy_host.Name = "proxy_lbl_proxy_host";
|
this.proxy_lbl_proxy_host.Name = "proxy_lbl_proxy_host";
|
||||||
this.proxy_lbl_proxy_host.Size = new System.Drawing.Size(95, 12);
|
this.proxy_lbl_proxy_host.Size = new System.Drawing.Size(95, 12);
|
||||||
this.proxy_lbl_proxy_host.TabIndex = 0;
|
this.proxy_lbl_proxy_host.TabIndex = 0;
|
||||||
@@ -2412,7 +2424,7 @@
|
|||||||
// label35
|
// label35
|
||||||
//
|
//
|
||||||
this.label35.AutoSize = true;
|
this.label35.AutoSize = true;
|
||||||
this.label35.Location = new System.Drawing.Point(338, 25);
|
this.label35.Location = new System.Drawing.Point(337, 25);
|
||||||
this.label35.Name = "label35";
|
this.label35.Name = "label35";
|
||||||
this.label35.Size = new System.Drawing.Size(41, 12);
|
this.label35.Size = new System.Drawing.Size(41, 12);
|
||||||
this.label35.TabIndex = 0;
|
this.label35.TabIndex = 0;
|
||||||
@@ -2426,7 +2438,7 @@
|
|||||||
"不开启代理",
|
"不开启代理",
|
||||||
"代理池随机选择",
|
"代理池随机选择",
|
||||||
"固定代理方式"});
|
"固定代理方式"});
|
||||||
this.proxy_cmb_proxyMode.Location = new System.Drawing.Point(14, 22);
|
this.proxy_cmb_proxyMode.Location = new System.Drawing.Point(13, 22);
|
||||||
this.proxy_cmb_proxyMode.Name = "proxy_cmb_proxyMode";
|
this.proxy_cmb_proxyMode.Name = "proxy_cmb_proxyMode";
|
||||||
this.proxy_cmb_proxyMode.Size = new System.Drawing.Size(131, 20);
|
this.proxy_cmb_proxyMode.Size = new System.Drawing.Size(131, 20);
|
||||||
this.proxy_cmb_proxyMode.TabIndex = 5;
|
this.proxy_cmb_proxyMode.TabIndex = 5;
|
||||||
@@ -2442,7 +2454,7 @@
|
|||||||
this.groupBox24.Controls.Add(this.proxy_lvw_proxyList);
|
this.groupBox24.Controls.Add(this.proxy_lvw_proxyList);
|
||||||
this.groupBox24.Location = new System.Drawing.Point(6, 65);
|
this.groupBox24.Location = new System.Drawing.Point(6, 65);
|
||||||
this.groupBox24.Name = "groupBox24";
|
this.groupBox24.Name = "groupBox24";
|
||||||
this.groupBox24.Size = new System.Drawing.Size(820, 380);
|
this.groupBox24.Size = new System.Drawing.Size(821, 380);
|
||||||
this.groupBox24.TabIndex = 6;
|
this.groupBox24.TabIndex = 6;
|
||||||
this.groupBox24.TabStop = false;
|
this.groupBox24.TabStop = false;
|
||||||
this.groupBox24.Text = "代理池列表";
|
this.groupBox24.Text = "代理池列表";
|
||||||
@@ -2457,7 +2469,7 @@
|
|||||||
this.toolStrip_proxyList.Location = new System.Drawing.Point(3, 352);
|
this.toolStrip_proxyList.Location = new System.Drawing.Point(3, 352);
|
||||||
this.toolStrip_proxyList.Name = "toolStrip_proxyList";
|
this.toolStrip_proxyList.Name = "toolStrip_proxyList";
|
||||||
this.toolStrip_proxyList.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
|
this.toolStrip_proxyList.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
|
||||||
this.toolStrip_proxyList.Size = new System.Drawing.Size(814, 25);
|
this.toolStrip_proxyList.Size = new System.Drawing.Size(815, 25);
|
||||||
this.toolStrip_proxyList.TabIndex = 7;
|
this.toolStrip_proxyList.TabIndex = 7;
|
||||||
this.toolStrip_proxyList.Text = "toolStrip2";
|
this.toolStrip_proxyList.Text = "toolStrip2";
|
||||||
//
|
//
|
||||||
@@ -2493,14 +2505,14 @@
|
|||||||
this.groupBox26.Controls.Add(this.proxy_txt_addProxyType);
|
this.groupBox26.Controls.Add(this.proxy_txt_addProxyType);
|
||||||
this.groupBox26.Location = new System.Drawing.Point(6, 15);
|
this.groupBox26.Location = new System.Drawing.Point(6, 15);
|
||||||
this.groupBox26.Name = "groupBox26";
|
this.groupBox26.Name = "groupBox26";
|
||||||
this.groupBox26.Size = new System.Drawing.Size(808, 57);
|
this.groupBox26.Size = new System.Drawing.Size(809, 57);
|
||||||
this.groupBox26.TabIndex = 6;
|
this.groupBox26.TabIndex = 6;
|
||||||
this.groupBox26.TabStop = false;
|
this.groupBox26.TabStop = false;
|
||||||
//
|
//
|
||||||
// label40
|
// label40
|
||||||
//
|
//
|
||||||
this.label40.AutoSize = true;
|
this.label40.AutoSize = true;
|
||||||
this.label40.Location = new System.Drawing.Point(274, 26);
|
this.label40.Location = new System.Drawing.Point(275, 26);
|
||||||
this.label40.Name = "label40";
|
this.label40.Name = "label40";
|
||||||
this.label40.Size = new System.Drawing.Size(41, 12);
|
this.label40.Size = new System.Drawing.Size(41, 12);
|
||||||
this.label40.TabIndex = 0;
|
this.label40.TabIndex = 0;
|
||||||
@@ -2529,7 +2541,7 @@
|
|||||||
// proxy_btn_addProxy
|
// proxy_btn_addProxy
|
||||||
//
|
//
|
||||||
this.proxy_btn_addProxy.ImageKey = "(无)";
|
this.proxy_btn_addProxy.ImageKey = "(无)";
|
||||||
this.proxy_btn_addProxy.Location = new System.Drawing.Point(664, 21);
|
this.proxy_btn_addProxy.Location = new System.Drawing.Point(665, 21);
|
||||||
this.proxy_btn_addProxy.Name = "proxy_btn_addProxy";
|
this.proxy_btn_addProxy.Name = "proxy_btn_addProxy";
|
||||||
this.proxy_btn_addProxy.Size = new System.Drawing.Size(65, 23);
|
this.proxy_btn_addProxy.Size = new System.Drawing.Size(65, 23);
|
||||||
this.proxy_btn_addProxy.TabIndex = 5;
|
this.proxy_btn_addProxy.TabIndex = 5;
|
||||||
@@ -2574,7 +2586,7 @@
|
|||||||
//
|
//
|
||||||
// proxy_txt_addProxyUserName
|
// proxy_txt_addProxyUserName
|
||||||
//
|
//
|
||||||
this.proxy_txt_addProxyUserName.Location = new System.Drawing.Point(472, 23);
|
this.proxy_txt_addProxyUserName.Location = new System.Drawing.Point(473, 23);
|
||||||
this.proxy_txt_addProxyUserName.Name = "proxy_txt_addProxyUserName";
|
this.proxy_txt_addProxyUserName.Name = "proxy_txt_addProxyUserName";
|
||||||
this.proxy_txt_addProxyUserName.Size = new System.Drawing.Size(65, 21);
|
this.proxy_txt_addProxyUserName.Size = new System.Drawing.Size(65, 21);
|
||||||
this.proxy_txt_addProxyUserName.TabIndex = 4;
|
this.proxy_txt_addProxyUserName.TabIndex = 4;
|
||||||
@@ -2584,7 +2596,7 @@
|
|||||||
//
|
//
|
||||||
this.proxy_txt_addProxyHost.Location = new System.Drawing.Point(65, 22);
|
this.proxy_txt_addProxyHost.Location = new System.Drawing.Point(65, 22);
|
||||||
this.proxy_txt_addProxyHost.Name = "proxy_txt_addProxyHost";
|
this.proxy_txt_addProxyHost.Name = "proxy_txt_addProxyHost";
|
||||||
this.proxy_txt_addProxyHost.Size = new System.Drawing.Size(116, 21);
|
this.proxy_txt_addProxyHost.Size = new System.Drawing.Size(117, 21);
|
||||||
this.proxy_txt_addProxyHost.TabIndex = 4;
|
this.proxy_txt_addProxyHost.TabIndex = 4;
|
||||||
this.proxy_txt_addProxyHost.TextChanged += new System.EventHandler(this.txt_basic_port_TextChanged);
|
this.proxy_txt_addProxyHost.TextChanged += new System.EventHandler(this.txt_basic_port_TextChanged);
|
||||||
//
|
//
|
||||||
@@ -2887,7 +2899,7 @@
|
|||||||
//
|
//
|
||||||
// bypass_btn_saveTemplate
|
// bypass_btn_saveTemplate
|
||||||
//
|
//
|
||||||
this.bypass_btn_saveTemplate.Location = new System.Drawing.Point(680, 15);
|
this.bypass_btn_saveTemplate.Location = new System.Drawing.Point(679, 15);
|
||||||
this.bypass_btn_saveTemplate.Name = "bypass_btn_saveTemplate";
|
this.bypass_btn_saveTemplate.Name = "bypass_btn_saveTemplate";
|
||||||
this.bypass_btn_saveTemplate.Size = new System.Drawing.Size(125, 23);
|
this.bypass_btn_saveTemplate.Size = new System.Drawing.Size(125, 23);
|
||||||
this.bypass_btn_saveTemplate.TabIndex = 21;
|
this.bypass_btn_saveTemplate.TabIndex = 21;
|
||||||
@@ -2909,7 +2921,7 @@
|
|||||||
// label33
|
// label33
|
||||||
//
|
//
|
||||||
this.label33.AutoSize = true;
|
this.label33.AutoSize = true;
|
||||||
this.label33.Location = new System.Drawing.Point(20, 21);
|
this.label33.Location = new System.Drawing.Point(19, 21);
|
||||||
this.label33.Name = "label33";
|
this.label33.Name = "label33";
|
||||||
this.label33.Size = new System.Drawing.Size(89, 12);
|
this.label33.Size = new System.Drawing.Size(89, 12);
|
||||||
this.label33.TabIndex = 13;
|
this.label33.TabIndex = 13;
|
||||||
@@ -2929,7 +2941,7 @@
|
|||||||
this.groupBox23.Controls.Add(this.bypass_txt_replace);
|
this.groupBox23.Controls.Add(this.bypass_txt_replace);
|
||||||
this.groupBox23.Location = new System.Drawing.Point(9, 122);
|
this.groupBox23.Location = new System.Drawing.Point(9, 122);
|
||||||
this.groupBox23.Name = "groupBox23";
|
this.groupBox23.Name = "groupBox23";
|
||||||
this.groupBox23.Size = new System.Drawing.Size(817, 267);
|
this.groupBox23.Size = new System.Drawing.Size(817, 266);
|
||||||
this.groupBox23.TabIndex = 27;
|
this.groupBox23.TabIndex = 27;
|
||||||
this.groupBox23.TabStop = false;
|
this.groupBox23.TabStop = false;
|
||||||
this.groupBox23.Text = "字符替换处理";
|
this.groupBox23.Text = "字符替换处理";
|
||||||
@@ -2937,7 +2949,7 @@
|
|||||||
// chk_reaplaceBeforURLEncode
|
// chk_reaplaceBeforURLEncode
|
||||||
//
|
//
|
||||||
this.chk_reaplaceBeforURLEncode.AutoSize = true;
|
this.chk_reaplaceBeforURLEncode.AutoSize = true;
|
||||||
this.chk_reaplaceBeforURLEncode.Location = new System.Drawing.Point(22, 28);
|
this.chk_reaplaceBeforURLEncode.Location = new System.Drawing.Point(23, 28);
|
||||||
this.chk_reaplaceBeforURLEncode.Name = "chk_reaplaceBeforURLEncode";
|
this.chk_reaplaceBeforURLEncode.Name = "chk_reaplaceBeforURLEncode";
|
||||||
this.chk_reaplaceBeforURLEncode.Size = new System.Drawing.Size(234, 16);
|
this.chk_reaplaceBeforURLEncode.Size = new System.Drawing.Size(234, 16);
|
||||||
this.chk_reaplaceBeforURLEncode.TabIndex = 18;
|
this.chk_reaplaceBeforURLEncode.TabIndex = 18;
|
||||||
@@ -2985,7 +2997,7 @@
|
|||||||
this.bypass_lvw_replaceString.FullRowSelect = true;
|
this.bypass_lvw_replaceString.FullRowSelect = true;
|
||||||
this.bypass_lvw_replaceString.Location = new System.Drawing.Point(7, 64);
|
this.bypass_lvw_replaceString.Location = new System.Drawing.Point(7, 64);
|
||||||
this.bypass_lvw_replaceString.Name = "bypass_lvw_replaceString";
|
this.bypass_lvw_replaceString.Name = "bypass_lvw_replaceString";
|
||||||
this.bypass_lvw_replaceString.Size = new System.Drawing.Size(804, 197);
|
this.bypass_lvw_replaceString.Size = new System.Drawing.Size(804, 195);
|
||||||
this.bypass_lvw_replaceString.TabIndex = 7;
|
this.bypass_lvw_replaceString.TabIndex = 7;
|
||||||
this.bypass_lvw_replaceString.UseCompatibleStateImageBehavior = false;
|
this.bypass_lvw_replaceString.UseCompatibleStateImageBehavior = false;
|
||||||
this.bypass_lvw_replaceString.View = System.Windows.Forms.View.Details;
|
this.bypass_lvw_replaceString.View = System.Windows.Forms.View.Details;
|
||||||
@@ -3033,7 +3045,7 @@
|
|||||||
// bypass_txt_replace
|
// bypass_txt_replace
|
||||||
//
|
//
|
||||||
this.bypass_txt_replace.AcceptsReturn = true;
|
this.bypass_txt_replace.AcceptsReturn = true;
|
||||||
this.bypass_txt_replace.Location = new System.Drawing.Point(328, 26);
|
this.bypass_txt_replace.Location = new System.Drawing.Point(329, 26);
|
||||||
this.bypass_txt_replace.MaxLength = 500;
|
this.bypass_txt_replace.MaxLength = 500;
|
||||||
this.bypass_txt_replace.Name = "bypass_txt_replace";
|
this.bypass_txt_replace.Name = "bypass_txt_replace";
|
||||||
this.bypass_txt_replace.Size = new System.Drawing.Size(160, 21);
|
this.bypass_txt_replace.Size = new System.Drawing.Size(160, 21);
|
||||||
@@ -3070,9 +3082,9 @@
|
|||||||
this.cbox_bypass_urlencode_count.Items.AddRange(new object[] {
|
this.cbox_bypass_urlencode_count.Items.AddRange(new object[] {
|
||||||
"一次",
|
"一次",
|
||||||
"二次"});
|
"二次"});
|
||||||
this.cbox_bypass_urlencode_count.Location = new System.Drawing.Point(74, 20);
|
this.cbox_bypass_urlencode_count.Location = new System.Drawing.Point(73, 20);
|
||||||
this.cbox_bypass_urlencode_count.Name = "cbox_bypass_urlencode_count";
|
this.cbox_bypass_urlencode_count.Name = "cbox_bypass_urlencode_count";
|
||||||
this.cbox_bypass_urlencode_count.Size = new System.Drawing.Size(84, 20);
|
this.cbox_bypass_urlencode_count.Size = new System.Drawing.Size(83, 20);
|
||||||
this.cbox_bypass_urlencode_count.TabIndex = 23;
|
this.cbox_bypass_urlencode_count.TabIndex = 23;
|
||||||
this.cbox_bypass_urlencode_count.TextChanged += new System.EventHandler(this.cbox_bypass_urlencode_count_TextChanged);
|
this.cbox_bypass_urlencode_count.TextChanged += new System.EventHandler(this.cbox_bypass_urlencode_count_TextChanged);
|
||||||
//
|
//
|
||||||
@@ -3115,7 +3127,7 @@
|
|||||||
// bypass_chk_usebetween
|
// bypass_chk_usebetween
|
||||||
//
|
//
|
||||||
this.bypass_chk_usebetween.AutoSize = true;
|
this.bypass_chk_usebetween.AutoSize = true;
|
||||||
this.bypass_chk_usebetween.Location = new System.Drawing.Point(470, 22);
|
this.bypass_chk_usebetween.Location = new System.Drawing.Point(469, 22);
|
||||||
this.bypass_chk_usebetween.Name = "bypass_chk_usebetween";
|
this.bypass_chk_usebetween.Name = "bypass_chk_usebetween";
|
||||||
this.bypass_chk_usebetween.Size = new System.Drawing.Size(162, 16);
|
this.bypass_chk_usebetween.Size = new System.Drawing.Size(162, 16);
|
||||||
this.bypass_chk_usebetween.TabIndex = 3;
|
this.bypass_chk_usebetween.TabIndex = 3;
|
||||||
@@ -3132,9 +3144,9 @@
|
|||||||
"随机大小写",
|
"随机大小写",
|
||||||
"关键字大写",
|
"关键字大写",
|
||||||
"关键字小写"});
|
"关键字小写"});
|
||||||
this.cob_keyRepalce.Location = new System.Drawing.Point(74, 55);
|
this.cob_keyRepalce.Location = new System.Drawing.Point(73, 55);
|
||||||
this.cob_keyRepalce.Name = "cob_keyRepalce";
|
this.cob_keyRepalce.Name = "cob_keyRepalce";
|
||||||
this.cob_keyRepalce.Size = new System.Drawing.Size(84, 20);
|
this.cob_keyRepalce.Size = new System.Drawing.Size(83, 20);
|
||||||
this.cob_keyRepalce.TabIndex = 17;
|
this.cob_keyRepalce.TabIndex = 17;
|
||||||
this.cob_keyRepalce.SelectedIndexChanged += new System.EventHandler(this.cob_keyRepalce_SelectedIndexChanged);
|
this.cob_keyRepalce.SelectedIndexChanged += new System.EventHandler(this.cob_keyRepalce_SelectedIndexChanged);
|
||||||
//
|
//
|
||||||
@@ -3162,7 +3174,7 @@
|
|||||||
"8000",
|
"8000",
|
||||||
"9000",
|
"9000",
|
||||||
"10000"});
|
"10000"});
|
||||||
this.bypass_cbox_sendHTTPSleepTime.Location = new System.Drawing.Point(470, 54);
|
this.bypass_cbox_sendHTTPSleepTime.Location = new System.Drawing.Point(469, 54);
|
||||||
this.bypass_cbox_sendHTTPSleepTime.Name = "bypass_cbox_sendHTTPSleepTime";
|
this.bypass_cbox_sendHTTPSleepTime.Name = "bypass_cbox_sendHTTPSleepTime";
|
||||||
this.bypass_cbox_sendHTTPSleepTime.Size = new System.Drawing.Size(70, 20);
|
this.bypass_cbox_sendHTTPSleepTime.Size = new System.Drawing.Size(70, 20);
|
||||||
this.bypass_cbox_sendHTTPSleepTime.TabIndex = 11;
|
this.bypass_cbox_sendHTTPSleepTime.TabIndex = 11;
|
||||||
@@ -3214,14 +3226,14 @@
|
|||||||
"Client-Ip"});
|
"Client-Ip"});
|
||||||
this.bypass_cbox_randIPToHeader.Location = new System.Drawing.Point(649, 54);
|
this.bypass_cbox_randIPToHeader.Location = new System.Drawing.Point(649, 54);
|
||||||
this.bypass_cbox_randIPToHeader.Name = "bypass_cbox_randIPToHeader";
|
this.bypass_cbox_randIPToHeader.Name = "bypass_cbox_randIPToHeader";
|
||||||
this.bypass_cbox_randIPToHeader.Size = new System.Drawing.Size(156, 20);
|
this.bypass_cbox_randIPToHeader.Size = new System.Drawing.Size(155, 20);
|
||||||
this.bypass_cbox_randIPToHeader.TabIndex = 14;
|
this.bypass_cbox_randIPToHeader.TabIndex = 14;
|
||||||
this.bypass_cbox_randIPToHeader.TextChanged += new System.EventHandler(this.bypass_cbox_randIPToHeader_TextChanged);
|
this.bypass_cbox_randIPToHeader.TextChanged += new System.EventHandler(this.bypass_cbox_randIPToHeader_TextChanged);
|
||||||
//
|
//
|
||||||
// bypass_chk_use_unicode
|
// bypass_chk_use_unicode
|
||||||
//
|
//
|
||||||
this.bypass_chk_use_unicode.AutoSize = true;
|
this.bypass_chk_use_unicode.AutoSize = true;
|
||||||
this.bypass_chk_use_unicode.Location = new System.Drawing.Point(184, 22);
|
this.bypass_chk_use_unicode.Location = new System.Drawing.Point(185, 22);
|
||||||
this.bypass_chk_use_unicode.Name = "bypass_chk_use_unicode";
|
this.bypass_chk_use_unicode.Name = "bypass_chk_use_unicode";
|
||||||
this.bypass_chk_use_unicode.Size = new System.Drawing.Size(114, 16);
|
this.bypass_chk_use_unicode.Size = new System.Drawing.Size(114, 16);
|
||||||
this.bypass_chk_use_unicode.TabIndex = 3;
|
this.bypass_chk_use_unicode.TabIndex = 3;
|
||||||
@@ -3416,7 +3428,7 @@
|
|||||||
//
|
//
|
||||||
this.splitContainer2.Panel2.Controls.Add(this.scanInjection_lvw_result);
|
this.splitContainer2.Panel2.Controls.Add(this.scanInjection_lvw_result);
|
||||||
this.splitContainer2.Size = new System.Drawing.Size(826, 336);
|
this.splitContainer2.Size = new System.Drawing.Size(826, 336);
|
||||||
this.splitContainer2.SplitterDistance = 245;
|
this.splitContainer2.SplitterDistance = 244;
|
||||||
this.splitContainer2.SplitterWidth = 3;
|
this.splitContainer2.SplitterWidth = 3;
|
||||||
this.splitContainer2.TabIndex = 18;
|
this.splitContainer2.TabIndex = 18;
|
||||||
//
|
//
|
||||||
@@ -3429,7 +3441,7 @@
|
|||||||
this.scanInject_lsb_links.Location = new System.Drawing.Point(0, 0);
|
this.scanInject_lsb_links.Location = new System.Drawing.Point(0, 0);
|
||||||
this.scanInject_lsb_links.Name = "scanInject_lsb_links";
|
this.scanInject_lsb_links.Name = "scanInject_lsb_links";
|
||||||
this.scanInject_lsb_links.ScrollAlwaysVisible = true;
|
this.scanInject_lsb_links.ScrollAlwaysVisible = true;
|
||||||
this.scanInject_lsb_links.Size = new System.Drawing.Size(245, 336);
|
this.scanInject_lsb_links.Size = new System.Drawing.Size(244, 336);
|
||||||
this.scanInject_lsb_links.TabIndex = 0;
|
this.scanInject_lsb_links.TabIndex = 0;
|
||||||
//
|
//
|
||||||
// scanInjectionURL_cms
|
// scanInjectionURL_cms
|
||||||
@@ -3470,7 +3482,7 @@
|
|||||||
this.scanInjection_lvw_result.GridLines = true;
|
this.scanInjection_lvw_result.GridLines = true;
|
||||||
this.scanInjection_lvw_result.Location = new System.Drawing.Point(0, 0);
|
this.scanInjection_lvw_result.Location = new System.Drawing.Point(0, 0);
|
||||||
this.scanInjection_lvw_result.Name = "scanInjection_lvw_result";
|
this.scanInjection_lvw_result.Name = "scanInjection_lvw_result";
|
||||||
this.scanInjection_lvw_result.Size = new System.Drawing.Size(578, 336);
|
this.scanInjection_lvw_result.Size = new System.Drawing.Size(579, 336);
|
||||||
this.scanInjection_lvw_result.TabIndex = 5;
|
this.scanInjection_lvw_result.TabIndex = 5;
|
||||||
this.scanInjection_lvw_result.UseCompatibleStateImageBehavior = false;
|
this.scanInjection_lvw_result.UseCompatibleStateImageBehavior = false;
|
||||||
this.scanInjection_lvw_result.View = System.Windows.Forms.View.Details;
|
this.scanInjection_lvw_result.View = System.Windows.Forms.View.Details;
|
||||||
@@ -3866,7 +3878,7 @@
|
|||||||
this.toolStripStatusLabel11,
|
this.toolStripStatusLabel11,
|
||||||
this.lbl_packsCount,
|
this.lbl_packsCount,
|
||||||
this.lbl_info});
|
this.lbl_info});
|
||||||
this.statusStrip1.Location = new System.Drawing.Point(0, 728);
|
this.statusStrip1.Location = new System.Drawing.Point(0, 727);
|
||||||
this.statusStrip1.Name = "statusStrip1";
|
this.statusStrip1.Name = "statusStrip1";
|
||||||
this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 15, 0);
|
this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 15, 0);
|
||||||
this.statusStrip1.Size = new System.Drawing.Size(861, 22);
|
this.statusStrip1.Size = new System.Drawing.Size(861, 22);
|
||||||
@@ -3991,27 +4003,19 @@
|
|||||||
this.timer_scanInjection.Interval = 1000;
|
this.timer_scanInjection.Interval = 1000;
|
||||||
this.timer_scanInjection.Tick += new System.EventHandler(this.timer_scanInjection_Tick);
|
this.timer_scanInjection.Tick += new System.EventHandler(this.timer_scanInjection_Tick);
|
||||||
//
|
//
|
||||||
// data_dbs_tsl_stopGetDatas
|
|
||||||
//
|
|
||||||
this.data_dbs_tsl_stopGetDatas.Margin = new System.Windows.Forms.Padding(10, 0, 0, 2);
|
|
||||||
this.data_dbs_tsl_stopGetDatas.Name = "data_dbs_tsl_stopGetDatas";
|
|
||||||
this.data_dbs_tsl_stopGetDatas.Size = new System.Drawing.Size(56, 23);
|
|
||||||
this.data_dbs_tsl_stopGetDatas.Text = "停止获取";
|
|
||||||
this.data_dbs_tsl_stopGetDatas.Click += new System.EventHandler(this.data_dbs_tsl_stopGetDatas_Click);
|
|
||||||
//
|
|
||||||
// Main
|
// Main
|
||||||
//
|
//
|
||||||
this.AllowDrop = true;
|
this.AllowDrop = true;
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||||
this.BackColor = System.Drawing.SystemColors.Control;
|
this.BackColor = System.Drawing.SystemColors.Control;
|
||||||
this.ClientSize = new System.Drawing.Size(861, 750);
|
this.ClientSize = new System.Drawing.Size(861, 749);
|
||||||
this.Controls.Add(this.statusStrip1);
|
this.Controls.Add(this.statusStrip1);
|
||||||
this.Controls.Add(this.gb_logo);
|
this.Controls.Add(this.gb_logo);
|
||||||
this.Controls.Add(this.mytab);
|
this.Controls.Add(this.mytab);
|
||||||
this.Controls.Add(this.gb_basic);
|
this.Controls.Add(this.gb_basic);
|
||||||
this.Controls.Add(this.menuStrip_main);
|
this.Controls.Add(this.menuStrip_main);
|
||||||
this.Font = new System.Drawing.Font("宋体", 9F);
|
this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||||
this.ForeColor = System.Drawing.SystemColors.WindowText;
|
this.ForeColor = System.Drawing.SystemColors.WindowText;
|
||||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||||
this.MainMenuStrip = this.menuStrip_main;
|
this.MainMenuStrip = this.menuStrip_main;
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -121,18 +121,134 @@
|
|||||||
<value>329, 17</value>
|
<value>329, 17</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
<metadata name="log_cms_dataifo.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="log_cms_dataifo.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>182, 17</value>
|
<value>186, 17</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
<metadata name="toolStrip_getVers.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="toolStrip_getVers.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>17, 93</value>
|
<value>17, 93</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||||
|
<data name="toolStrip_vers_btn_getVariable.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||||
|
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAESSURBVDhPpdNRKoZREMbxT5IdWAJLciHKlVs7YBFsQ0kW
|
||||||
|
YgWUckdKpFzw/N7O1Dnf50WZ+tc088y8Z+acd/GNbYfTcBUeGnwxuVlbC8fhLdyE83DY4IvJ0dAOJnAd
|
||||||
|
XsJR2AoH4azBF5OjoR2a6CqxE3bDY/gMdw2+mBwNrZrJzOVouhMQ4zasN/gVp6FVM+3EcszniPVl3IeN
|
||||||
|
Br/iNLRqTsK0YUsyZ4mKuoXlOK0atZPApi1rWbgf+rEKWjVqZxu8h7Ln0OeGBnMj/NRgGKFf4lP4rQHN
|
||||||
|
sMT+GvdCCT/CZnALry0GmuEaWf+QLK5Ochkumi8mt/KQ2L+fMhPQ1dHMZ0k2Db6YHM1KcW/m+uPvvFh8
|
||||||
|
ATntjNYVvnzbAAAAAElFTkSuQmCC
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
|
<metadata name="data_cms_vers.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
<value>477, 17</value>
|
||||||
|
</metadata>
|
||||||
<metadata name="data_dbs_ts.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="data_dbs_ts.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>17, 55</value>
|
<value>17, 55</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
<data name="data_dbs_tsl_getTables.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||||
|
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG
|
||||||
|
YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9
|
||||||
|
0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw
|
||||||
|
bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc
|
||||||
|
VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9
|
||||||
|
c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32
|
||||||
|
Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo
|
||||||
|
mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+
|
||||||
|
kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D
|
||||||
|
TgDQASA1MVpwzwAAAABJRU5ErkJggg==
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
|
<data name="data_dbs_tsl_getColumns.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||||
|
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG
|
||||||
|
YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9
|
||||||
|
0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw
|
||||||
|
bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc
|
||||||
|
VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9
|
||||||
|
c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32
|
||||||
|
Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo
|
||||||
|
mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+
|
||||||
|
kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D
|
||||||
|
TgDQASA1MVpwzwAAAABJRU5ErkJggg==
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
|
<metadata name="data_cms_dbs.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
<value>613, 17</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="imglist_database.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
<value>388, 55</value>
|
||||||
|
</metadata>
|
||||||
|
<data name="imglist_database.ImageStream" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||||
|
<value>
|
||||||
|
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
|
||||||
|
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
|
||||||
|
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAACq
|
||||||
|
DQAAAk1TRnQBSQFMAgEBBwEAAWgBCAFoAQgBEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
|
||||||
|
AwABQAMAASADAAEBAQABCAYAAQgYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA
|
||||||
|
AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5
|
||||||
|
AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA
|
||||||
|
AWYDAAGZAwABzAIAATMDAAIzAgABMwFmAgABMwGZAgABMwHMAgABMwH/AgABZgMAAWYBMwIAAmYCAAFm
|
||||||
|
AZkCAAFmAcwCAAFmAf8CAAGZAwABmQEzAgABmQFmAgACmQIAAZkBzAIAAZkB/wIAAcwDAAHMATMCAAHM
|
||||||
|
AWYCAAHMAZkCAALMAgABzAH/AgAB/wFmAgAB/wGZAgAB/wHMAQABMwH/AgAB/wEAATMBAAEzAQABZgEA
|
||||||
|
ATMBAAGZAQABMwEAAcwBAAEzAQAB/wEAAf8BMwIAAzMBAAIzAWYBAAIzAZkBAAIzAcwBAAIzAf8BAAEz
|
||||||
|
AWYCAAEzAWYBMwEAATMCZgEAATMBZgGZAQABMwFmAcwBAAEzAWYB/wEAATMBmQIAATMBmQEzAQABMwGZ
|
||||||
|
AWYBAAEzApkBAAEzAZkBzAEAATMBmQH/AQABMwHMAgABMwHMATMBAAEzAcwBZgEAATMBzAGZAQABMwLM
|
||||||
|
AQABMwHMAf8BAAEzAf8BMwEAATMB/wFmAQABMwH/AZkBAAEzAf8BzAEAATMC/wEAAWYDAAFmAQABMwEA
|
||||||
|
AWYBAAFmAQABZgEAAZkBAAFmAQABzAEAAWYBAAH/AQABZgEzAgABZgIzAQABZgEzAWYBAAFmATMBmQEA
|
||||||
|
AWYBMwHMAQABZgEzAf8BAAJmAgACZgEzAQADZgEAAmYBmQEAAmYBzAEAAWYBmQIAAWYBmQEzAQABZgGZ
|
||||||
|
AWYBAAFmApkBAAFmAZkBzAEAAWYBmQH/AQABZgHMAgABZgHMATMBAAFmAcwBmQEAAWYCzAEAAWYBzAH/
|
||||||
|
AQABZgH/AgABZgH/ATMBAAFmAf8BmQEAAWYB/wHMAQABzAEAAf8BAAH/AQABzAEAApkCAAGZATMBmQEA
|
||||||
|
AZkBAAGZAQABmQEAAcwBAAGZAwABmQIzAQABmQEAAWYBAAGZATMBzAEAAZkBAAH/AQABmQFmAgABmQFm
|
||||||
|
ATMBAAGZATMBZgEAAZkBZgGZAQABmQFmAcwBAAGZATMB/wEAApkBMwEAApkBZgEAA5kBAAKZAcwBAAKZ
|
||||||
|
Af8BAAGZAcwCAAGZAcwBMwEAAWYBzAFmAQABmQHMAZkBAAGZAswBAAGZAcwB/wEAAZkB/wIAAZkB/wEz
|
||||||
|
AQABmQHMAWYBAAGZAf8BmQEAAZkB/wHMAQABmQL/AQABzAMAAZkBAAEzAQABzAEAAWYBAAHMAQABmQEA
|
||||||
|
AcwBAAHMAQABmQEzAgABzAIzAQABzAEzAWYBAAHMATMBmQEAAcwBMwHMAQABzAEzAf8BAAHMAWYCAAHM
|
||||||
|
AWYBMwEAAZkCZgEAAcwBZgGZAQABzAFmAcwBAAGZAWYB/wEAAcwBmQIAAcwBmQEzAQABzAGZAWYBAAHM
|
||||||
|
ApkBAAHMAZkBzAEAAcwBmQH/AQACzAIAAswBMwEAAswBZgEAAswBmQEAA8wBAALMAf8BAAHMAf8CAAHM
|
||||||
|
Af8BMwEAAZkB/wFmAQABzAH/AZkBAAHMAf8BzAEAAcwC/wEAAcwBAAEzAQAB/wEAAWYBAAH/AQABmQEA
|
||||||
|
AcwBMwIAAf8CMwEAAf8BMwFmAQAB/wEzAZkBAAH/ATMBzAEAAf8BMwH/AQAB/wFmAgAB/wFmATMBAAHM
|
||||||
|
AmYBAAH/AWYBmQEAAf8BZgHMAQABzAFmAf8BAAH/AZkCAAH/AZkBMwEAAf8BmQFmAQAB/wKZAQAB/wGZ
|
||||||
|
AcwBAAH/AZkB/wEAAf8BzAIAAf8BzAEzAQAB/wHMAWYBAAH/AcwBmQEAAf8CzAEAAf8BzAH/AQAC/wEz
|
||||||
|
AQABzAH/AWYBAAL/AZkBAAL/AcwBAAJmAf8BAAFmAf8BZgEAAWYC/wEAAf8CZgEAAf8BZgH/AQAC/wFm
|
||||||
|
AQABIQEAAaUBAANfAQADdwEAA4YBAAOWAQADywEAA7IBAAPXAQAD3QEAA+MBAAPqAQAD8QEAA/gBAAHw
|
||||||
|
AfsB/wEAAaQCoAEAA4ADAAH/AgAB/wMAAv8BAAH/AwAB/wEAAf8BAAL/AgAD/wEAEP8wAA/vAf8PvAUA
|
||||||
|
AQcBcgFPA0kBcgEHFAAP7wH/D+8EAAGYAU8BUASYAU8BSQEcEwAB7w3/Ae8B/wHvDf8B7wMAAZgBTwF4
|
||||||
|
AQgBmAKXAZgBCAGXAUkBHBIAAe8B/wLcAv8C3AL/AtwC/wHvAf8B7wL/CdwC/wHvAgABBwFPAXgBCAaX
|
||||||
|
AQgBlwFJAQcRAAHvAf8C3AL/AtwC/wLcAv8B7wH/Ae8C/wncAv8B7wIAAXgBVgEIApcBeAEbAZgDlwEI
|
||||||
|
AU8BchEAAe8B/wLcAv8C3AL/AtwC/wHvAf8B7w3/Ae8CAAFQApgBlwF4A/8BmAKXApgBTxEAAe8B/wLc
|
||||||
|
Av8C3AL/AtwC/wHvAf8B7wL/CdwC/wHvAgABTwGYAZcBeAL/AfQC/wGYApcBmAFJEQAB7wH/AtwC/wLc
|
||||||
|
Av8C3AL/Ae8B/wHvAv8J3AL/Ae8CAAFVAQgBeAGXAQgB8QGXAQgC/wGYAZcBmAFPEQAB7w3/Ae8B/wHv
|
||||||
|
Df8B7wIAAVYCmAWXAQgB/wHzApgBTxEAAe8B9AvyAfQB7wH/Ae8B9AvyAfQB7wIAAZgBlwEIBpcBCAGX
|
||||||
|
AQgBUAGXEQABtA2zAbQB/wG0DbMBtAIAAQgBVgF4AQgGlwEIAXgBTwEHEQABswEJC9wBCQGzAf8BswEJ
|
||||||
|
C9wBCQGzAwABmAFWAXgBCAGYAngBmAEIAXgBTwGYEgABswHhC9sB4QGzAf8BswHhC9sB4QGzBAABmAFW
|
||||||
|
AZcEmAGXAVABmBMAAbMN4gGzAf8Bsw3iAbMFAAEIAZgEVgGYAQcUAA+zAf8Bug2zAbohABD/IAABEg5D
|
||||||
|
ARIB/w7UAf8gAAFtDv8BbQH/AdQC3AEZAvQBGQHcAdsB2gHTAdQB2wHUAf8BAA4HAgAIBwaXAQABbQH/
|
||||||
|
ARUEEQEQAxEBEAERARQB/wFtAf8B1ALcARkC9AEZAdwB2wHaAdMB1AHbAdQB/wEAAQcC/wEHBP8BBwT/
|
||||||
|
AQcCAAEHAv8BBwT/AZcECAGXAQABbQH/AeoC/wG8A/8BvAP/AeoB/wFtAf8B1AIZAfQC/wH0ARkBCQPc
|
||||||
|
AQkB1AH/AQABBwL/AQcE/wEHBP8BBwIAAQcC/wEHBP8BlwQIAZcBAAFtAf8B6gG8AQcBvAMHAbwCBwG8
|
||||||
|
AeoB/wFtAf8O1AH/AQAOBwIACAcGlwEAAesB/wFtAv8BvAP/AbwD/wFtAf8B6wH/AdQC3AEZAvQBGQHc
|
||||||
|
AdsB2gHTAdQB2wHUAf8BAAEHAv8BBwT/AQcE/wEHAgABBwL/AQcE/wGXBAgBlwEAAesB/wFtAfAIvAHw
|
||||||
|
AW0B/wHrAf8B1ALcARkC9AEZAdwB2wHaAdMB1AHbAdQB/wEAAQcC/wEHBP8BBwT/AQcCAAEHAv8BBwT/
|
||||||
|
AZcECAGXAQAB6wH/AesC/wHwA/8B8AP/AesB/wHrAf8B1ALcARkC9AEZAdwB2wHaAdMB1AHbAdQB/wEA
|
||||||
|
DgcCAAgHBpcBAAHrAf8B6wIZAfEG8gHzAesB/wHrAf8B1AIZAfQC/wH0ARkBCQPcAQkB1AH/AQABBwL/
|
||||||
|
AQcE/wEHBP8BBwIAAQcC/wEHBP8BlwQIAZcBAAHsAf8BkQElASABGQcCAewB/wHsAf8O1AH/AQABBwL/
|
||||||
|
AQcE/wEHBP8BBwIAAQcC/wEHBP8BlwQIAZcBAAHsAf8BkQImAfQBNAVVATQB7AH/AewB/wHUAtwBGQL0
|
||||||
|
ARkB3AHbAdoB0wHUAdsB1AH/AQAOMwIACDMGNAEAAewB/wHsARkI8wH0AewB/wHsAf8B1ALcARkC9AEZ
|
||||||
|
AdwB2wHaAdMB1AHbAdQB/wEAATMCNAEzATQCVQE0ATMBNAJVATQBMwIAATMCNAEzATQCVQc0AQAB7AH/
|
||||||
|
AewC/wHzA/8B8wP/AewB/wHsAf8B1AIZAfQC/wH0ARkBCQPcAQkB1AH/AQAOMwIACDMGNAEAAewB/wzs
|
||||||
|
Af8B7AH/DtQB/yAAAewO/wHsEP8gABDtAUIBTQE+BwABPgMAASgDAAFAAwABIAMAAQEBAAEBBgABARYA
|
||||||
|
A/8DAAT/BQABAQHwAQ8FAAEBAeABBwUAAQEBwAEDBQABAQGAAQEFAAEBAYABAQUAAQEBgAEBBQABAQGA
|
||||||
|
AQEFAAEBAYABAQUAAQEBgAEBBQABAQGAAQEFAAEBAYABAQUAAQEBwAEDBQABAQHgAQcFAAEBAfABDwUA
|
||||||
|
AQEC/wQABP8EAAT/BAABgAEBAYABAQQAAYABAQGAAQEEAAGAAQEBgAEBBAABgAEBAYABAQQAAYABAQGA
|
||||||
|
AQEEAAGAAQEBgAEBBAABgAEBAYABAQQAAYABAQGAAQEEAAGAAQEBgAEBBAABgAEBAYABAQQAAYABAQGA
|
||||||
|
AQEEAAGAAQEBgAEBBAAE/wQABP8CAAs=
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
<metadata name="toolStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="toolStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>278, 55</value>
|
<value>278, 55</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
|
||||||
<data name="data_dbs_tsl_getDatas.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="data_dbs_tsl_getDatas.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||||
@@ -163,6 +279,9 @@
|
|||||||
TgDQASA1MVpwzwAAAABJRU5ErkJggg==
|
TgDQASA1MVpwzwAAAABJRU5ErkJggg==
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
|
<metadata name="cms_data_dbs_lvw_data.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
<value>538, 55</value>
|
||||||
|
</metadata>
|
||||||
<metadata name="myicon_list.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="myicon_list.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>747, 17</value>
|
<value>747, 17</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
@@ -171,7 +290,7 @@
|
|||||||
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
|
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
|
||||||
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
|
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
|
||||||
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAACc
|
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAACc
|
||||||
FwAAAk1TRnQBSQFMAgEBDQEAAXgBCAF4AQgBEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
|
FwAAAk1TRnQBSQFMAgEBDQEAAfABCAHwAQgBEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
|
||||||
AwABQAMAAUADAAEBAQABCAYAARAYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA
|
AwABQAMAAUADAAEBAQABCAYAARAYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA
|
||||||
AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5
|
AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5
|
||||||
AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA
|
AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA
|
||||||
@@ -199,14 +318,14 @@
|
|||||||
AcwBAAH/AZkB/wEAAf8BzAIAAf8BzAEzAQAB/wHMAWYBAAH/AcwBmQEAAf8CzAEAAf8BzAH/AQAC/wEz
|
AcwBAAH/AZkB/wEAAf8BzAIAAf8BzAEzAQAB/wHMAWYBAAH/AcwBmQEAAf8CzAEAAf8BzAH/AQAC/wEz
|
||||||
AQABzAH/AWYBAAL/AZkBAAL/AcwBAAJmAf8BAAFmAf8BZgEAAWYC/wEAAf8CZgEAAf8BZgH/AQAC/wFm
|
AQABzAH/AWYBAAL/AZkBAAL/AcwBAAJmAf8BAAFmAf8BZgEAAWYC/wEAAf8CZgEAAf8BZgH/AQAC/wFm
|
||||||
AQABIQEAAaUBAANfAQADdwEAA4YBAAOWAQADywEAA7IBAAPXAQAD3QEAA+MBAAPqAQAD8QEAA/gBAAHw
|
AQABIQEAAaUBAANfAQADdwEAA4YBAAOWAQADywEAA7IBAAPXAQAD3QEAA+MBAAPqAQAD8QEAA/gBAAHw
|
||||||
AfsB/wEAAaQCoAEAA4ADAAH/AgAB/wMAAv8BAAH/AwAB/wEAAf8BAAL/AgAD/wUAAfQB7wH4AhEB+AHv
|
AfsB/wEAAaQCoAEAA4ADAAH/AgAB/wMAAv8BAAH/AwAB/wEAAf8BAAL/AgAD/wUAAfQB7wHsAhEB7AHv
|
||||||
AfQ2AAH/AQcBDgETAZIC8AGSARMBDgEHAf8zAAH/AesBDgG8Af8B8AKSAfAB/wG8AQ4B6wH/MgABBwEO
|
AfQ2AAH/AQcBDgETAZIC8AGSARMBDgEHAf8zAAH/AesBDgG8Af8B8AKSAfAB/wG8AQ4B6wH/MgABBwEO
|
||||||
AfQB8AEPAQAC+AEAAQ8B8AH0AQ4BBzEAAfQBDgG8AfADAAL/AQ4CAAHwAbwBDgH0MAAB7wETAf8BDwIA
|
AfQB8AEPAQAC7AEAAQ8B8AH0AQ4BBzEAAfQBDgG8AfADAAL/AQ4CAAHwAbwBDgH0MAAB7wETAf8BDwIA
|
||||||
AQ4CAAEPAgABDwH/ARMB7zAAAfgBkgHwAwABDgIAAQ8DAAHwAZIB+DAAAREB8AGSAwABDgIAAQ8DAAGS
|
AQ4CAAEPAgABDwH/ARMB7zAAAewBkgHwAwABDgIAAQ8DAAHwAZIB7DAAAREB8AGSAwABDgIAAQ8DAAGS
|
||||||
AfABETAAAREB8AGSBAAC8AQAAZIB8AERMAAB+AGSAfAEAAIRBAAB8AGSAfgwAAHvARMB/wEQAgABQwL/
|
AfABETAAAREB8AGSBAAC8AQAAZIB8AERMAAB7AGSAfAEAAIRBAAB8AGSAewwAAHvARMB/wEQAgABQwL/
|
||||||
AUMCAAEQAf8BEwHvMAAB9AEOAbwB8AIAAUMC/wFDAgAB8AG8AQ4B9DEAAQcBDgH0AfABEAEAAkMBAAEQ
|
AUMCAAEQAf8BEwHvMAAB9AEOAbwB8AIAAUMC/wFDAgAB8AG8AQ4B9DEAAQcBDgH0AfABEAEAAkMBAAEQ
|
||||||
AfAB9AEOAQcyAAH/AesBDgG8Af8B8AKSAfAB/wG8AQ4B6wH/MwAB/wEHAQ4BEwGSAvABkgETAQ4BBwH/
|
AfAB9AEOAQcyAAH/AesBDgG8Af8B8AKSAfAB/wG8AQ4B6wH/MwAB/wEHAQ4BEwGSAvABkgETAQ4BBwH/
|
||||||
NgAB9AHvAfgCEQH4Ae8B9DQAAfEB7wG8AfMC9AT/AvQBkwFvAQcNAAH/AfQEAAHtAQ4BDwEOAQABDgMA
|
NgAB9AHvAewCEQHsAe8B9DQAAfEB7wG8AfMC9AT/AvQBkwFvAQcNAAH/AfQEAAHtAQ4BDwEOAQABDgMA
|
||||||
AQ4BAAHtCAAB/wHwAfcB7wG8AfMB/wMAAe8B8gH3AbwH/wGTAW8BlAFvDAAB8AIOAe8DAAETAfcB8gH3
|
AQ4BAAHtCAAB/wHwAfcB7wG8AfMB/wMAAe8B8gH3AbwH/wGTAW8BlAFvDAAB8AIOAe8DAAETAfcB8gH3
|
||||||
AbwB8AEHAREB8gHxAe8BEwgAAfIB7QOuAfcB8AH/AgAB8QH3AfEB9wHxBQABkwFvARYBbwEHBQAG/wHy
|
AbwB8AEHAREB8gHxAe8BEwgAAfIB7QOuAfcB8AH/AgAB8QH3AfEB9wHxBQABkwFvARYBbwEHBQAG/wHy
|
||||||
AQ4BQwEUAQ4B8wIAARMB9wHsAREB8gEAAfIB9wGSAQcB7wETBwAB8wLtAW0CFAFtAe0B8wMAAfEB7wHw
|
AQ4BQwEUAQ4B8wIAARMB9wHsAREB8gEAAfIB9wGSAQcB7wETBwAB8wLtAW0CFAFtAe0B8wMAAfEB7wHw
|
||||||
@@ -274,128 +393,6 @@
|
|||||||
AYABAAHAAQMB4AEHAYABAQGAAQABwAEDAfABDwL/AYABAAHwAQ8E/wHAAQAB/AE/Cw==
|
AYABAAHAAQMB4AEHAYABAQGAAQABwAEDAfABDwL/AYABAAHwAQ8E/wHAAQAB/AE/Cw==
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<metadata name="toolStrip_getVers.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
|
||||||
<value>17, 93</value>
|
|
||||||
</metadata>
|
|
||||||
<data name="toolStrip_vers_btn_getVariable.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
|
||||||
<value>
|
|
||||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
|
||||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAESSURBVDhPpdNRKoZREMbxT5IdWAJLciHKlVs7YBFsQ0kW
|
|
||||||
YgWUckdKpFzw/N7O1Dnf50WZ+tc088y8Z+acd/GNbYfTcBUeGnwxuVlbC8fhLdyE83DY4IvJ0dAOJnAd
|
|
||||||
XsJR2AoH4azBF5OjoR2a6CqxE3bDY/gMdw2+mBwNrZrJzOVouhMQ4zasN/gVp6FVM+3EcszniPVl3IeN
|
|
||||||
Br/iNLRqTsK0YUsyZ4mKuoXlOK0atZPApi1rWbgf+rEKWjVqZxu8h7Ln0OeGBnMj/NRgGKFf4lP4rQHN
|
|
||||||
sMT+GvdCCT/CZnALry0GmuEaWf+QLK5Ochkumi8mt/KQ2L+fMhPQ1dHMZ0k2Db6YHM1KcW/m+uPvvFh8
|
|
||||||
ATntjNYVvnzbAAAAAElFTkSuQmCC
|
|
||||||
</value>
|
|
||||||
</data>
|
|
||||||
<metadata name="data_cms_vers.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
|
||||||
<value>477, 17</value>
|
|
||||||
</metadata>
|
|
||||||
<data name="data_dbs_tsl_getTables.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
|
||||||
<value>
|
|
||||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
|
||||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG
|
|
||||||
YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9
|
|
||||||
0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw
|
|
||||||
bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc
|
|
||||||
VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9
|
|
||||||
c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32
|
|
||||||
Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo
|
|
||||||
mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+
|
|
||||||
kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D
|
|
||||||
TgDQASA1MVpwzwAAAABJRU5ErkJggg==
|
|
||||||
</value>
|
|
||||||
</data>
|
|
||||||
<data name="data_dbs_tsl_getColumns.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
|
||||||
<value>
|
|
||||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
|
||||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG
|
|
||||||
YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9
|
|
||||||
0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw
|
|
||||||
bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc
|
|
||||||
VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9
|
|
||||||
c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32
|
|
||||||
Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo
|
|
||||||
mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+
|
|
||||||
kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D
|
|
||||||
TgDQASA1MVpwzwAAAABJRU5ErkJggg==
|
|
||||||
</value>
|
|
||||||
</data>
|
|
||||||
<metadata name="data_cms_dbs.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
|
||||||
<value>613, 17</value>
|
|
||||||
</metadata>
|
|
||||||
<metadata name="imglist_database.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
|
||||||
<value>388, 55</value>
|
|
||||||
</metadata>
|
|
||||||
<data name="imglist_database.ImageStream" mimetype="application/x-microsoft.net.object.binary.base64">
|
|
||||||
<value>
|
|
||||||
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
|
|
||||||
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
|
|
||||||
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAACq
|
|
||||||
DQAAAk1TRnQBSQFMAgEBBwEAAfABBwHwAQcBEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
|
|
||||||
AwABQAMAASADAAEBAQABCAYAAQgYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA
|
|
||||||
AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5
|
|
||||||
AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA
|
|
||||||
AWYDAAGZAwABzAIAATMDAAIzAgABMwFmAgABMwGZAgABMwHMAgABMwH/AgABZgMAAWYBMwIAAmYCAAFm
|
|
||||||
AZkCAAFmAcwCAAFmAf8CAAGZAwABmQEzAgABmQFmAgACmQIAAZkBzAIAAZkB/wIAAcwDAAHMATMCAAHM
|
|
||||||
AWYCAAHMAZkCAALMAgABzAH/AgAB/wFmAgAB/wGZAgAB/wHMAQABMwH/AgAB/wEAATMBAAEzAQABZgEA
|
|
||||||
ATMBAAGZAQABMwEAAcwBAAEzAQAB/wEAAf8BMwIAAzMBAAIzAWYBAAIzAZkBAAIzAcwBAAIzAf8BAAEz
|
|
||||||
AWYCAAEzAWYBMwEAATMCZgEAATMBZgGZAQABMwFmAcwBAAEzAWYB/wEAATMBmQIAATMBmQEzAQABMwGZ
|
|
||||||
AWYBAAEzApkBAAEzAZkBzAEAATMBmQH/AQABMwHMAgABMwHMATMBAAEzAcwBZgEAATMBzAGZAQABMwLM
|
|
||||||
AQABMwHMAf8BAAEzAf8BMwEAATMB/wFmAQABMwH/AZkBAAEzAf8BzAEAATMC/wEAAWYDAAFmAQABMwEA
|
|
||||||
AWYBAAFmAQABZgEAAZkBAAFmAQABzAEAAWYBAAH/AQABZgEzAgABZgIzAQABZgEzAWYBAAFmATMBmQEA
|
|
||||||
AWYBMwHMAQABZgEzAf8BAAJmAgACZgEzAQADZgEAAmYBmQEAAmYBzAEAAWYBmQIAAWYBmQEzAQABZgGZ
|
|
||||||
AWYBAAFmApkBAAFmAZkBzAEAAWYBmQH/AQABZgHMAgABZgHMATMBAAFmAcwBmQEAAWYCzAEAAWYBzAH/
|
|
||||||
AQABZgH/AgABZgH/ATMBAAFmAf8BmQEAAWYB/wHMAQABzAEAAf8BAAH/AQABzAEAApkCAAGZATMBmQEA
|
|
||||||
AZkBAAGZAQABmQEAAcwBAAGZAwABmQIzAQABmQEAAWYBAAGZATMBzAEAAZkBAAH/AQABmQFmAgABmQFm
|
|
||||||
ATMBAAGZATMBZgEAAZkBZgGZAQABmQFmAcwBAAGZATMB/wEAApkBMwEAApkBZgEAA5kBAAKZAcwBAAKZ
|
|
||||||
Af8BAAGZAcwCAAGZAcwBMwEAAWYBzAFmAQABmQHMAZkBAAGZAswBAAGZAcwB/wEAAZkB/wIAAZkB/wEz
|
|
||||||
AQABmQHMAWYBAAGZAf8BmQEAAZkB/wHMAQABmQL/AQABzAMAAZkBAAEzAQABzAEAAWYBAAHMAQABmQEA
|
|
||||||
AcwBAAHMAQABmQEzAgABzAIzAQABzAEzAWYBAAHMATMBmQEAAcwBMwHMAQABzAEzAf8BAAHMAWYCAAHM
|
|
||||||
AWYBMwEAAZkCZgEAAcwBZgGZAQABzAFmAcwBAAGZAWYB/wEAAcwBmQIAAcwBmQEzAQABzAGZAWYBAAHM
|
|
||||||
ApkBAAHMAZkBzAEAAcwBmQH/AQACzAIAAswBMwEAAswBZgEAAswBmQEAA8wBAALMAf8BAAHMAf8CAAHM
|
|
||||||
Af8BMwEAAZkB/wFmAQABzAH/AZkBAAHMAf8BzAEAAcwC/wEAAcwBAAEzAQAB/wEAAWYBAAH/AQABmQEA
|
|
||||||
AcwBMwIAAf8CMwEAAf8BMwFmAQAB/wEzAZkBAAH/ATMBzAEAAf8BMwH/AQAB/wFmAgAB/wFmATMBAAHM
|
|
||||||
AmYBAAH/AWYBmQEAAf8BZgHMAQABzAFmAf8BAAH/AZkCAAH/AZkBMwEAAf8BmQFmAQAB/wKZAQAB/wGZ
|
|
||||||
AcwBAAH/AZkB/wEAAf8BzAIAAf8BzAEzAQAB/wHMAWYBAAH/AcwBmQEAAf8CzAEAAf8BzAH/AQAC/wEz
|
|
||||||
AQABzAH/AWYBAAL/AZkBAAL/AcwBAAJmAf8BAAFmAf8BZgEAAWYC/wEAAf8CZgEAAf8BZgH/AQAC/wFm
|
|
||||||
AQABIQEAAaUBAANfAQADdwEAA4YBAAOWAQADywEAA7IBAAPXAQAD3QEAA+MBAAPqAQAD8QEAA/gBAAHw
|
|
||||||
AfsB/wEAAaQCoAEAA4ADAAH/AgAB/wMAAv8BAAH/AwAB/wEAAf8BAAL/AgAD/wEAEP8wAA/vAf8PvAUA
|
|
||||||
AQcBcgFPA0kBcgEHFAAP7wH/D+8EAAGYAU8BUASYAU8BSQEcEwAB7w3/Ae8B/wHvDf8B7wMAAZgBTwF4
|
|
||||||
AQgBmAKXAZgBCAGXAUkBHBIAAe8B/wLcAv8C3AL/AtwC/wHvAf8B7wL/CdwC/wHvAgABBwFPAXgBCAaX
|
|
||||||
AQgBlwFJAQcRAAHvAf8C3AL/AtwC/wLcAv8B7wH/Ae8C/wncAv8B7wIAAXgBVgEIApcBeAEbAZgDlwEI
|
|
||||||
AU8BchEAAe8B/wLcAv8C3AL/AtwC/wHvAf8B7w3/Ae8CAAFQApgBlwF4A/8BmAKXApgBTxEAAe8B/wLc
|
|
||||||
Av8C3AL/AtwC/wHvAf8B7wL/CdwC/wHvAgABTwGYAZcBeAL/AfQC/wGYApcBmAFJEQAB7wH/AtwC/wLc
|
|
||||||
Av8C3AL/Ae8B/wHvAv8J3AL/Ae8CAAFVAQgBeAGXAQgB8QGXAQgC/wGYAZcBmAFPEQAB7w3/Ae8B/wHv
|
|
||||||
Df8B7wIAAVYCmAWXAQgB/wHzApgBTxEAAe8B9AvyAfQB7wH/Ae8B9AvyAfQB7wIAAZgBlwEIBpcBCAGX
|
|
||||||
AQgBUAGXEQABtA2zAbQB/wG0DbMBtAIAAQgBVgF4AQgGlwEIAXgBTwEHEQABswEJC9wBCQGzAf8BswEJ
|
|
||||||
C9wBCQGzAwABmAFWAXgBCAGYAngBmAEIAXgBTwGYEgABswHhC9sB4QGzAf8BswHhC9sB4QGzBAABmAFW
|
|
||||||
AZcEmAGXAVABmBMAAbMN4gGzAf8Bsw3iAbMFAAEIAZgEVgGYAQcUAA+zAf8Bug2zAbohABD/IAABEg5D
|
|
||||||
ARIB/w7UAf8gAAFtDv8BbQH/AdQC3AEZAvQBGQHcAdsB2gHTAdQB2wHUAf8BAA4HAgAIBwaXAQABbQH/
|
|
||||||
ARUEEQEQAxEBEAERARQB/wFtAf8B1ALcARkC9AEZAdwB2wHaAdMB1AHbAdQB/wEAAQcC/wEHBP8BBwT/
|
|
||||||
AQcCAAEHAv8BBwT/AZcECAGXAQABbQH/AeoC/wG8A/8BvAP/AeoB/wFtAf8B1AIZAfQC/wH0ARkBCQPc
|
|
||||||
AQkB1AH/AQABBwL/AQcE/wEHBP8BBwIAAQcC/wEHBP8BlwQIAZcBAAFtAf8B6gG8AQcBvAMHAbwCBwG8
|
|
||||||
AeoB/wFtAf8O1AH/AQAOBwIACAcGlwEAAesB/wFtAv8BvAP/AbwD/wFtAf8B6wH/AdQC3AEZAvQBGQHc
|
|
||||||
AdsB2gHTAdQB2wHUAf8BAAEHAv8BBwT/AQcE/wEHAgABBwL/AQcE/wGXBAgBlwEAAesB/wFtAfAIvAHw
|
|
||||||
AW0B/wHrAf8B1ALcARkC9AEZAdwB2wHaAdMB1AHbAdQB/wEAAQcC/wEHBP8BBwT/AQcCAAEHAv8BBwT/
|
|
||||||
AZcECAGXAQAB6wH/AesC/wHwA/8B8AP/AesB/wHrAf8B1ALcARkC9AEZAdwB2wHaAdMB1AHbAdQB/wEA
|
|
||||||
DgcCAAgHBpcBAAHrAf8B6wIZAfEG8gHzAesB/wHrAf8B1AIZAfQC/wH0ARkBCQPcAQkB1AH/AQABBwL/
|
|
||||||
AQcE/wEHBP8BBwIAAQcC/wEHBP8BlwQIAZcBAAHsAf8BkQElASABGQcCAewB/wHsAf8O1AH/AQABBwL/
|
|
||||||
AQcE/wEHBP8BBwIAAQcC/wEHBP8BlwQIAZcBAAHsAf8BkQImAfQBNAVVATQB7AH/AewB/wHUAtwBGQL0
|
|
||||||
ARkB3AHbAdoB0wHUAdsB1AH/AQAOMwIACDMGNAEAAewB/wHsARkI8wH0AewB/wHsAf8B1ALcARkC9AEZ
|
|
||||||
AdwB2wHaAdMB1AHbAdQB/wEAATMCNAEzATQCVQE0ATMBNAJVATQBMwIAATMCNAEzATQCVQc0AQAB7AH/
|
|
||||||
AewC/wHzA/8B8wP/AewB/wHsAf8B1AIZAfQC/wH0ARkBCQPcAQkB1AH/AQAOMwIACDMGNAEAAewB/wzs
|
|
||||||
Af8B7AH/DtQB/yAAAewO/wHsEP8gABDtAUIBTQE+BwABPgMAASgDAAFAAwABIAMAAQEBAAEBBgABARYA
|
|
||||||
A/8DAAT/BQABAQHwAQ8FAAEBAeABBwUAAQEBwAEDBQABAQGAAQEFAAEBAYABAQUAAQEBgAEBBQABAQGA
|
|
||||||
AQEFAAEBAYABAQUAAQEBgAEBBQABAQGAAQEFAAEBAYABAQUAAQEBwAEDBQABAQHgAQcFAAEBAfABDwUA
|
|
||||||
AQEC/wQABP8EAAT/BAABgAEBAYABAQQAAYABAQGAAQEEAAGAAQEBgAEBBAABgAEBAYABAQQAAYABAQGA
|
|
||||||
AQEEAAGAAQEBgAEBBAABgAEBAYABAQQAAYABAQGAAQEEAAGAAQEBgAEBBAABgAEBAYABAQQAAYABAQGA
|
|
||||||
AQEEAAGAAQEBgAEBBAAE/wQABP8CAAs=
|
|
||||||
</value>
|
|
||||||
</data>
|
|
||||||
<metadata name="cms_data_dbs_lvw_data.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
|
||||||
<value>538, 55</value>
|
|
||||||
</metadata>
|
|
||||||
<metadata name="cms_dataPacks.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="cms_dataPacks.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>138, 55</value>
|
<value>138, 55</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
@@ -414,9 +411,6 @@ Cache-Control: no-cache,no-store</value>
|
|||||||
<metadata name="toolStrip_proxyList.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="toolStrip_proxyList.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>1253, 55</value>
|
<value>1253, 55</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
<metadata name="toolStrip_proxyList.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
|
||||||
<value>1253, 55</value>
|
|
||||||
</metadata>
|
|
||||||
<metadata name="proxy_cms.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="proxy_cms.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>1139, 55</value>
|
<value>1139, 55</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
|||||||
50
SuperSQLInjection/Properties/Resources.Designer.cs
generated
50
SuperSQLInjection/Properties/Resources.Designer.cs
generated
@@ -60,6 +60,36 @@ namespace SuperSQLInjection.Properties {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
|
||||||
|
/// </summary>
|
||||||
|
internal static System.Drawing.Bitmap config {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("config", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
|
||||||
|
/// </summary>
|
||||||
|
internal static System.Drawing.Bitmap help {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("help", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
|
||||||
|
/// </summary>
|
||||||
|
internal static System.Drawing.Bitmap menu {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("menu", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
|
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -70,6 +100,26 @@ namespace SuperSQLInjection.Properties {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
|
||||||
|
/// </summary>
|
||||||
|
internal static System.Drawing.Bitmap stop_red {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("stop_red", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
|
||||||
|
/// </summary>
|
||||||
|
internal static System.Drawing.Bitmap tool {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("tool", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
|
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
@@ -118,10 +118,25 @@
|
|||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||||
<data name="vers" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="stop_red" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>images\vers.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>images\stop_red.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="stop" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="stop" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>images\stop.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>images\stop.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="menu" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>images\menu.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="tool" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>images\tool.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="vers" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>images\vers.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="config" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>images\config.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="help" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>images\help.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
69
SuperSQLInjection/Properties/app.manifest
Normal file
69
SuperSQLInjection/Properties/app.manifest
Normal file
@@ -0,0 +1,69 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<assemblyIdentity version="1.0.0.0" name="MyApplication.app" />
|
||||||
|
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
|
||||||
|
<security>
|
||||||
|
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||||
|
<!-- UAC 清单选项
|
||||||
|
如果想要更改 Windows 用户帐户控制级别,请使用
|
||||||
|
以下节点之一替换 requestedExecutionLevel 节点。n
|
||||||
|
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
|
||||||
|
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
|
||||||
|
<requestedExecutionLevel level="highestAvailable" uiAccess="false" />
|
||||||
|
|
||||||
|
指定 requestedExecutionLevel 元素将禁用文件和注册表虚拟化。
|
||||||
|
如果你的应用程序需要此虚拟化来实现向后兼容性,则删除此
|
||||||
|
元素。
|
||||||
|
-->
|
||||||
|
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
|
||||||
|
</requestedPrivileges>
|
||||||
|
<applicationRequestMinimum>
|
||||||
|
<defaultAssemblyRequest permissionSetReference="Custom" />
|
||||||
|
<PermissionSet class="System.Security.PermissionSet" version="1" Unrestricted="true" ID="Custom" SameSite="site" />
|
||||||
|
</applicationRequestMinimum>
|
||||||
|
</security>
|
||||||
|
</trustInfo>
|
||||||
|
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
|
||||||
|
<application>
|
||||||
|
<!-- 设计此应用程序与其一起工作且已针对此应用程序进行测试的
|
||||||
|
Windows 版本的列表。取消评论适当的元素,Windows 将
|
||||||
|
自动选择最兼容的环境。 -->
|
||||||
|
<!-- Windows Vista -->
|
||||||
|
<!--<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}" />-->
|
||||||
|
<!-- Windows 7 -->
|
||||||
|
<!--<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}" />-->
|
||||||
|
<!-- Windows 8 -->
|
||||||
|
<!--<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}" />-->
|
||||||
|
<!-- Windows 8.1 -->
|
||||||
|
<!--<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}" />-->
|
||||||
|
<!-- Windows 10 -->
|
||||||
|
<!--<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />-->
|
||||||
|
</application>
|
||||||
|
</compatibility>
|
||||||
|
<!-- 指示该应用程序可以感知 DPI 且 Windows 在 DPI 较高时将不会对其进行
|
||||||
|
自动缩放。Windows Presentation Foundation (WPF)应用程序自动感知 DPI,无需
|
||||||
|
选择加入。选择加入此设置的 Windows 窗体应用程序(目标设定为 .NET Framework 4.6 )还应
|
||||||
|
在其 app.config 中将 "EnableWindowsFormsHighDpiAutoResizing" 设置设置为 "true"。-->
|
||||||
|
<!--
|
||||||
|
<application xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||||
|
<windowsSettings>
|
||||||
|
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
|
||||||
|
</windowsSettings>
|
||||||
|
</application>
|
||||||
|
-->
|
||||||
|
<!-- 启用 Windows 公共控件和对话框的主题(Windows XP 和更高版本) -->
|
||||||
|
<!--
|
||||||
|
<dependency>
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity
|
||||||
|
type="win32"
|
||||||
|
name="Microsoft.Windows.Common-Controls"
|
||||||
|
version="6.0.0.0"
|
||||||
|
processorArchitecture="*"
|
||||||
|
publicKeyToken="6595b64144ccf1df"
|
||||||
|
language="*"
|
||||||
|
/>
|
||||||
|
</dependentAssembly>
|
||||||
|
</dependency>
|
||||||
|
-->
|
||||||
|
</assembly>
|
||||||
BIN
SuperSQLInjection/Properties/images/config.png
Normal file
BIN
SuperSQLInjection/Properties/images/config.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.3 KiB |
BIN
SuperSQLInjection/Properties/images/help.png
Normal file
BIN
SuperSQLInjection/Properties/images/help.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.2 KiB |
BIN
SuperSQLInjection/Properties/images/menu.png
Normal file
BIN
SuperSQLInjection/Properties/images/menu.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.4 KiB |
BIN
SuperSQLInjection/Properties/images/stop_red.png
Normal file
BIN
SuperSQLInjection/Properties/images/stop_red.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.6 KiB |
BIN
SuperSQLInjection/Properties/images/tool.png
Normal file
BIN
SuperSQLInjection/Properties/images/tool.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
@@ -25,7 +25,7 @@
|
|||||||
<UpdatePeriodically>false</UpdatePeriodically>
|
<UpdatePeriodically>false</UpdatePeriodically>
|
||||||
<UpdateRequired>false</UpdateRequired>
|
<UpdateRequired>false</UpdateRequired>
|
||||||
<MapFileExtensions>true</MapFileExtensions>
|
<MapFileExtensions>true</MapFileExtensions>
|
||||||
<ApplicationRevision>10</ApplicationRevision>
|
<ApplicationRevision>11</ApplicationRevision>
|
||||||
<ApplicationVersion>1.2019.01.%2a</ApplicationVersion>
|
<ApplicationVersion>1.2019.01.%2a</ApplicationVersion>
|
||||||
<UseApplicationTrust>false</UseApplicationTrust>
|
<UseApplicationTrust>false</UseApplicationTrust>
|
||||||
<PublishWizardCompleted>true</PublishWizardCompleted>
|
<PublishWizardCompleted>true</PublishWizardCompleted>
|
||||||
@@ -96,6 +96,9 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<SignAssembly>false</SignAssembly>
|
<SignAssembly>false</SignAssembly>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
<PropertyGroup>
|
||||||
|
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
|
||||||
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
<Reference Include="System.Data" />
|
<Reference Include="System.Data" />
|
||||||
@@ -255,6 +258,7 @@
|
|||||||
<DependentUpon>Waring.cs</DependentUpon>
|
<DependentUpon>Waring.cs</DependentUpon>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
<None Include="app.config" />
|
<None Include="app.config" />
|
||||||
|
<None Include="Properties\app.manifest" />
|
||||||
<None Include="Properties\Settings.settings">
|
<None Include="Properties\Settings.settings">
|
||||||
<Generator>SettingsSingleFileGenerator</Generator>
|
<Generator>SettingsSingleFileGenerator</Generator>
|
||||||
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
||||||
@@ -267,11 +271,6 @@
|
|||||||
<None Include="SuperSQLInjection_TemporaryKey.pfx" />
|
<None Include="SuperSQLInjection_TemporaryKey.pfx" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<BootstrapperPackage Include=".NETFramework,Version=v4.0">
|
|
||||||
<Visible>False</Visible>
|
|
||||||
<ProductName>Microsoft .NET Framework 4 %28x86 和 x64%29</ProductName>
|
|
||||||
<Install>true</Install>
|
|
||||||
</BootstrapperPackage>
|
|
||||||
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
||||||
<Visible>False</Visible>
|
<Visible>False</Visible>
|
||||||
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
||||||
@@ -280,11 +279,16 @@
|
|||||||
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
||||||
<Visible>False</Visible>
|
<Visible>False</Visible>
|
||||||
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
||||||
<Install>false</Install>
|
<Install>true</Install>
|
||||||
</BootstrapperPackage>
|
</BootstrapperPackage>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Content Include="favicon.ico" />
|
<Content Include="favicon.ico" />
|
||||||
|
<None Include="Properties\images\help.png" />
|
||||||
|
<None Include="Properties\images\tool.png" />
|
||||||
|
<None Include="Properties\images\config.png" />
|
||||||
|
<None Include="Properties\images\menu.png" />
|
||||||
|
<None Include="Properties\images\stop_red.png" />
|
||||||
<None Include="Properties\images\stop.png" />
|
<None Include="Properties\images\stop.png" />
|
||||||
<None Include="Properties\images\vers.png" />
|
<None Include="Properties\images\vers.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|||||||
@@ -34,6 +34,8 @@ namespace SuperSQLInjection.tools
|
|||||||
public const String Content_Encoding = "content-encoding";
|
public const String Content_Encoding = "content-encoding";
|
||||||
public const String Transfer_Encoding = "transfer-encoding";
|
public const String Transfer_Encoding = "transfer-encoding";
|
||||||
public const String Connection = "connection";
|
public const String Connection = "connection";
|
||||||
|
|
||||||
|
public const String ConnectionClose = "connection: close";
|
||||||
public const int WaitTime =5;
|
public const int WaitTime =5;
|
||||||
public static Main main = null;
|
public static Main main = null;
|
||||||
public static long index = 0;
|
public static long index = 0;
|
||||||
@@ -337,12 +339,19 @@ namespace SuperSQLInjection.tools
|
|||||||
{
|
{
|
||||||
checkContentLength(ref server, ref request);
|
checkContentLength(ref server, ref request);
|
||||||
server.request = request;
|
server.request = request;
|
||||||
//分开发送header和body,可以绕过某些情况下的安全防护
|
//分开发送header和body,可以绕过某些情况下的安全防护Connection: close,不能使用这种方式
|
||||||
server.reuqestHeader = Regex.Split(request,"\r\n\r\n")[0];
|
if (!server.reuqestHeader.ToLower().Contains(ConnectionClose))
|
||||||
server.reuqestBody = Regex.Split(request, "\r\n\r\n")[1];
|
{
|
||||||
|
String[] reqs = Regex.Split(request, "\r\n\r\n");
|
||||||
clientSocket.Client.Send(Encoding.UTF8.GetBytes(server.reuqestHeader + "\r\n\r\n"));
|
server.reuqestHeader = reqs[0];
|
||||||
clientSocket.Client.Send(Encoding.UTF8.GetBytes(server.reuqestBody));
|
server.reuqestBody = reqs[1];
|
||||||
|
clientSocket.Client.Send(Encoding.UTF8.GetBytes(server.reuqestHeader + "\r\n\r\n"));
|
||||||
|
clientSocket.Client.Send(Encoding.UTF8.GetBytes(server.reuqestBody));
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
clientSocket.Client.Send(Encoding.UTF8.GetBytes(request));
|
||||||
|
}
|
||||||
|
|
||||||
int len = 0;
|
int len = 0;
|
||||||
//获取header头
|
//获取header头
|
||||||
@@ -485,31 +494,32 @@ namespace SuperSQLInjection.tools
|
|||||||
//connection close方式或未知body长度
|
//connection close方式或未知body长度
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
int failed = 0;
|
while (sw.ElapsedMilliseconds <= timeout)
|
||||||
while (sw.ElapsedMilliseconds <= timeout && failed <= 3)
|
|
||||||
{
|
{
|
||||||
bool isok = clientSocket.Client.Poll(timeout, SelectMode.SelectRead);
|
bool isok = clientSocket.Client.Poll(timeout, SelectMode.SelectRead);
|
||||||
if (!isok)
|
if (!isok || clientSocket.Available <= 0)
|
||||||
{
|
{
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
int read = clientSocket.Available;
|
|
||||||
if (read > 0)
|
|
||||||
{
|
|
||||||
byte[] response_data = new byte[read];
|
|
||||||
len = clientSocket.Client.Receive(response_data, 0, read,SocketFlags.None);
|
|
||||||
if (len > 0)
|
|
||||||
{
|
|
||||||
sum += len;
|
|
||||||
body_data.Write(response_data, 0, len);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
failed++;
|
int read = clientSocket.Available;
|
||||||
Thread.Sleep(WaitTime);
|
if (read > 0)
|
||||||
|
{
|
||||||
|
byte[] response_data = new byte[read];
|
||||||
|
len = clientSocket.Client.Receive(response_data, 0, read,SocketFlags.None);
|
||||||
|
if (len > 0)
|
||||||
|
{
|
||||||
|
sum += len;
|
||||||
|
body_data.Write(response_data, 0, len);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
Thread.Sleep(WaitTime);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -525,6 +535,7 @@ namespace SuperSQLInjection.tools
|
|||||||
isupdateEncoding = true;//body找编码
|
isupdateEncoding = true;//body找编码
|
||||||
}
|
}
|
||||||
Encoding encod = Encoding.GetEncoding(encoding);
|
Encoding encod = Encoding.GetEncoding(encoding);
|
||||||
|
|
||||||
getBody(ref server, ref body_data, ref encod, ref index);
|
getBody(ref server, ref body_data, ref encod, ref index);
|
||||||
//修正编码
|
//修正编码
|
||||||
if (isupdateEncoding)
|
if (isupdateEncoding)
|
||||||
@@ -551,7 +562,7 @@ namespace SuperSQLInjection.tools
|
|||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
Exception ee = new Exception("HTTP发包错误!错误消息:" + e.Message + e.TargetSite.Name + "----发包编号:" + index);
|
Exception ee = new Exception("HTTP发包错误,错误消息:" + e.Message + e.TargetSite.Name + "----发包编号:" + index);
|
||||||
throw ee;
|
throw ee;
|
||||||
}
|
}
|
||||||
finally
|
finally
|
||||||
@@ -735,11 +746,18 @@ namespace SuperSQLInjection.tools
|
|||||||
{
|
{
|
||||||
checkContentLength(ref server, ref request);
|
checkContentLength(ref server, ref request);
|
||||||
server.request = request;
|
server.request = request;
|
||||||
//分开发送header和body,可以绕过某些情况下的安全防护
|
//分开发送header和body,可以绕过某些情况下的安全防护Connection: close,不能使用这种方式
|
||||||
server.reuqestHeader = Regex.Split(request, "\r\n\r\n")[0];
|
if (!server.reuqestHeader.ToLower().Contains(ConnectionClose))
|
||||||
server.reuqestBody = Regex.Split(request, "\r\n\r\n")[1];
|
{
|
||||||
ssl.Write(Encoding.UTF8.GetBytes(server.reuqestHeader + "\r\n\r\n"));
|
String[] reqs = Regex.Split(request, "\r\n\r\n");
|
||||||
ssl.Write(Encoding.UTF8.GetBytes(server.reuqestBody));
|
server.reuqestHeader = reqs[0];
|
||||||
|
server.reuqestBody = reqs[1];
|
||||||
|
ssl.Write(Encoding.UTF8.GetBytes(server.reuqestHeader + "\r\n\r\n"));
|
||||||
|
ssl.Write(Encoding.UTF8.GetBytes(server.reuqestBody));
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
ssl.Write(Encoding.UTF8.GetBytes(request));
|
||||||
|
}
|
||||||
ssl.Flush();
|
ssl.Flush();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -892,30 +910,31 @@ namespace SuperSQLInjection.tools
|
|||||||
//connection close方式或未知body长度
|
//connection close方式或未知body长度
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
int failed = 0;
|
while (sw.ElapsedMilliseconds <= timeout)
|
||||||
while (sw.ElapsedMilliseconds <= timeout&&failed<=3)
|
|
||||||
{
|
{
|
||||||
bool isok = clientSocket.Client.Poll(timeout, SelectMode.SelectRead);
|
bool isok = clientSocket.Client.Poll(timeout, SelectMode.SelectRead);
|
||||||
if (!isok) {
|
if (!isok || clientSocket.Available <= 0)
|
||||||
|
{
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
int read = clientSocket.Available;
|
else {
|
||||||
if (read > 0)
|
int read = clientSocket.Available;
|
||||||
{
|
if (read > 0)
|
||||||
byte[] response_data = new byte[read];
|
|
||||||
len = ssl.Read(response_data, 0, read);
|
|
||||||
if (len > 0)
|
|
||||||
{
|
{
|
||||||
sum += len;
|
byte[] response_data = new byte[read];
|
||||||
body_data.Write(response_data, 0, len);
|
len = ssl.Read(response_data, 0, read);
|
||||||
|
if (len > 0)
|
||||||
|
{
|
||||||
|
sum += len;
|
||||||
|
body_data.Write(response_data, 0, len);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
Thread.Sleep(WaitTime);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
failed++;
|
|
||||||
Thread.Sleep(WaitTime);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//自动识别编码
|
//自动识别编码
|
||||||
@@ -991,7 +1010,7 @@ namespace SuperSQLInjection.tools
|
|||||||
{
|
{
|
||||||
|
|
||||||
String str = "";
|
String str = "";
|
||||||
MemoryStream input = new MemoryStream(ms.GetBuffer());
|
MemoryStream input = new MemoryStream(ms.ToArray());
|
||||||
GZipStream gs = new GZipStream(input, CompressionMode.Decompress);
|
GZipStream gs = new GZipStream(input, CompressionMode.Decompress);
|
||||||
MemoryStream outbuf = new MemoryStream();
|
MemoryStream outbuf = new MemoryStream();
|
||||||
byte[] block = new byte[1024];
|
byte[] block = new byte[1024];
|
||||||
@@ -1023,7 +1042,6 @@ namespace SuperSQLInjection.tools
|
|||||||
gs.Close();
|
gs.Close();
|
||||||
input.Close();
|
input.Close();
|
||||||
ms.Close();
|
ms.Close();
|
||||||
|
|
||||||
}
|
}
|
||||||
return str;
|
return str;
|
||||||
|
|
||||||
@@ -1031,13 +1049,11 @@ namespace SuperSQLInjection.tools
|
|||||||
|
|
||||||
public static String unDeflate(ref MemoryStream ms, Encoding encoding, String index)
|
public static String unDeflate(ref MemoryStream ms, Encoding encoding, String index)
|
||||||
{
|
{
|
||||||
|
|
||||||
String str = "";
|
String str = "";
|
||||||
MemoryStream input = new MemoryStream(ms.GetBuffer());
|
MemoryStream input = new MemoryStream(ms.ToArray());
|
||||||
DeflateStream ds = new DeflateStream(input, CompressionMode.Decompress);
|
DeflateStream ds = new DeflateStream(input, CompressionMode.Decompress);
|
||||||
MemoryStream outbuf = new MemoryStream();
|
MemoryStream outbuf = new MemoryStream();
|
||||||
byte[] block = new byte[1024];
|
byte[] block = new byte[1024];
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
while (true)
|
while (true)
|
||||||
@@ -1071,88 +1087,12 @@ namespace SuperSQLInjection.tools
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public String SetCookies(string sHtml, String sCookies)
|
|
||||||
{
|
|
||||||
|
|
||||||
//Set-Cookie: b_110128=0; domain=.qidian.com; expires=Fri, 15-Sep-2023 15:48:41 GMT; path=/
|
|
||||||
|
|
||||||
string sName = "";
|
|
||||||
|
|
||||||
string sValue = "";
|
|
||||||
|
|
||||||
MatchCollection mc;
|
|
||||||
|
|
||||||
Match m;
|
|
||||||
|
|
||||||
Regex r;
|
|
||||||
|
|
||||||
if (!sCookies.EndsWith(";") && sCookies != "")
|
|
||||||
{
|
|
||||||
|
|
||||||
sCookies += ";";
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
r = new Regex("Set-Cookie:\\s*(?<sName>.*?)=(?<sValue>.*?);", RegexOptions.Compiled | RegexOptions.Singleline | RegexOptions.IgnoreCase);
|
|
||||||
|
|
||||||
mc = r.Matches(sHtml);
|
|
||||||
|
|
||||||
for (int i = 0; i < mc.Count; i++)
|
|
||||||
{
|
|
||||||
|
|
||||||
sName = mc[i].Groups["sName"].Value.Trim();
|
|
||||||
|
|
||||||
sValue = mc[i].Groups["sValue"].Value.Trim();
|
|
||||||
|
|
||||||
r = new Regex(sName + "\\s*=\\s*.*?;", RegexOptions.Compiled | RegexOptions.Singleline | RegexOptions.IgnoreCase);
|
|
||||||
|
|
||||||
m = r.Match(sCookies);
|
|
||||||
|
|
||||||
if (m.Success)
|
|
||||||
{
|
|
||||||
|
|
||||||
sCookies = sCookies.Replace(m.Value, sName + "=" + sValue + ";");
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
else
|
|
||||||
{
|
|
||||||
|
|
||||||
sCookies += sName + "=" + sValue + ";";
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
try
|
|
||||||
{
|
|
||||||
|
|
||||||
if (sCookies.StartsWith(";"))
|
|
||||||
{
|
|
||||||
|
|
||||||
sCookies = sCookies.Substring(1, sCookies.Length - 1);
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
catch
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
return sCookies;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
public static String getHTMLEncoding(String header, String body)
|
public static String getHTMLEncoding(String header, String body)
|
||||||
{
|
{
|
||||||
if (String.IsNullOrEmpty(header)&& String.IsNullOrEmpty(body))
|
if (String.IsNullOrEmpty(header)&& String.IsNullOrEmpty(body))
|
||||||
{
|
{
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
body = body.ToUpper();
|
|
||||||
|
|
||||||
String encode = "";
|
String encode = "";
|
||||||
Match m = Regex.Match(header, @"charset=(?<charset>[\w\-]+)", RegexOptions.IgnoreCase);
|
Match m = Regex.Match(header, @"charset=(?<charset>[\w\-]+)", RegexOptions.IgnoreCase);
|
||||||
if (m.Success)
|
if (m.Success)
|
||||||
@@ -1174,7 +1114,7 @@ namespace SuperSQLInjection.tools
|
|||||||
if ("UTF8".Equals(encode)) {
|
if ("UTF8".Equals(encode)) {
|
||||||
encode = "UTF-8";
|
encode = "UTF-8";
|
||||||
}
|
}
|
||||||
return encode;
|
return encode.ToUpper();
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
17
update.txt
17
update.txt
@@ -1,4 +1,19 @@
|
|||||||
20190108 V1.0 正式版---
|
20190112 V1.0 正式版---
|
||||||
|
修复在20181119版本以后,将HTTP请求分成2次发包在部分情况下可以绕过某些防护,但如果请求头中出现Connection: close时,二次发包时连接被关闭,无法收包的问题,最后无法获取HTTP响应,改为出现Connection: close不分开发送请求。
|
||||||
|
修复20190108以后的版本解压gzip部分情况下可能出现错误导致无法解压获得的HTTP响应为空的情况。
|
||||||
|
修复因为迅雷等软件独占系统粘贴板时,使用复制功能报错的问题,当复制不成功时,提示。
|
||||||
|
|
||||||
|
20190111 V1.0 正式版---
|
||||||
|
修复PostgreSQL,盲注部分情况下某些字段作为排序字段会出错,导致无法获取数据的情况。
|
||||||
|
修复PostgreSQL、SQLite、DB2显错和Union注入获取时,部分数据类型无法转换和存在空值导致无法获取的情况。
|
||||||
|
|
||||||
|
20190110 V1.0 正式版---
|
||||||
|
修复MySQL,由于库名或表名存在特殊字符,如“-”时,导致SQL语法错误而无法获取数据的情况,使用`转义符。
|
||||||
|
修复代理验证完成后,未关闭socket连接问题。
|
||||||
|
修复MySQL部分情况下判断Union注入使用注释符错误的问题。
|
||||||
|
优化自动识别注入时填充的字符长度,防止列长度较高时,GET请求长度超出限制。
|
||||||
|
|
||||||
|
20190108 V1.0 正式版---
|
||||||
新增配置文件拖动功能,可直接拖拽配置到界面上即可加载配置。
|
新增配置文件拖动功能,可直接拖拽配置到界面上即可加载配置。
|
||||||
优化HTTP收包固定长度,导致部分情况下大数据包无法接收,同时降低内存申请,在大批量发包情况下不容易引发内存溢出。
|
优化HTTP收包固定长度,导致部分情况下大数据包无法接收,同时降低内存申请,在大批量发包情况下不容易引发内存溢出。
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user