-
Notifications
You must be signed in to change notification settings - Fork 190
Description
Hello! I can successfully run trackerjacker on Kali Linux, but in Arch Linux (trackerjacker is installed from BlackArch repository) it fails.
If I run it like this:
sudo trackerjacker -i wlp0s20f0u1 --track --trigger-plugin foxhunt --log-level DEBUG
It outputs nothing and nothing happens.
If I run it this way:
sudo trackerjacker -i wlp0s20f0u1 --track --log-level DEBUG
It outputs many errors:
Error decoding Dot11Frame: ord() expected a character, but string of length 0 found
Error decoding Dot11Frame: ord() expected a character, but string of length 0 found
Error decoding Dot11Frame: ord() expected a character, but string of length 0 found
Error decoding Dot11Frame: ord() expected a character, but string of length 0 found
Error decoding Dot11Frame: ord() expected a character, but string of length 0 found
Switching to channel 12
Switching to channel 104
Switching to channel 44
Switching to channel 1
Error decoding Dot11Frame: ord() expected a character, but string of length 0 found
Error decoding Dot11Frame: ord() expected a character, but string of length 0 found
Error decoding Dot11Frame: ord() expected a character, but string of length 0 found
Error decoding Dot11Frame: ord() expected a character, but string of length 0 found
Error decoding Dot11Frame: ord() expected a character, but string of length 0 found
On both systems I use the same Wi-Fi adapter Alfa AWUS052NH. Do you have some ideas about the origin of the problem?
Thanks in advanced.