Skip to content

Commit 12aa921

Browse files
committed
update20190903
update20190903
1 parent 3a19d6c commit 12aa921

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

SuperSQLInjection/Main.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ public void HttpDownloadFile(string url, string path)
286286
responseStream.Close();
287287
}
288288

289-
public static int version = 20190902;
289+
public static int version = 20190903;
290290
public static string versionURL = "http://www.shack2.org/soft/getNewVersion?ENNAME=SSuperSQLInjection&NO=" + URLEncode.UrlEncode(Tools.getSystemSid()) + "&VERSION=" + version;
291291
//检查更新
292292
public void checkUpdate()
@@ -10581,7 +10581,7 @@ private void tsmi_createPackByURL_Click(object sender, EventArgs e)
1058110581
this.chk_useSSL.Checked = false;
1058210582
}
1058310583
Uri url = new Uri(config.request);
10584-
this.txt_inject_request.Text = Spider.reqestGetTemplate.Replace("{url}", url.PathAndQuery).Replace("{host}", url.Host + ":" + url.Port);
10584+
this.txt_inject_request.Text = Spider.reqestGetTemplate.Replace("{url}", url.PathAndQuery).Replace("{host}", url.Host);
1058510585
this.txt_basic_host.Text = url.Host;
1058610586
this.txt_basic_port.Text = url.Port.ToString();
1058710587

@@ -11204,7 +11204,6 @@ private void loadAddProxyList(Object path)
1120411204
{
1120511205
i++;
1120611206
this.proxy_lvw_proxyList.Invoke(new DelegateAddItemToProxy(addItemsToProxy_lvw), cproxy);
11207-
this.proxy_List.Add(cproxy.host + cproxy.port, cproxy);
1120811207
}
1120911208
}
1121011209
}

SuperSQLInjection/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// 可以指定所有这些值,也可以使用“内部版本号”和“修订号”的默认值,
3333
// 方法是按如下所示使用“*”:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.2019.09.02")]
36-
[assembly: AssemblyFileVersion("1.2019.09.02")]
35+
[assembly: AssemblyVersion("1.2019.09.03")]
36+
[assembly: AssemblyFileVersion("1.2019.09.03")]

0 commit comments

Comments
 (0)