sensepost / mana

*DEPRECATED* mana toolkit for wifi rogue AP attacks and MitM
https://w1f1.net/
Other
1.09k stars 275 forks source link

Client won't stay connected #29

Open DrDinosaur opened 9 years ago

DrDinosaur commented 9 years ago

When running the no-upstream script, a smartphone won't stay connected to the network. It keeps dropping.

http://pastebin.com/zsk8pfrT

singe commented 9 years ago

Can you update to the latest source, edit hostapd-mana/src/utils/wpa_debug.c to change the debug message level from MSG_INFO to MSG_MSGDUMP, recompile hostapd and include that output please?

I've seen the disconnect behavior with some devices before but they don't normally get to DHCP and making connections.

Can other devices connect (iPhones are my most frequent test devices and are known to work for eg)?

On 01 Jun 2015, at 4:09 AM, Dillon Korman notifications@github.com wrote:

When running the no-upstream script, a smartphone won't stay connected to the network. It keeps dropping.

http://pastebin.com/zsk8pfrT

— Reply to this email directly or view it on GitHub.

Sliminconcoova commented 8 years ago

Hi! I am getting the same issue except i am running the start-nat-simple shell. I had an error saying could not locate dhcp.lease database, so i created a blank file with this name in the directory it was looking for. Now i get the same symptoms as @DrDinosaur - i think its definately DHCP lease related? Just a noob when it comes to mana, karma, kali, linux as a whole really

singe commented 8 years ago

If it's DHCP related it's likely a simple networking bug. Can you post some debug output?

On 08 Feb 2016, at 6:38 PM, Sliminconcoova notifications@github.com wrote:

Hi! I am getting the same issue except i am running the start-nat-simple shell. I had an error saying could not locate dhcp.lease database, so i created a blank file with this name in the directory it was looking for. Now i get the same symptoms as @DrDinosaur - i think its definately DHCP lease related? Just a noob when it comes to mana, karma, kali, linux as a whole really

— Reply to this email directly or view it on GitHub.

Sliminconcoova commented 8 years ago

any ideas how i get the DHCP logs? sorry your speaking to a noob. (or if you cant point me in the right direction?)

singe commented 8 years ago

Can you try with the new version, I moved away from isc's DHCPd to dnsmasq.