xdavidhu / mitmAP

📡 A python program to create a fake AP and sniff data.
MIT License
1.66k stars 268 forks source link

Connectivity Issue #15

Closed beeprime closed 7 years ago

beeprime commented 7 years ago

I am using Kali Linux on-board wi-fi card as INTERNET facing card and external ALFA card as Access Point. MITMAP gives no error but simultaneously no AP is coming live.

xdavidhu commented 7 years ago

Have you said yes to create the HOSTAPD config file when asked?

xdavidhu commented 7 years ago

@noh950 Have you said yes to create the HOSTAPD config file when asked?

xdavidhu commented 7 years ago

When you stop it, can you see any text about "No screen session found."?

xdavidhu commented 7 years ago

Its caused by hostapd than. Try running it manually: sudo hostapd /etc/hostapd/hostapd.conf

xdavidhu commented 7 years ago

@noh950 I tried it before, and im sure its in the kali repos.

apt-get update apt-get install hostapd

xdavidhu commented 7 years ago

So its working by the default kali install?

crypiehef commented 7 years ago

I found it in the repo.

Crypiehef

On Jan 6, 2017, at 3:34 PM, noh950 notifications@github.com wrote:

In my Kali 2016.2 Hostapd is neither installer nor in the repository. What should I do. Install it manually ?

― You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

xdavidhu commented 7 years ago

Its a problem with your interface. Maybe something to do with the virtual machine. Also make sure you select your correct wireless interface when you start mitmAP. Check for interfaces with the "ifconfig" command.

xdavidhu commented 7 years ago

Cool! I am happy to help if you got any other problems later.

xdavidhu commented 7 years ago

@noh950 no its not, only if you say yes to wpa2 encryption, because than you must enter a passphrase.

now i can see what was you problem! thanks, going to add blank password detection to mitmAP.

Thank you for your reply/issue report, closing this for now.