nccgroup / AutoRepeater

Automated HTTP Request Repeating With Burp Suite
https://www.nccgroup.trust/us/about-us/newsroom-and-events/blog/2018/january/autorepeater-automated-http-request-repeating-with-burp-suite/
MIT License
846 stars 107 forks source link

Add response time information #19

Open danielthatcher opened 6 years ago

danielthatcher commented 6 years ago

Currently information about status codes and response lengths is shown. Timing information could also be useful when using AutoRepeater for certain types of testing (original response time, new response time, response time diff).

justinmoore commented 6 years ago

This should be doable, but I'm unsure if there's space to fit it into the log viewer. I'll open another issue for the support changing the columns shown in the log viewer to allow a larger variety of values to be shown in the viewer without it getting too cramped.

justinmoore commented 6 years ago

In the interim while I implement this functionality, it looks like Logger++ should enable you to sort requests based on the response time.