Jump to content

Adamz

Members
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

474 profile views

Adamz's Achievements

Newbie

Newbie (1/14)

  1. Is there a reason why you aren't connecting the Pineapple to your laptop via the Eth port? The IP (192.168.1.13) you are getting on your laptop suggests that you are not being assigned an IP from the Pineapple, but from your home router instead. If the Pineapple is seeing your home router as it's default gateway, then you would need to assign the IP address of 172.16.42.42 to your home router. Have you tried setting up the Pineapple as per the instructions provided? If so, does it all work that way? If you don't want to connect your laptop to the Pineapple via the Eth port, then you need to utilize both Wlan's. i think connecting the Pineapple to your home router via the Eth port is a hard way to do things.
  2. Solved - for me at least. I have been experiencing the same issues as everyone else, I had the ^M's in my www/index.php and /etc/pineapple/spoofhost files. I deleted the ^M's and still could not get DNSSpoof to work. However, once I replaced the existing www/redirect.php with the redirect.php file found at https://github.com/WiFiPineapple/web-interface/wiki/mk34dnsspoofguide Then my DNSSpoof problem was resolved. There must be an issue with the PHP code in the www/redirect.php that is shipped with the MKV. Here is the code I used in my www/redirect.php file to make DNSSpoof work: <?php$ref = $_SERVER['HTTP_REFERER'];if (strpos($ref, “example”)){ header('Location: example.html'); }require('default.html');?> Note - I did also create a file name example.html in the www folder.
×
×
  • Create New...