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

Unable to parse airodump csv output #56

Closed
strasharo opened this issue Aug 9, 2017 · 3 comments
Closed

Unable to parse airodump csv output #56

strasharo opened this issue Aug 9, 2017 · 3 comments

Comments

@strasharo
Copy link
Contributor

Is it just me or currently the script is unable to parse the csv output from airodump on the network selection dialog using the stock airodump shipped with Kali?
https://github.com/FluxionNetwork/fluxion/blob/master/fluxion.sh#L675

@MPX4132
Copy link
Member

MPX4132 commented Aug 9, 2017

I found a bug last night related to different versions of awk, (mawk vs gawk). I used them in the script to parse the output from airodump-ng, which is why it might be relevant. If your system has a link from awk to mawk, you're affected. If that's the issue, it's just been fixed in the latest commit I made.

edit: To clear it up, this may not apply if you're using Kali, since it links from awk to gawk, which is the one that works properly. It affects systems that have some type of symlink from awk to mawk.

@strasharo
Copy link
Contributor Author

Yup, I'm on Kali and it's linked to mawk:

root@ktest:~# ls -l `which awk`
lrwxrwxrwx 1 root root 21 Dec 10  2016 /usr/bin/awk -> /etc/alternatives/awk
root@ktest:~# ls -l /etc/alternatives/awk
lrwxrwxrwx 1 root root 13 Dec 10  2016 /etc/alternatives/awk -> /usr/bin/mawk
root@ktest:~# lsb_release -a
No LSB modules are available.
Distributor ID:	Kali
Description:	Kali GNU/Linux Rolling
Release:	kali-rolling
Codename:	kali-rolling
root@ktest:~# 

@strasharo
Copy link
Contributor Author

#57 fixed it

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

No branches or pull requests

2 participants