davidm71
davidm71
@DanMcInerney Pull Request? Not sure how to do that though I have modified the code to work both on Raspberry Pi 2B-Raspbian/Python 2.7 and Raspberry Pi 2B - Kali/Python 3.10.9....
Change lines 199 +200 in the wifijammer source code to this: info = fcntl.ioctl(s.fileno(), 0x8927, struct.pack('256s', bytes(mon_iface).encode('utf-8')[:15])) mac = ':'.join('%02x' % ord(b) for b in info[18:24])
Worked for me.
Be nice to have the resource files included as well.