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 an "Anywhere" type #18

Closed danielthatcher closed 6 years ago

danielthatcher commented 6 years ago

Replacements are currently limited to specific locations ("Request String", "Request Header", etc.). Another replacement type could be added to allow for searching the whole request for replacements, rather than just specific locations.

justinmoore commented 6 years ago

Hey @danielthatcher ,

I think the "request string" replacement provides this functionality. It just looks for the first instance / every instance of a specific regex or string within the entire contents of the request and replaces it.

danielthatcher commented 6 years ago

Ah, sorry about that. I had taken "Request String" to mean the query string of the request. It might be worth renaming this, but that might just be me.

justinmoore commented 6 years ago

Yeah, I couldn't think of a better name for it and I agree it's ambiguously named. If can think of something better to call it i'd be down for the change.