Results 1 to 2 of 2

Thread: Solving The ESSID name limitations in programs using airbase-ng

  1. #1
    Join Date
    2013-Jul
    Posts
    844

    Solving The ESSID name limitations in programs using airbase-ng

    Airbase-ng has a limitation in the coding in that you cannot add directly into the command line a essid name that has spaces when using xterm. Hence if your target has a name like:

    Home Wifi

    A command line like

    airbase-ng -c 1 -e "Home Wifi" -b xx:xx:xx:xx:xx:xx -v mon0

    when using xterm may
    cause airbase-ng to crash

    When phishing this can become a problem when using this program in the field

    Oe simple work around.

    Write a file named essidlist having the name Home Wifi on the first line of the file.

    echo "Home Wifi" > essidlist

    You now have a file in root named essidlist

    Use the option --essids (i.e. read the essid from a file)

    Use the following command line

    airbase-ng -c 1 --essids essidlist -b XX:XX:XX:XX:XX:XX -v mon0

    We are currently coding this option into our Aerial.sh phishing programs for field operations.

    Musket Teams
    Last edited by mmusket33; 2015-01-23 at 11:19.

  2. #2
    Join Date
    2013-Mar
    Posts
    10
    nice, thanks mm33

Similar Threads

  1. Replies: 1
    Last Post: 2017-01-13, 12:26
  2. Airbase-ng ESSID Bug in aircrack-ng 1.2rc3
    By mmusket33 in forum TroubleShooting Archive
    Replies: 3
    Last Post: 2016-04-20, 11:58

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •