EvilZone

Hacking and Security => Hacking and Security => Topic started by: D1M4 on June 13, 2014, 11:30:15 AM

Title: Airbase-Ng Problem
Post by: D1M4 on June 13, 2014, 11:30:15 AM
Everytime i try to make a Fake AP i get this log:

I'm using a RTL8187BvE chipset.

Created tap interface at0
Trying to set MTU on at0 to 1500
Trying to set MTU on mon0 to 1800
Acces Point with BSSID 00:1C:DF:XX:XX
Error: Got channel -1, expected a value > 0.

anyone have an idea what I'm doing wrong?

-D1M4
Title: Re: Airbase-Ng Problem
Post by: ThePH30N1X on June 13, 2014, 11:58:18 AM
Can you post the command and arguments you used?
Title: Re: Airbase-Ng Problem
Post by: D1M4 on June 13, 2014, 12:01:46 PM
I used, airbase-ng -c 11 -e freewifi mon0


-D1M4
Title: Re: Airbase-Ng Problem
Post by: proxx on June 13, 2014, 12:11:51 PM
Everytime i try to make a Fake AP i get this log:

I'm using a RTL8187BvE chipset.

Created tap interface at0
Trying to set MTU on at0 to 1500
Trying to set MTU on mon0 to 1800
Acces Point with BSSID 00:1C:DF:XX:XX
Error: Got channel -1, expected a value > 0.

anyone have an idea what I'm doing wrong?

-D1M4
Yes , kill any networking daemon, take down the wireless interface like; ifconfig wlan0 down
Try airodump-ng which will behave the same, for easy testing.
You can also force an interface to a certain channel with iwconfig, rtfm.
:)
Title: Re: Airbase-Ng Problem
Post by: D1M4 on June 13, 2014, 03:57:54 PM
Ty proxx !!! You're my hero! :D