# moxie0/sslstrip

A tool for exploiting Moxie Marlinspike's SSL "stripping" attack.

Repository: https://github.com/moxie0/sslstrip
Canonical: https://ross.abutalabs.com/products/sslstrip
Homepage: http://www.thoughtcrime.org/software/sslstrip/
Language: Python
License: GPL-3.0
License Family: copyleft
Last push: 2021-05-29T01:53:12+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5610, "days_push": 1923, "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 2073, forks 448 (observed 2026-08-28T04:06:10.567166+00:00)

## What it is
sslstrip is a Python command-line tool that implements Moxie Marlinspike's SSL stripping man-in-the-middle attack, downgrading HTTPS links in intercepted HTTP traffic to plain HTTP. It works alongside ARP spoofing and iptables redirection to capture credentials and session data from victims on a local network.

## Use cases
- demonstrate ssl stripping attacks in security training
- test whether a network is vulnerable to mitm downgrade attacks
- capture credentials over http during a pentest
- learn how https downgrade attacks work
- audit client-side https enforcement on websites

## When to choose
- performing authorized penetration tests on local networks
- teaching or demonstrating TLS downgrade attack concepts
- auditing legacy sites that still serve http links

## When to avoid
- any use without explicit authorization from network owners
- modern environments with HSTS and HTTPS-everywhere defaults, where the attack is largely ineffective
- projects needing maintained tooling - it targets Python 2 and is unmaintained

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: security, networking, proxy, penetration-testing
- domain: security, penetration-testing, networking
- platform: python, cli
- tags: mitm, ssl-stripping, man-in-the-middle, arp-spoofing, pentest, linux

## Member repositories
- moxie0/sslstrip (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:10.567166+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-30T02:56:30.320100+00:00, confidence not recorded.
  - readme: https://github.com/moxie0/sslstrip (fetched 2026-08-28T04:06:10.567166+00:00, sha 3badc502b9a9)
- Data as of 2026-08-30T08:39:29.467469+00:00.
