This is a Burp Suite plug-in designed to encode and decode WCF Binary Soap request and response data ("Content-Type: application/soap+msbin1). There are two versions of the plug-in available (consult the README for more information).
GDSSecurity/WCF-Binary-SOAP-Plug-In
master
Name already in use
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
WCF Binary Soap Plug-In Created by Brian Holyfield (labs@gdssecurity.com) Copyright (c) 2009 Gotham Digital Science - All Rights Reserved This software is released under the Reciprocal Public License 1.5 (RPL1.5)http://www.opensource.org/licenses/rpl1.5 There are two different versions of the plug-in: burp_wcf_plugin - Burp Free Edition plug-in burp_pro_wcf_plugin - Burp Professional Edition plug-in The WCF Binary Soap Plug-In is designed to encode and decode WCF Binary Soap data ("Content-Type: application/soap+msbin1”). The Burp Professional Edition plug-in is capable of editing request data ONLY. Please use the Free Edition plug-in if you would like to edit response data. Due to a limitation of the Burp Free Edition Extender interface at the time of writing, editing request and response data requires two Burp instances to be chained together: - The first instance handles decoding requests, intercepting (and editing) requests, and re-encoding edited responses. - The second instance handles re-encoding edited requests, decoding responses, and intercepting (and editing) responses. For more information, consult http://www.gdssecurity.com/l/b/ NOTE: Make sure that NBFS.exe is in the same directory as BurpExtender.jar Usage: java -Xmx512m -classpath BurpExtender.jar;path_to_burp.jar burp.StartBurp
About
This is a Burp Suite plug-in designed to encode and decode WCF Binary Soap request and response data ("Content-Type: application/soap+msbin1). There are two versions of the plug-in available (consult the README for more information).