Gareth Heyes

Results 39 comments of Gareth Heyes

Thanks I'll probably have to set the charset or something in the compressor.

I probably introduced a bug I'll try to fix it next release

Yep I've needed the same. I'll add a feature to do it. I'm busy with other stuff atm but when I next get back on fixing bugs I'll sort it.

Thanks I'll fix it in the next release

I'm having trouble reproducing this: ``` POST / HTTP/2 Host: hackvertor.co.uk Content-Length: 22 Accept-Encoding: gzip, deflate, br Accept: */* Accept-Language: en-US;q=0.9,en;q=0.8 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML,...

Also tried this but seems to work correctly too. ``` POST / HTTP/2 Host: hackvertor.co.uk Accept-Encoding: gzip, deflate, br Accept: */* Accept-Language: en-US;q=0.9,en;q=0.8 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64)...

Ah sorry I need to release a new version of Hackvertor that allows longer custom tags. That's the reason for the delay.

I think this is a Burp bug. I'll have a look on Monday

Ah @irsdl wanted to change the order. It was originally alphabetical I think. Not sure what to do here =) I could add an option

I could check the length of the body and see if it exceeds a certain amount and then just process the headers and leave the body as is. Would that...