RequesterRaw v1.1.6
I wasn't planning to release another version of RequesterRaw until v2.0, but on a job this week it took 45 minutes to process one set of fuzz results, so I did some profiling and fixing some serious bottlenecks, so the fuzz result analysis performance is a lot better. The other key change is the addition of another tab to the fuzz results window, the new tab shows a lovely colourised diff display, so you can quickly see differences between responses. You can download the new version here.
Changes
- Optimised the result analysis due to some serious bottlenecks
- Ensured that a default value of 80 is displayed in the Port textbox when the main window is initially loaded
- Fixed bug where the results summary files were not output
- Added new output so that coloured HTML diff files are created for each result. The files are stored in the Diff sub directory.
- Added a new tab to the analysis window that displays the colourised diff
- Modified the HTML rendered views to prevent COM exceptions

