iotmap icon indicating copy to clipboard operation
iotmap copied to clipboard

killerbee is not fully integrated to python3

Open 5l1v3r1 opened this issue 3 years ago • 1 comments

python3 iotmap.py Traceback (most recent call last): File "iotmap.py", line 45, in from core.sniffing import Sniffing File "/media/root/WINDOWS/opt/iotmap/iotmap-master/core/sniffing.py", line 18, in from sniffer.zigbeeSniffer import zigbeeSniffer File "/media/root/WINDOWS/opt/iotmap/iotmap-master/sniffer/zigbeeSniffer.py", line 23, in from killerbee import KillerBee, PcapDumper, DLT_IEEE802_15_4 File "/media/root/WINDOWS/opt/iotmap/lib/python3.7/site-packages/killerbee-2.7.1-py3.7-linux-x86_64.egg/killerbee/init.py", line 5, in from pcapdump import * File "/media/root/WINDOWS/opt/iotmap/lib/python3.7/site-packages/killerbee-2.7.1-py3.7-linux-x86_64.egg/pcapdump.py", line 12 DOT11COMMON_TAG = 000002 ^ SyntaxError: invalid token

killerbee is not fully integrated to python3. even after from main or other branches installation, it gives the same error. So do you know how to fix this error?

5l1v3r1 avatar Oct 08 '20 12:10 5l1v3r1