Install this version:
emerge -a =dev-python/mitm6-0.2.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/mitm6-0.2.2
Or alternatively:
emerge --autounmask-write -a =dev-python/mitm6-0.2.2
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1
DESCRIPTION="pwning IPv4 via IPv6"
HOMEPAGE="https://github.com/CoreSecurity/impacket"
SRC_URI="https://github.com/fox-it/mitm6/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
RDEPEND=">=net-analyzer/scapy-2.4[${PYTHON_USEDEP}]
dev-python/twisted[${PYTHON_USEDEP}]
!=dev-python/twisted-17.1.0-r2
dev-python/netifaces[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"
>=net-analyzer/scapy-2.4[] dev-python/twisted[] !=dev-python/twisted-17.1.0-r2 dev-python/netifaces[] dev-python/setuptools[]
>=net-analyzer/scapy-2.4[] dev-python/twisted[] !=dev-python/twisted-17.1.0-r2 dev-python/netifaces[]
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | mitm6-0.2.2.tar.gz | 14812 bytes | https://github.com/fox-it/mitm6/archive/v0.2.2.tar.gz |