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

MDK4 not installing to proper directory on Pineapple enterprise #56

Open
DrSKiZZ opened this issue Sep 28, 2022 · 1 comment
Open

MDK4 not installing to proper directory on Pineapple enterprise #56

DrSKiZZ opened this issue Sep 28, 2022 · 1 comment

Comments

@DrSKiZZ
Copy link

DrSKiZZ commented Sep 28, 2022

The pineapple MDK4 module installs correctly with its dependancies but when you perform an attack you get an '[Errno 2] No such file or directory: 'mdk4'' no matter the atack you run.

image

@urmel1960
Copy link

After installing the module, the necessary dependencies are installed. The module itself contains only the GUI. The program mdk4 is needed - this is installed as dependency after the module is installed.

Unfortunately the package (ipk) in the enterprise repository of HAK5 is broken - it does not contain the executable program.

opkg itself accepts this without error message and reports mdk4 as installed, although in fact the binary is missing.

You can easily check this by downloading the package and looking inside.
opkg update
opkg install mdk4 --download-only

Now you just have to find someone who can compile mdk4 for the wifi pineapple enterprise architecture ...

I have already submitted a ticket to HAK5 - they obviously don't want to deal with the issue there. So much for the "enterprise" product ....

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