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

Allow airodump-ng to exit & get reaped #152

Merged
merged 2 commits into from
Jun 6, 2023

Conversation

cbrunnkvist
Copy link

@cbrunnkvist cbrunnkvist commented Jun 4, 2023

airodump-ng actually never exits - it needs to be convinced to use its "background mode" (=close stdin? stop waiting for stdout buffer?), otherwise it hangs around in zombie mode until the wifite main process itself exits + causes an annoying little pause after scanning ends.

This patch just adds the missing command line parameter.

(This was originally PR derv82/pull/436 because I was assuming it was the "most maintained" fork, but evidently I was mistaken)

@kimocoder
Copy link
Owner

Yeah, I've seen this happen. I will run some tests and see 🥇

@kimocoder kimocoder merged commit be5d697 into kimocoder:master Jun 6, 2023
6 of 7 checks passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants