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
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: