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

Option to turn off log filter #35

Closed Sinderella closed 6 years ago

Sinderella commented 6 years ago

May be it's just not too obvious for me to get the log filter working the way I wanted it to be. An option to turn off the filter is nice to have when we are trying to see if we have configured something wrong and want it to show everything.

justinmoore commented 6 years ago

By default the log filter shouldn't be filtering any logs. Can you share the filter configuration you're using that's having issues?

Sinderella commented 6 years ago

Please see the images below:

image

image

image

I am trying to remove the cookie header from the requests, I am not sure if there is a better approach. Anyway, I have sent some requests to AutoRepeater and the logs are still empty.

Edit: I got it working with other conditions, but I had to press to whitelist twice after the extension has been loaded in order for it to show something. I guess there is something wrong with my condition.

justinmoore commented 6 years ago

There was a bug where I was initializing the filter as a blacklist when it was a whitelist by default which was causing the issue. I've merged the fix and it should be resolved now in the latest JAR.

Additionally, I've added a "Remove Header By Name" replacement so it should be as easy as setting the Replacement to "Remove Header By Name" and the value to "Cookie".

Please let me know if there's any issues with these fixes/features.

Thanks, Justin