Skip to main content

HTTP/2 Single Packet Attack low level library based on Scapy

Project description

H2SpaceX   H2SpaceX

pypi: 1.0.2 Python: 3.10 License: GPL v3

HTTP/2 low level library based on Scapy which can be used for Single Packet Attack (Race Condition on H2)

Dive into Single Packet Attack Article

I wrote an article and published it at InfoSec Write-ups:

TODO

More Research

Some following statements are just ideas and not tested or implemented.

  • More Request in a Single Packet
    • Increase MSS (Idea by James Kettle)
    • Out of Order TCP Packets (Idea by James Kettle)
    • IP Fragmentation
  • Proxy the Single Packet Request through SOCKS
  • Single Packet Attack on GET Requests
    • Content-Length: 1 Method (Idea by James Kettle)
    • x-override-method: GET Method (Idea by James Kettle)
    • Index HPACK Headers to Make GET Requests Smaller
    • HEADERS Frame without END_HEADER Flag
    • HEADERS Frame Without Some Pseudo Headers

Installation

H2SpaceX works with Python 3 (preferred: >=3.10)

pip install h2spacex

Error in Installation

if you get errors of scapy:

pip install --upgrade scapy

Quick Start

You can import the HTTP/2 TLS Connection and set up the connection. After setting up the connection, you can do other things:

from h2spacex import H2OnTlsConnection

h2_conn = H2OnTlsConnection(
    hostname='http2.github.io',
    port_number=443
)

h2_conn.setup_connection()
...

see more examples in Wiki Page

Examples

See examples which contain some Portswigger race condition examples.

Examples Page

Improved Single Packet Attack Method (Black Hat 2024)

James Kettle introduced a improved version of Single Packet Attack in Black Hat 2024:

Impvoved Version Image

You can implement this method easily using send_ping_frame() method.

New Method README (WIKI)

Improved Version of SPA Sample Exploit

Reference of Improved Method:

References & Resources

I also got some ideas from a previous developed library h2tinker.

Finally, thanks again to James Kettle for directly helping and pointing some other techniques.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

h2spacex-1.0.2.tar.gz (24.4 kB view details)

Uploaded Source

Built Distribution

h2spacex-1.0.2-py3-none-any.whl (23.6 kB view details)

Uploaded Python 3

File details

Details for the file h2spacex-1.0.2.tar.gz.

File metadata

  • Download URL: h2spacex-1.0.2.tar.gz
  • Upload date:
  • Size: 24.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.10

File hashes

Hashes for h2spacex-1.0.2.tar.gz
Algorithm Hash digest
SHA256 ae42dcd06898db611d89f7c11ab51d7e6919dc6b435408ca37dfbe90942abdb8
MD5 04f60c1000f53f0a877c4835a6e497bf
BLAKE2b-256 1cc7f3f2807dccf2ae8d137330ecccd593ff0d1665b97df4859142d0267d3a7d

See more details on using hashes here.

File details

Details for the file h2spacex-1.0.2-py3-none-any.whl.

File metadata

  • Download URL: h2spacex-1.0.2-py3-none-any.whl
  • Upload date:
  • Size: 23.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.10

File hashes

Hashes for h2spacex-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 9d289d914d10f9d27094c94072eaab47f9a52aaffdf52c252340ffb34672ba33
MD5 6af6cfdf3478b8e26131db3056ca8858
BLAKE2b-256 59c7520db77f55bec2448b341f3f321967a9642cd3c735effd1e268912ee8769

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page