Skip to content

Release v1.3 -NoPE Proxy

Compare
Choose a tag to compare
@summitt summitt released this 11 Aug 17:54
· 104 commits to master since this release
  • Changed the name to something easier to say - NoPE Proxy!
  • Added additional python mangle features. Now we can preIntercept and PostIntercept a request. This allows converting the request/responses into a more human readable format before sending the request to the interceptor. Then before the request is sent to the server the postIntercept function can convert it back into a binary stream.
  • Added a Python Console to allow print statements and python syntax errors to be visible in the UI.
  • Fixed a bug where some requests reported modified by Python or Match rules when they actually had not been modified at all.