Known Incompatibilities - mrgargsir/wifi GitHub Wiki
- Incompatible with Apple OSX/MacOS.
- Bash version ← OSX/MacOS has older Bash versions. It can be avoided by upgrading it using
brew
or whatever, this is not the real problem :smile: - Aircrack suite ← this suite does not support
airodump
andaireplay
for OSX/MacOS - Wireless tools ←
iwconfig
does not exist in OSX/MacOS, andairport
command cannot be used. It generates very different outputs
- Bash version ← OSX/MacOS has older Bash versions. It can be avoided by upgrading it using
Anyway, you can try to run airgeddon on OSX/MacOS using Docker container (this died in alpha phase, researching abandoned due to the lack of help). Take a look at the Docker Wiki section.
-
Incompatible with native OpenBSD and FreeBSD. They are Unix systems but they have some differences with Linux
- Bash ← By default, they have no Bash. It can be installed, so this is not the real problem again :sweat_smile:
- Wireless tools ←
iwconfig
does not exist in these systems, they useifconfig
instead and it generates different outputs
-
Incompatible with any Linux distribution run under Windows subsystem also called WSL Windows Linux Subsystem.