wirespy
wirespy copied to clipboard
syntax error in ./config/iw_parsing.awk
when I use the command honeypot an error appears:
wirespy > honeypot » 1
awk: ./config/iw_parsing.awk: line 11: syntax error at or near [
awk: ./config/iw_parsing.awk: line 12: syntax error at or near [
awk: ./config/iw_parsing.awk: line 13: syntax error at or near [
awk: ./config/iw_parsing.awk: line 14: syntax error at or near [
awk: ./config/iw_parsing.awk: line 15: syntax error at or near [
What OS are you running it on and what shell interpreter (e.g., bash, sh, zsh) do you use?
Parrot os, bash
It seems that awk is complaining about the syntax used in iw_parsing.awk.
The last update I made to this code was in 2019, my guess is that an update to awk might be the root cause to that.
What is the version of awk installed on your system? Just paste the output of awk -V.