Jump to content

Sebkinne

Root Admin
  • Posts

    3,978
  • Joined

  • Days Won

    331

Everything posted by Sebkinne

  1. Two posts above yours, newbi3 explains this and promised a fix asap. Best regards, Sebkinne
  2. Hehe, no worries :) I'm just glad it works. Best regards, Sebkinne
  3. We don't support IE at all, sorry. Best regards, Sebkinne
  4. I cannot reproduce this issue - what browser are you using? Best regards, Sebkinne
  5. I cannot reproduce this issue, what browser are you using when you have this issue? Could you try chrome or Firefox? Best regards, Sebkinne
  6. I'm looking into this in a little bit, we can push updates to infusions via the pineapple bar. Best regards, Sebkinne
  7. It's the secure ap. Best regards, Sebkinne
  8. He is lying about the busy part - he is just lazy ;)
  9. Hey guys, Firmware 2.1.0 is now live. Best Regards, Sebkinne
  10. Hey everyone, Being 3 months since the last major firmware release we are excited to present to you today a major milestone in the project. This firmware could have easily been 3 separate releases, so prepare for some awesome changes. On the usability side you'll notice that the WIFi Pineapple's Web Interface is now responsive and beautiful on mobile devices. Not just a cosmetic change, you'll notice a new help system is built-in providing answers to common questions for features such as PineAP, Networking and Configuration. A lot of work has been done in terms of security, with some major bug fixes like preventing CSRF, providing device verification by LED pattern on initialization, locking down serial and providing a WPA2 protected WiFi management interface. After much request we've also implemented a simple method for changing the Wired interfaces behavior. You may now switch from classic mode (what you've been used to since 1.0) to wired Client Mode, supporting both DHCP and Static IP addresses. You can even change the WiFi Pineapple's IP address and hostname. Of course a big thanks to our beta testers, infusion developers and you for your continued support. We're very excited about this release. There's a bunch of other changes and bugfixes in the changelog. Do please note, given the scope of changes we may notice a thing or two out of place in some user infusions. We expect that with an update using the most current API version, these infusions will be working as expected in short order. Changelog 2.1.0: Fixed apple's Safari and iOS browsers not working correctly with the webinterfaceChangelog 2.1.0: A Mobile friendly web interface Infusions are now responsive to device screen size Large tile tabs scroll horizontally on mobile Infusions minimize to shelf on mobile Recon mode doesn't overflow on mobile Security Fixes The serial console now requires you to log in Bash has been patched - though we were not directly affected by shellshock Prevent any CSRF attacks on GET or POST requests A WPA2 management interface has been added by default First boot requires LED sequence verification OpenSSL-utils shipped by default Built-in Help System Clicking superscript circled question mark displays help text Help bubbles enabled by default and can be disabled from the “configuration” infusion. API updated for Infusion developers to use Help System PineAP Can now be controlled from the CLI Will not fail anymore if the MAC of wlan1 has been changed Does not cause the web interface to lag when started anymore Wired Settings Added the ability to easily set up wired client mode Added the ability to change the WiFi Pineapple's LAN settings A global infusion log system has been added Infusion logs can be viewed in the “log” infusion See the new API functions for more information Added more API functions for infusion developers See http://wiki2.wifipineapple.com/#!api.md, which will be updated within the week. Other miscellaneous changes and fixes Fixed an issue where CSS and JS files were cached and caused issue on upgraded Aircrack-ng has been updated to version 1.2-RC1 Fixed an issue with nginx filling /tmp/ with logs Added the ability to change the hostname WiFi Pineapple Bar has been updated Download: Over the air through the web-interface. (alternatively at https://wifipineapple.com?downloads) Note: To flash this over the web-interface, please make sure your info tile is at it's latest version. As usual, please leave any feedback in this thread. Bugs, suggestions can also (and should be) be left here. We hope you enjoy this release! -The WiFi Pineapple Team
  11. It's 14:25 on the west coast - everything is ready, just a bit chaotic because the warehouse party starts in two hours. Will probably still hit the servers today, with a release post tomorrow. Best regards, Sebkinne
  12. Our new big battery does come with a USB port, which can safely be used for charging your phones / other 5V devices. Best Regards, Sebkinne
  13. I'd just pipe the output to sed, get rid of the extra characters and whitespace, and write these to a file. If you are reading this file from Java while you are still writing to it, make sure to open the file in read only mode. Best regards, Sebkinne
  14. Hi _darkness, The interface you want to listen on is br-lan on the WiFi Pineapple. If you are only getting your own traffic, make sure that other devices are actually connected to the WiFi Pineapple MKV. Best Regards, Sebkinne
  15. Absolutely. Otherwise you'll kick off people connected to you / yourself! Best Regards, Sebkinne
  16. If you are sharing your internet connection to the WiFi Pineapple MKV via ethernet from your PC / laptop, and you are getting internet over WiFi, you probably want to blacklist your MAC. Otherwise you'll karma yourself and loose internet connectivity. If you are providing internet to the WiFi Pineapple MKV via other means and are managing it over WiFi, you should not blacklist yourself. Best Regards, Sebkinne
  17. I have moved this thread to the questions forum. Please make sure to check that you post in the right place next time. Best regards, Sebkinne
  18. Saturday if everything goes well :)
  19. You need to change the css file that is being included in index.php. You can edit CSS via the configuration infusion. Best regards, Sebkinne
  20. alygator_66, I cannot suggest a device as it is not something I do. I am just responsible for the software. The image that you need to flash needs to be a dump of a working WiFi Pineapple's flash. I cannot provide this dump - you would have to extract it from a working unit. Something to keep in mind is that you will need to change the MAC and serial number inside the flash - otherwise they will match the one you dumped the firmware from. Best Regards, Sebkinne
  21. Hi alygator_66, Sadly, unless you have a device (jtag flasher) that can write directly to the flash, you are out of luck. Even so, you would need to first extract the working flash from another device. There is no way to restore uboot via a serial cable, as that would require uboot. Best Regards, Sebkinne
  22. The pineapple's default lease time is 12h. If you wish to change this, simply edit the option in /etc/config/dhcp Best regards, Sebkinne
  23. Hi honolulu6969, I still see two issues with your code: You have a sleep(6) in your code. In PHP, sleep simply delays the script execution. This means that any content on the page is NOT visible to the user (as the script hasn't fully executed yet). If you wish to sleep before redirecting to the updating.html, you should use javascript or a META tag. You are sending the location header after already sending output (the echo statements are output). This is not possible and will cause your PHP not to redirect you at all. Best Regards, Sebkinne
  24. Nope, the .ipkg can be located anywhere - the sdcard too. Usually, you'll use /tmp/, but if you have it on the sdcard, then there shouldn't be an issue. Best Regards, Sebkinne
×
×
  • Create New...