GithubHelp home page GithubHelp logo

Comments (3)

MPX4132 avatar MPX4132 commented on July 21, 2024

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.

from fluxion.

strasharo avatar strasharo commented on July 21, 2024

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:~# 

from fluxion.

strasharo avatar strasharo commented on July 21, 2024

#57 fixed it

from fluxion.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.