/scapy-http2-example

Primary LanguagePythonMIT LicenseMIT

Scapy HTTP/2 Example

Installation

Create virtual environment

python -m venv .venv

Install dependencies (scapy)

pip install -r requirements.txt

Usage

python src/main.py

See Also

  • Scapy HTTP/2 Tutorial the Scapy Docs defer to - does not work out of the box but is a fantastic starting point
  • H2Tinker - has some more correct and stronger usage
  • RFC 7540 - HTTP/2 - as the authoritative source for HTTP/2, the HTTP/2 specification can help debug why things aren't working