Skip to content

mitmproxy.org

An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.

Package Information

  • Domain: mitmproxy.org
  • Name: mitmproxy.org
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install mitmproxy

Programs

This package provides the following executable programs:

  • mitmproxy

Aliases

This package can also be accessed using these aliases:

  • mitmproxy

Available Versions

Show all 27 versions
  • 12.1.1, 12.1.0, 12.0.1, 12.0.0, 11.1.3
  • 11.1.2, 11.1.1, 11.1.0, 11.0.2, 11.0.1
  • 11.0.0, 10.4.2, 10.4.1, 10.4.0, 10.3.0
  • 10.2.4, 10.2.3, 10.2.2, 10.2.1, 10.2.0
  • 10.1.6, 10.1.5, 10.1.4, 10.1.3, 10.1.2
  • 10.1.1, 10.1.0

Latest Version: 12.1.1

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +mitmproxy.org@12.1.1 -- $SHELL -i

Dependencies

This package depends on:

  • pkgx.sh^1

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.mitmproxyorg

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.