LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Wireless Networking (https://www.linuxquestions.org/questions/linux-wireless-networking-41/)
-   -   Problem with connecting my smartphone to the fake access point created with airbase-ng (https://www.linuxquestions.org/questions/linux-wireless-networking-41/problem-with-connecting-my-smartphone-to-the-fake-access-point-created-with-airbase-ng-4175612304/)

mahro 08-20-2017 01:01 PM

Problem with connecting my smartphone to the fake access point created with airbase-ng
 
Hi guys need help with this so i put my tp-link TL-WN722N wirless adapter in monitor mode and used this command to create a fake ap:
airbase-ng -a MAC ADDRESS --essid "Router name" -c ROUTER CHANNEL wlan1
then i used the following commands:
brctl addbr evil
brctl addif evil eth0
brctl addif evil at0
ifconfig at0 0.0.0.0 up
ifconfig evil up
dhclient evil
then after that i connected my smartphone to the fake access point but when i browse the internet i don't have internet connection

what is the problem?

archh666 09-01-2017 08:42 AM

First, be sure that your wifi card supports monitor mode, (then set it up properly);
also check this:
https://www.aircrack-ng.org/doku.php?id=airbase-ng

[UPDATE]
ONLY V1 of that card supports monitor mode, if you have a V2, check this: https://github.com/mfruba/kernel


All times are GMT -5. The time now is 01:03 PM.