OffensiveCSharp icon indicating copy to clipboard operation
OffensiveCSharp copied to clipboard

WCF server method reported as deserialization gadget

Open matterpreter opened this issue 2 years ago • 0 comments

See below:

PS > .\InspectAssembly.exe path=".\server.exe"
Assembly Name: C:\foo\server.exe
  WCFServer Gadgets:
    CommunicationObject::Open() is called in the following methods:
      Service.OnStart

  Serialization Gadgets:
    CommunicationObject::Open() is called in the following methods:


PS > 

matterpreter avatar Oct 17 '22 15:10 matterpreter