Skip to content

Releases: summitt/Nope-Proxy

Release 1.8.2 Beta with UDP Suppprt

05 Jan 21:17
Compare
Choose a tag to compare
  • Fixed Issue where UDP proxy was not truncating the buffer.

Release 1.8.1 Beta with UDP Suppprt

08 Oct 23:02
Compare
Choose a tag to compare

Added Features

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

image

Release 1.8.0 Beta (UDP Support!!!)

02 Oct 14:46
b93b316
Compare
Choose a tag to compare

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

Release 1.7.2

12 Jul 08:50
Compare
Choose a tag to compare
  • Fixed Port Monitor

Release 1.7.1

07 Jul 18:15
Compare
Choose a tag to compare
  • Fixed issue where some requests are not being intercepted

Release 1.7

06 Jul 22:24
Compare
Choose a tag to compare
  • 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.

Release 1.6

14 Aug 13:29
21b2098
Compare
Choose a tag to compare

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.

Release 1.5 - Major Bug Fixes and UI Enhancements in this Release

05 Oct 21:18
Compare
Choose a tag to compare

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.

Release 1.4.4

29 Sep 07:06
Compare
Choose a tag to compare

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.

Release v1.4.3

22 Aug 03:47
Compare
Choose a tag to compare

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