gree-remote icon indicating copy to clipboard operation
gree-remote copied to clipboard

Implementing ad-hoc AP authentication

Open 0l-l0 opened this issue 5 years ago • 2 comments

As far as I can see, the initial AP authentication phase which requires ad-hoc WiFi connection between the smart phone app and the AC hasn't been implemented yet.

I know packet sniffing on switched networks with already connected ACs is not so difficult but what about this kind of ad-hoc connection? Have you any ideas? ...maybe any progress?

0l-l0 avatar Jan 05 '20 16:01 0l-l0

Hi @0l-l0,

I've not been working on this feature. The only thing comes into my mind is that if you have a laptop with a WiFi adapter, you can probably use Kali Linux to capture the traffic between the AC unit and your phone. You must capture the 4-way handshake too when the phone connects to the AC. You can use airodump-ng to do this. After you got all the data packets, you can decrypt them with airdecap-ng using the handshake and the password (12345678 by default). Ask if you have any questions about this process.

tomikaa87 avatar Jan 05 '20 16:01 tomikaa87

Hi @tomikaa87,

Thanks for the suggestion! I'm gonna try this on my Gree and let you know if it succeeds.

0l-l0 avatar Jan 09 '20 10:01 0l-l0

Closing this due to inactivity.

tomikaa87 avatar Aug 30 '22 07:08 tomikaa87