Jump to content

WatskeBart

Active Members
  • Posts

    239
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by WatskeBart

  1. and also check GND (ground/mass) very important ;)
  2. Or download the latest OpenWRT trunk snapshot copy to /tmp/ and flash with sysupgrade -n -v /tmp/"trunkfilename".bin
  3. LOL xD But the Pico drive is a very nice pendrive, it has very high r/w speeds.
  4. I still have a Github fork with the original wiki ;) Mod edit: https://github.com/WatskeBart/wifipineapple/wiki Thanks moderator ;)
  5. Makes life such easier :D Great work
  6. Cool, but indeed kinda bulky :P There are more powerful portable batteries which are smaller too.
  7. The pineapple only responds to devices (your phone) which are trying to connect to a open (no wep/wpa) remembered/preferred network and you need to have karma enabled. So if your phone doesn't have a open network in his remembered networks list than it doesn't work. If you really want to test the pineapple's functionality: Remove your home wifi network from your android (long press network and select forget) Change your home wifi network to a open (non wep/wpa) network. Connect with your android to your open home network. Turn off wifi on your android. Change your home wifi network back to a wep/wpa network. Turn on pineapple and enable karma Turn on wifi on your android. Your android should automatically connect to it's remembered open network (which was your home network) and the pineapple will catch that request and connects your android to him. Voila Reload your android status page to see if you android has connected.
  8. Also very curious what the book/magazine will contain about the Jasager B)
  9. Hoorah for token login based banks :)
  10. Original status.php Edited status.php Disabled stealth in both original as well as editied status.php
  11. Issue appearing on Chrome and FF (all up-to-date as well) Win7 Only when stealth is enabled the | is not correctly aligned. When I add the issue is gone on both Chrome and FF. P.S. How do I add attachments (new media) with this new forum theme?
  12. Me again whining about cosmetic nonsense :P echo " Stealth <font color=lime><b>".$strings["status-enabled"]."</b></font>. | <a href=\"index.php?stealth=off\"><b>".$strings["status-disable"]."</b></a><br />"; bold piece is missing, but you probably already noticed ;)
  13. I really would be a nice feature to keep /www/pineapple/modules/moduleList after a firmware upgrade. So you don't have to "reinstall" all infusions again after a upgrade. Besides the modules are still installed on the usb, but moduleList is wiped when upgrading. Or create a checkbox system for the available infusions, so you can install multiple infusions at once ;)
  14. Actually it would be 192.168.9.100 *[/CODE] But this will not work because the pineapple is configured by default with a B-class IP address (172.16.*.*) 192.168.*.* is a C-class address.
  15. Any news on the Interceptor implementation? :)
  16. Minor cosmetic detail on stats page ;) Line 126 of stats.php is: echo " Stealth <font color=lime><b>".$strings["status-enabled"]."</font>. | <a href=\"index.php?stealth=off\"><b>".$strings["status-disable"]."</b></a><br />"; [/CODE] but should be: [CODE] echo " Stealth <font color=lime><b>".$strings["status-enabled"]."</font>. | <a href=\"index.php?stealth=off\"><b>".$strings["status-disable"]."</b></a><br />"; [/CODE] To fix the stealth toggle alignment issue. Also when switching to any other language the text will go out of bounds on 3G and SSH page, except for default english language.
  17. That's a really nice LCD indeed :) and the pineapple uses 3.3V :( but USB is still an option :)
  18. Would be a great mod for the pineapple. I can't see why it can't be done :) You could probably use the internal serial interface instead of the USB port ;)
  19. Should be a pineapple default feature :P
×
×
  • Create New...