wirespy icon indicating copy to clipboard operation
wirespy copied to clipboard

syntax error in ./config/iw_parsing.awk

Open dark0ghost opened this issue 4 years ago • 4 comments

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 [

dark0ghost avatar Jun 09 '21 14:06 dark0ghost

What OS are you running it on and what shell interpreter (e.g., bash, sh, zsh) do you use?

aress31 avatar Oct 15 '22 21:10 aress31

Parrot os, bash

dark0ghost avatar Oct 15 '22 21:10 dark0ghost

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.

aress31 avatar Oct 15 '22 21:10 aress31