Skip to content

Releases: summitt/Nope-Proxy

Release v 1.4.1 - NoPE Proxy

16 Aug 05:09
Compare
Choose a tag to compare
  • Fixed an issue that overloaded the DNS server on windows machines.

Release v1.4.0 - NoPE Proxy

16 Aug 03:16
Compare
Choose a tag to compare
  • Added a button to automatically create normal HTTP invisible proxy listeners to Burp's Proxy config.
  • Fixed issues where port numbers did not show correctly if the request was modified.
  • Fixed Issue where sockets did not fully close when the connection was killed by either the client or server

Release v1.3 -NoPE Proxy

11 Aug 17:54
Compare
Choose a tag to compare
  • 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.

Release v1.2.1

02 Aug 19:10
Compare
Choose a tag to compare
  • Fixed an issue where some requests did not log to History while intercepting is enabled.
  • Better Visual Effects on the logging tables
  • Fixed issues not showing both modified and unmodified traffic when an automation rule is used.

Release v1.2

29 Jul 04:17
Compare
Choose a tag to compare
  • Redesign of the DNS server and DNS History
  • Renamed Tabs and improved UI
  • Added PythonMangler for matching, replacing, and mangling requests in realtime with python.

Release v1.0

23 May 20:45
Compare
Choose a tag to compare

This release includes the following features.

  • DNS Spoofing server for Burp
  • Non-HTTP Intercepting Proxy
  • Auto Match and Replace rules for binary protocols
  • Binary Message History Saved to a SQLite database
  • Support to export and import saved SQLite database histories.

Note: Known bug - If a dns.properties file does not exist then the installation fails through burp extender. Quick fix is to create a folder in your home folder named .dnsExtender. Add and dns.properties file to this folder.

Example:
~/,dnsExtender/dns.properties