From 12aa92187d8768bb98888402ab86bcca91ae50f3 Mon Sep 17 00:00:00 2001 From: shack2 <1341413415@qq.com> Date: Mon, 2 Sep 2019 00:14:21 +0800 Subject: [PATCH] update20190903 update20190903 --- SuperSQLInjection/Main.cs | 5 ++--- SuperSQLInjection/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/SuperSQLInjection/Main.cs b/SuperSQLInjection/Main.cs index 27f1eb6..dbed676 100644 --- a/SuperSQLInjection/Main.cs +++ b/SuperSQLInjection/Main.cs @@ -286,7 +286,7 @@ public void HttpDownloadFile(string url, string path) responseStream.Close(); } - public static int version = 20190902; + public static int version = 20190903; public static string versionURL = "http://www.shack2.org/soft/getNewVersion?ENNAME=SSuperSQLInjection&NO=" + URLEncode.UrlEncode(Tools.getSystemSid()) + "&VERSION=" + version; //检查更新 public void checkUpdate() @@ -10581,7 +10581,7 @@ private void tsmi_createPackByURL_Click(object sender, EventArgs e) this.chk_useSSL.Checked = false; } Uri url = new Uri(config.request); - this.txt_inject_request.Text = Spider.reqestGetTemplate.Replace("{url}", url.PathAndQuery).Replace("{host}", url.Host + ":" + url.Port); + this.txt_inject_request.Text = Spider.reqestGetTemplate.Replace("{url}", url.PathAndQuery).Replace("{host}", url.Host); this.txt_basic_host.Text = url.Host; this.txt_basic_port.Text = url.Port.ToString(); @@ -11204,7 +11204,6 @@ private void loadAddProxyList(Object path) { i++; this.proxy_lvw_proxyList.Invoke(new DelegateAddItemToProxy(addItemsToProxy_lvw), cproxy); - this.proxy_List.Add(cproxy.host + cproxy.port, cproxy); } } } diff --git a/SuperSQLInjection/Properties/AssemblyInfo.cs b/SuperSQLInjection/Properties/AssemblyInfo.cs index 86186c8..2bcc689 100644 --- a/SuperSQLInjection/Properties/AssemblyInfo.cs +++ b/SuperSQLInjection/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // 可以指定所有这些值,也可以使用“内部版本号”和“修订号”的默认值, // 方法是按如下所示使用“*”: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.2019.09.02")] -[assembly: AssemblyFileVersion("1.2019.09.02")] +[assembly: AssemblyVersion("1.2019.09.03")] +[assembly: AssemblyFileVersion("1.2019.09.03")]