i tried to install mitmf as you showed in the installation video.. but it seems some error.. i will be very helpful by knowing the solution....
The error massage : Traceback (most recent call last):
File "C:\PentestBox\bin\mitmf\mitmf.py", line 31, in <module>
from core.utils import Banners, SystemConfig, shutdown
File "C:\PentestBox\bin\mitmf\core\utils.py", line 29, in <module>
from scapy.all import get_if_addr, get_if_hwaddr
File "C:\PentestBox\vendor\drozer\Lib\site-packages\scapy\all.py", line 16, in <mo
dule>
from arch import *
File "C:\PentestBox\vendor\drozer\Lib\site-packages\scapy\arch\__init__.py", line
79, in <module>
from windows import *
File "C:\PentestBox\vendor\drozer\Lib\site-packages\scapy\arch\windows\__init__.py
", line 23, in <module>
from scapy.arch import pcapdnet
File "C:\PentestBox\vendor\drozer\Lib\site-packages\scapy\arch\pcapdnet.py", line
30, in <module>
import pcapy as pcap
ImportError: No module named pcapyThen i tried to install the pcapy module But it also have some error massage...
Pip install Error massage :
$ pip install pcap
Collecting pcap
InsecurePlatformWarning
Could not find a version that satisfies the requirement pcap (from versions: )
Some externally hosted files were ignored as access to them may be unreliable (use --allow-external pcap to allow).
No matching distribution found for pcap