Burp Non HTTP Extension Versions Save

TCP/UDP Non-HTTP Proxy Extension (NoPE) for Burp Suite.

v1.8.2

3 months ago
  • Fixed Issue where UDP proxy was not truncating the buffer.

v1.8.1

6 months ago

Added Features

  • Color annotations
  • Delete captured requests
  • Changes to annotations to make things more clear

image

v1.8.0

6 months ago

New Features

  • UDP proxy with python manglers and interceptor support
  • Better search features

Bug Fixes

  • Fixed bug when clearing request table that would freeze the UI
  • Minor bugs and UI tweaks

Known issues:

  • Repeater not working for UDP

v1.7.2

9 months ago
  • Fixed Port Monitor

v1.7.1

9 months ago
  • Fixed issue where some requests are not being intercepted

v1.7

9 months ago
  • this fixes some issues with TLS connections
  • Fixes Bugs with repeated descriptions in the Table Annotations
  • Much Better DNS handling
  • Faster Load time
  • Fixed an issue that prevented NoPE from funning on M1 Macs
  • Attempted to mitigate issues with the port monitor but its still buggy.
  • Added formatOnly Python function to extract or format data from traffic flows without interfering with the traffic.

v1.6

3 years ago

This version works will recent versions of BrupSuite

Special thanks to @jfish7 for putting in the time to ensure this version of NoPE fully works with the later versions of BurpSuite.

Changes

  • Removed dependency on JAXB which is no longer supported.

v1.5

7 years ago

New Features

  • Repeater tab can replay requests on the currently open streams
  • Text Search in the TCP History
  • Code Playground added to Repeater Tab.
  • Lister.py has been re-written in Java and added to the DNS History Tab. Requires libpcap or winpcap to be preinstalled on the system.
  • The TCP Listener Table is now saved in the SQLite database with your requests and will be re-imported when you import saved requests.
  • Syntax Highlighting on the Python Mangler pages.
  • Icons and Alerts show up on tabs.
  • Adding or removing SSL to listener is now possible after it has been added to the table.
  • Warning is presented if CA is not installed correctly when adding SSL to a listener.

Major Bug Fixes

  • Fixed performance issue on Windows where very chatty requests would grind NoPE to a halt.
  • Bug were the Listener table would lock up and you could not delete or update items in the table
  • Interfaces would not auto update if the interface number was greater than 9
  • Better threading and management of TCP streams.

1.4.4

7 years ago

Many bug fixes and a few UI Improvements

  • Fixed issue were certain conditions would lock up the listener table and new listeners would not get created.
  • Fixed issue where the python console output was not displaying properly
  • SSL listeners cannot be created unless the CA cert is stored correctly.

UI enhancements

  • Warning when CA Cert is not installed correctly
  • SSL checkbox is now enabled in the table but cannot be changed if the listener is enabled. Once the listener is disabled the SSL checkbox is active again.

v1.4.3

7 years ago

Bug Fixes and slight feature enhancements in this release

  • Fixed issue where history would not import
  • Moved all the config files and tmp files into [UserHome]/.NopeProxy
  • Added internal DNS resolution. Can be configured in ~/.NoPEProxy/dns.properties with the option extDNS
  • Fixed issure where clearing this history would lock up the TCP History table
  • Fixed issue in the python Mangler where \r was incorrectly being added and cause the code to fail