google / nogotofail

An on-path blackbox network traffic security testing tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Detect HTTP/2

klyubin opened this issue · comments

We should make the tool detect HTTP/2 traffic as HTTP traffic. This should be fairly easy since all HTTP/2 requests are supposed to start with a fixed magic sequence.

The preface is "PRI * HTTP/2.0\r\n\r\nSM\r\n\r\n" (hex: 505249202a20485454502f322e300d0a0d0a534d0d0a0d0a)