Release 1.5 - Major Bug Fixes and UI Enhancements in this Release
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.