Results 1 to 14 of 14

Thread: Airbase-ng's AP is not visible by many clients

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    2014-Jan
    Posts
    4

    Airbase-ng's AP is not visible by many clients

    Hello,

    I create a mobile AP using RasPi+Battery+AWUS036H. The victim connects (automatically, because Wifi was not turned off) and visits a website, like facebook (I hate facebook). But the internal DNS-Server redirects him to the RasPi's webserver which shows him a troll jumping around and laughing at him.

    Everything seems to work fine for my Galaxy Nexus and several Laptops/PCs. But the AP is "invisible" for other devices, like iPod toch, xPeria ray, Nexus 4, Galaxy Note, ...


    This is my script:
    Code:
    #!/bin/sh
    
    /usr/local/sbin/airmon-ng start wlan0 &
    (sleep 5 && /usr/local/sbin/airmon-ng check kill &)
    (sleep 10 && /usr/local/sbin/airbase-ng -a 00:BE:EF:FA:CE:00 -c 1 -e "theINT3RW3BZZ" mon0 >> /root/troll.log &)
    (sleep 15 && ifconfig at0 192.168.0.1 up)
    (sleep 16 && ifconfig at0 hw ether 00:BE:EF:FA:CE:00)
    
    exit 0
    Can you tell me why it doesn't work? Why it is invisible? Or do you know another way to create an AP that would work in my case?
    Last edited by g0tmi1k; 2014-01-19 at 08:12.

Similar Threads

  1. Created WiFi network not visible
    By PietSukkel in forum TroubleShooting Archive
    Replies: 2
    Last Post: 2022-09-14, 14:31
  2. Now visible networks using usb wireless vmware
    By janjan in forum TroubleShooting Archive
    Replies: 6
    Last Post: 2018-03-20, 16:38
  3. after benchmark, encrypted partition is not visible
    By alanford in forum TroubleShooting Archive
    Replies: 2
    Last Post: 2017-01-23, 09:59

Posting Permissions

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