You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason, the crash below happens when starting jammer on 2.4GHz channel or it happens after a while deauth is successfully started.
No issue so far on 5GHz channels.
└─# python wifijammer -i wlan2 -a AA:BB:CC:DD:EE:FF -c 8
Access Points ch ESSID
Exception in thread Thread-1 (channel_hop):
Traceback (most recent call last):
File "/usr/lib/python3.11/threading.py", line 1038, in _bootstrap_inner
self.run()
File "/usr/lib/python3.11/threading.py", line 975, in run
self._target(self._args, **self._kwargs)
File "/root/wifijammer/wifijammer", line 244, in channel_hop
output(err, monchannel)
File "/root/wifijammer/wifijammer", line 325, in output
print('['+T+''+W+'] '+O+ap[0]+W+' - ' +
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: can only concatenate str (not "bytes") to str
The text was updated successfully, but these errors were encountered:
For some reason, the crash below happens when starting jammer on 2.4GHz channel or it happens after a while deauth is successfully started.
No issue so far on 5GHz channels.
└─# python wifijammer -i wlan2 -a AA:BB:CC:DD:EE:FF -c 8
The text was updated successfully, but these errors were encountered: