# gkbrk/slowloris

Low bandwidth DoS tool. Slowloris rewrite in Python.

Repository: https://github.com/gkbrk/slowloris
Canonical: https://ross.abutalabs.com/products/slowloris
Language: Python
License: MIT
License Family: permissive
Topics: dos, dos-attack, penetration-testing, pentesting, slowloris
Last push: 2024-06-01T10:39:30+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4147, "days_push": 823, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2820, forks 734 (observed 2026-08-28T04:07:23.988342+00:00)

## What it is
A Python rewrite of the Slowloris low-bandwidth HTTP Denial of Service attack tool. It holds many connections open to threaded web servers by periodically sending headers, exhausting the server's thread pool.

## Use cases
- test my web server's resilience to slowloris DoS attacks
- run a low bandwidth denial of service test against a threaded HTTP server
- simulate connection exhaustion attacks during a pentest
- check whether my server's thread pool survives slow header attacks
- perform authorized load testing with SOCKS5 proxy support

## When to choose
- you need a simple, pip-installable CLI for slowloris-style DoS testing
- you want low-bandwidth attack simulation without flooding traffic
- you need SOCKS5 proxy or HTTPS options during security assessments

## When to avoid
- you need general-purpose load or performance testing with metrics
- you want protection or mitigation tooling rather than attack simulation
- you lack explicit authorization to test the target server

## Facets
- artifact type: cli-tool
- maturity: stable
- function: penetration-testing, http-client, cli
- domain: security, penetration-testing, networking
- platform: python, cli, windows, cross-platform
- tags: dos, slowloris, stress-testing, http, socks5-proxy, security-testing, linux, macos

## Member repositories
- gkbrk/slowloris (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:23.988342+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:38:20.057040+00:00, confidence not recorded.
  - readme: https://github.com/gkbrk/slowloris (fetched 2026-08-28T04:07:23.988342+00:00, sha eec49d1444ae)
  - registry_pypi: https://pypi.org/pypi/slowloris/json (fetched 2026-08-29T09:53:45.566032+00:00, sha 249df0ac5d92)
- Data as of 2026-08-30T08:39:29.467469+00:00.
