You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.