Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

syntax error in ./config/iw_parsing.awk #11

Open
dark0ghost opened this issue Jun 9, 2021 · 3 comments
Open

syntax error in ./config/iw_parsing.awk #11

dark0ghost opened this issue Jun 9, 2021 · 3 comments
Labels

Comments

@dark0ghost
Copy link

dark0ghost commented Jun 9, 2021

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 [

@aress31
Copy link
Owner

aress31 commented Oct 15, 2022

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

@dark0ghost
Copy link
Author

Parrot os, bash

@aress31
Copy link
Owner

aress31 commented Oct 15, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants