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

Not working with servers using HTTP/2 #74

Open omareltf opened 3 years ago

omareltf commented 3 years ago

I have encountered the following issue while testing a website that uses HTTP/2: Normal requests works but the the requests that goes through AutoRepeater get a HTTP/1.1 505 HTTP Version Not Supported

Example: Original: image

Autorepeater modified: image

And sending this autorepeater modified request to the Repeater let's me send a request that is working: Autorepeater modified request but send through the burp Repeater: image