hak5 / nano-tetra-modules

The Official WiFi Pineapple Module Repository for the NANO & TETRA
https://wifipineapple.com/modules
463 stars 143 forks source link

PMKIDAttack - Add module for fw 2.7 #95

Closed xchwarze closed 1 year ago

xchwarze commented 3 years ago

Add PMKIDAttack module from https://github.com/xchwarze/wifi-pineapple-pmkidattack

foxtrot commented 3 years ago

Sorry, pre-compiled binaries are not accepted.

xchwarze commented 3 years ago

The binarias are from adde88 repo https://github.com/adde88/openwrt-useful-tools/tree/packages-19.07_mkvi If you wish I can make it download them with wget

foxtrot commented 3 years ago

Those tools should be available via opkg. Please use that instead.

xchwarze commented 3 years ago

mmmm it seems that hcxtools is not here

root@Pineapple:~# opkg --dest sd install hcxtools-custom hcxdumptool-custom
Unknown package 'hcxtools-custom'.
Unknown package 'hcxdumptool-custom'.
Collected errors:
 * opkg_install_cmd: Cannot install package hcxtools-custom.
 * opkg_install_cmd: Cannot install package hcxdumptool-custom.
root@Pineapple:~# opkg --dest sd install hcxtools hcxdumptool
Unknown package 'hcxtools'.
Installing hcxdumptool (6.0.1-1) to sd...
Downloading https://downloads.openwrt.org/releases/packages-19.07/mips_24kc/packages/hcxdumptool_6.0.1-1_mips_24kc.ipk
Configuring hcxdumptool.
Collected errors:
 * opkg_install_cmd: Cannot install package hcxtools.
xchwarze commented 3 years ago

@foxtrot Any ideas to fix this? The module really has a lot of work on it and I think it's a shame not to share it

foxtrot commented 3 years ago

@xchwarze I package hcxtools for the Mark 7, so tomorrow I'll backport it to the NANO and TETRAs feed for you.

xchwarze commented 3 years ago

thanks!

foxtrot commented 3 years ago

Hi,

Sorry for the delay. I've pushed hcxtools to the repository. You can get it with opkg update && opkg install hcxtools.

I'll review the module within the next few days.

xchwarze commented 3 years ago

Commit 0446600 seems to work ok with hcxpcapngtool 6.1

xchwarze commented 3 years ago

@foxtrot I tested commit 542cc6d all weekend without any error.

xchwarze commented 2 years ago

Hi @foxtrot! Is there any chance you can see this pull request and https://github.com/hak5/nano-tetra-modules/pull/96 ?