Is there a working open-source implementation of a WiFi channel-based man-in-the-middle attack out there?
I have been looking for it for a while and what I found so far was this python package which is in python2 and I don't think it works. I tried contacting the author but he probably stopped maintaining it.
Then I thought I could try it by myself. I chose python3-scapy as a tool to help me do it. And (just today) I was partially successful in creating two channels on my laptop using two WiFi network adapters where I can accept packets on one channel and forward them on the other channel. But there is still a long way to go.
P.S. My aim is to reproduce the KRACK attack on WPA2.