Forum Thread: HOW to Create Fake Access Point with Essid with Space in Between.

airbase-ng -a AA:AA:AA:AA:AA:AA -e Narasimhakanavallu mon0:This creates a ap with ssid 'Narasimhakanavallu'

where as airbase-ng -a AA:AA:AA:AA:AA:AA -e Narasimha kanavallu mon0 is not working.

3 Responses

I do not believe that SSIDs can have spaces. I may be wrong though. try with an underscore _

Can't test it right now.. but have you tried with quotes ?

airbase-ng -a AA:AA:AA:AA:AA:AA -e "Narasimha kanavallu" mon0

You can try creating a variable, too:
~#: essid='Narasimha kanavallu'
~#: airbase-ng -a XX:XX:XX:XX:XX:XX -e $essid mon0

Share Your Thoughts

  • Hot
  • Active