Jump to content

Sebkinne

Root Admin
  • Posts

    3,978
  • Joined

  • Days Won

    331

Everything posted by Sebkinne

  1. A bug that has been located and fixed in the upcoming firmware release.
  2. You are probably too far away from the router, so the authentication times out.
  3. This depends on how you are giving your WiFi Pineapple internet, and how many clients you have.
  4. Your handshake with an access point timed out.
  5. The output is simple JSON and trivial to parse with python or php. Extraction of AP and Client data can be done in a simple loop. If your script is in bash, you might want to use a php one-line to parse the data. Of course :)
  6. 0 = 2.4Ghz, 1=5Ghz, 2=both The NANO will only be able to do 2.4Ghz.
  7. The cable the WiFi Pineapple NANO comes with is not a data cable, so that won't work. The App itself may not work with your device (see the disclaimer), but it is also not required to use the WiFi Pineapple. Think of it more as a free bonus.
  8. C won't work on the Pineapple? Of course it does.
  9. Even with firmware, this won't work. The device has no ART partition. Not only that, but you would violate FCC regulations, at least if you are in the US. The device does not support WiFi, even though the Silicon technically could.
  10. Not without adding a third radio via USB.
  11. Please note that the MK4 has reached EOL status over three years ago. We are considering bringing back downloads for the device, but that's not a promise. I know someone is working on some patches for the MK4 to fix some of these issues, but the MK4 will not receive updates from hak5 anymore.
  12. Because this is the sixth generation firmware running on the older MKV hardware, and it's still in BETA status. It will probably never have automatic updates.
  13. That will work, but YMMV: https://www.amazon.com/gp/aw/s/ref=is_s?k=12v+to+5v
  14. It's a stand alone device, so you would have to SSH in and use the radios that way.
  15. Hi Gon, You are welcome to create a page on our wiki: http://wiki.wifipineapple.com (https://github.com/hak5/wifipineapple-wiki) :)
  16. Nope, sorry. You would have seen a clear indication of it being backordered though. See this picture.
  17. I'm afraid so. Check out the hakshop page for the duck, it has a notice on the page. Saying that, I think all previous orders (before the notice went up) did get shipped as of today.
  18. Provided there are no issues with the order (such as it being flagged as fraud, or an address change being requested), and the item is in stock, it will usually ship within three days.
  19. The shop and support can be reached via email only, Mon - Friday, 09:00-17:00 (PST, excluding US public holidays). No phone support, sorry. Emails are answered in the order they come in. Making multiple posts about the same thing on this forum also doesn't help, and just creates more work for the moderators.
  20. This is a known kali issue. You are best off setting the TETRA interface to s static IP (172.16.42.42) or running the wp6.sh script. The Network Manager in Kali is going a bit crazy lately.
  21. TCP dump will work nicely.
  22. This is correct. You can disable the management AP and unhide the open network.
  23. Unless you explicitly shared internet to the WiFi Pineapple, or set up WiFi Clientmode, etc, there is no way for the WiFI Pineapple to have internet. Scannig and other PineAP features do not mean internet is there. Saying that, the message "Error connecting to WiFiPineapple.com. Please check your connection." clearly indicated a lack of connection.
  24. How are your providing internet to the WiFi Pineapple?
  25. Hi Jeroen, This is how you would send POST data with pure PHP. If you also want to post to HTTPS, you would need to combine it with the following code: <?php $context = stream_context_create(["ssl" => ["verify_peer" => true, "cafile" => "/etc/ssl/certs/cacert.pem"]]); $data = @file_get_contents("https://www.wifipineapple.com/tetra/bulletin", false, $context); You can see that you need the "ssl" portion for SSL, and that you need "http" part for the POST request and data.
×
×
  • Create New...