n3d.b0y Posted February 16, 2019 Share Posted February 16, 2019 Name: PMKIDAttackAuthor: n3d.b0yPlatform: Tetra / NANOVersion: 1.2GitHub: https://github.com/n3d-b0y/PMKIDAttackDescription: This module makes it easy to capture PMKID. We scan the network, click the attack button opposite the attacked access point and wait for the result. After we receive PMKID, attacks it will automatically stop and the file with hashes will go to the Captured block where you can download it. Quote Based on the noise on the wifi channel it can take some time to recieve the PMKID. We recommend running hcxdumptool up to 10 minutes before aborting. If PMKID could not be obtained, the access point does not support this vulnerability. Module installation for Tetra: opkg update && opkg install git git-http cd /pineapple/modules/ git clone https://github.com/n3d-b0y/PMKIDAttack.git PMKIDAttack chmod +x -R /pineapple/modules/PMKIDAttack/scripts Module installation for NANO: opkg update && opkg --dest sd install install git git-http cd /sd/modules/ git clone https://github.com/n3d-b0y/PMKIDAttack.git PMKIDAttack chmod +x -R /sd/modules/PMKIDAttack/scripts You can also contact me in this thread: https://codeby.net/threads/6-wifi-pineapple-pmkidattack.66709/ Link to comment Share on other sites More sharing options...
bmw222000 Posted February 17, 2019 Share Posted February 17, 2019 Hi thank you I will try this tomorrow on my nano Link to comment Share on other sites More sharing options...
n3d.b0y Posted February 18, 2019 Author Share Posted February 18, 2019 11 hours ago, bmw222000 said: Hi thank you I will try this tomorrow on my nano Hello. This does not work under NANO. Link to comment Share on other sites More sharing options...
bmw222000 Posted February 18, 2019 Share Posted February 18, 2019 Ah never I was looking forward to trying it out Link to comment Share on other sites More sharing options...
n3d.b0y Posted March 2, 2019 Author Share Posted March 2, 2019 Update v1.1 Added a block with the log of logs All dependencies are transferred to the module (no internet connection is required for installation) Interface bug fixed https://github.com/n3d-b0y/PMKIDAttack/releases/tag/v1.1 Link to comment Share on other sites More sharing options...
Mitchell-Y Posted March 2, 2019 Share Posted March 2, 2019 Could you adapt this to work on the NANO ? Link to comment Share on other sites More sharing options...
n3d.b0y Posted March 3, 2019 Author Share Posted March 3, 2019 On 3/2/2019 at 9:34 PM, Mitchell-Y said: Could you adapt this to work on the NANO ? I have plans to do it, but now I don’t have time for it. Link to comment Share on other sites More sharing options...
Mitchell-Y Posted March 4, 2019 Share Posted March 4, 2019 well i do have a nano and wouldnt mind helping with it Link to comment Share on other sites More sharing options...
Mitchell-Y Posted March 5, 2019 Share Posted March 5, 2019 tried this on the nano, cloning it to /pineapple/modules doesnt work due to low disk space so i cloned to /sd/modules and ran chmod, the folder is there and everything but it doesnt show under the modules menu like other modules that were installed to the sd card doing further investigation Link to comment Share on other sites More sharing options...
Mitchell-Y Posted March 5, 2019 Share Posted March 5, 2019 after reboot, i got it to show XD, ill test for functionality Link to comment Share on other sites More sharing options...
bmw222000 Posted March 5, 2019 Share Posted March 5, 2019 That's great news Mitchell-Y can't wait to try it out Link to comment Share on other sites More sharing options...
Mitchell-Y Posted March 7, 2019 Share Posted March 7, 2019 So I managed to get the PMKIDAttack module to run on the pineapple nano and even made a repo for those with the nano, im waiting for n3d.b0y to give me permission to make the repo public Link to comment Share on other sites More sharing options...
bmw222000 Posted March 7, 2019 Share Posted March 7, 2019 that's great news thank you and n3d.b0y for the work yous have done Link to comment Share on other sites More sharing options...
n3d.b0y Posted March 7, 2019 Author Share Posted March 7, 2019 Today I will add nano support to my repository. Thanks for helping @Mitchell-Y Link to comment Share on other sites More sharing options...
Mitchell-Y Posted March 7, 2019 Share Posted March 7, 2019 no problem guys. thanks for the module n3d.b0y Link to comment Share on other sites More sharing options...
n3d.b0y Posted March 9, 2019 Author Share Posted March 9, 2019 Update v1.2 Added support for NANO https://github.com/n3d-b0y/PMKIDAttack/releases/tag/v1.2 Link to comment Share on other sites More sharing options...
henna3 Posted March 14, 2019 Share Posted March 14, 2019 Hi, and thanks for the update. I cant get this module to install its Dependencies on my Pineapple Nano. I click install, it says installing and then just goes back to the green "install" button. I have tried to change permissions but i am still stuck. Hope to get some help, thanks Link to comment Share on other sites More sharing options...
WPA3 Posted March 15, 2019 Share Posted March 15, 2019 20 hours ago, henna3 said: Hi, and thanks for the update. I cant get this module to install its Dependencies on my Pineapple Nano. I click install, it says installing and then just goes back to the green "install" button. I have tried to change permissions but i am still stuck. Hope to get some help, thanks Did you see install instructions on first post Module installation for NANO: opkg update && opkg --dest sd install install git git-http cd /sd/modules/ git clone https://github.com/n3d-b0y/PMKIDAttack.git PMKIDAttack chmod +x -R /sd/modules/PMKIDAttack/scripts Link to comment Share on other sites More sharing options...
b0N3z Posted March 29, 2019 Share Posted March 29, 2019 @n3d.b0y Seems like the module is broke after the update. It won't show scans after completed and the dependencies button is not all there Link to comment Share on other sites More sharing options...
theUNK0WN Posted March 29, 2019 Share Posted March 29, 2019 1 hour ago, b0N3z said: It won't show scans after completed and the dependencies button is not all there You're correct about the scans not displaying in the module, however, they do show in the Recon log files. Interesting .... For me, the dependencies button is there and works for me 100%. The only issue seems to be with the scanning, which relies on Recon, then pushes the scans to the module (I think). *I think its an issue with Recon because I don't see "live" scans from it. I have to stop the "live" scan in order to see the results. So, Recon is probably broken and since PMKID relies on Recon scans, it won't display the results properly. Just my speculation 😕 probably will downgrade back to 2.4.2 until a fix is issued. Personally I haven't had issues with PineAP / Recon before the update anyway 😒 Link to comment Share on other sites More sharing options...
damen Posted March 31, 2019 Share Posted March 31, 2019 On 3/29/2019 at 6:23 PM, _0NiTy said: You're correct about the scans not displaying in the module, however, they do show in the Recon log files. Interesting .... For me, the dependencies button is there and works for me 100%. The only issue seems to be with the scanning, which relies on Recon, then pushes the scans to the module (I think). *I think its an issue with Recon because I don't see "live" scans from it. I have to stop the "live" scan in order to see the results. So, Recon is probably broken and since PMKID relies on Recon scans, it won't display the results properly. Just my speculation 😕 probably will downgrade back to 2.4.2 until a fix is issued. Personally I haven't had issues with PineAP / Recon before the update anyway 😒 I am having the exact same issues. Link to comment Share on other sites More sharing options...
n3d.b0y Posted April 1, 2019 Author Share Posted April 1, 2019 Update passed by me) I will try to fix the problem on the weekend Link to comment Share on other sites More sharing options...
Lisste Posted April 20, 2019 Share Posted April 20, 2019 On 3/30/2019 at 9:46 PM, damen said: I am having the exact same issues. Me too Link to comment Share on other sites More sharing options...
m0bot Posted April 21, 2019 Share Posted April 21, 2019 I can confirm the issue happens to me as well. Link to comment Share on other sites More sharing options...
n3d.b0y Posted April 26, 2019 Author Share Posted April 26, 2019 Hi friends, I don't have time for this yet. I will fix the bug as soon as I can. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.