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

Bad output of airmon-ng #17

Closed
aircrack-ng opened this issue Mar 10, 2018 · 3 comments
Closed

Bad output of airmon-ng #17

aircrack-ng opened this issue Mar 10, 2018 · 3 comments
Labels
#airmon-ng bug Something isn't working @major
Milestone

Comments

@aircrack-ng
Copy link
Owner

Reported by misterx on 16 Dec 2006 22:26 UTC

This happens on ubuntu (and maybe other distro) with [airmon-ng <start|stop> [channel](18]:

usage:)
 
-e Interface    Chipset         Driver
 
-e -n wifi0             Atheros         madwifi-ng
 
[: 377: ==: unexpected operator
-e -n ath0              Atheros         madwifi-ng VAP (parent: wifi0)
@aircrack-ng aircrack-ng added this to the 0.7 milestone Mar 10, 2018
@aircrack-ng aircrack-ng added #airmon-ng @major bug Something isn't working labels Mar 10, 2018
@aircrack-ng
Copy link
Owner Author

Comment by misterx on 16 Dec 2006 22:26 UTC

This could be fixed by using /bin/bash instead of /bin/sh like it was done in a previous revision but it breaks ash compatibility.

By default, we will use /bin/bash but if it doesn't exist, we will search for /bin/sh and if this one doesn't exist, we will use the current shell that can be found with $SHELL (at least on bash).

@aircrack-ng
Copy link
Owner Author

Comment by misterx on 16 Dec 2006 22:26 UTC

That's temporarly fixed for most distro in #25

@aircrack-ng
Copy link
Owner Author

Comment by misterx on 16 Dec 2006 22:26 UTC

(In #26) Some improvment to makefiles and under linux, it should detect the shell used (Closes: #17)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
#airmon-ng bug Something isn't working @major
Projects
None yet
Development

No branches or pull requests

1 participant