Jump to content

WatskeBart

Active Members
  • Posts

    239
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by WatskeBart

  1. Just received my pineapple a couple of days ago, yay :cool:(with a defective power supply, unfortunately)

    What is the best practise to control a pineapple from a smartphone? I'm using a Nexus 6, but my browser can't handle the big tiles properly.

    When entering a big tile, I can't scroll down within that tile. That makes most of the infusions useless to control from a smartphone.

    I've tried Chrome and Firefox even in "Desktop mode" but still no joy.

    How do you guys control your pineapple from a smartphone (android in particular)?

    //WB

  2. IIRC we didn't approve the infusion to the pineapple bar because of the 3rd party app, and it could of been problematic, thus creating concern that people would request help and think this android app was official.

    Good point.

    I guess i'll have to make it v2.x.x compatible myself :P (if I can figure it out :ph34r:)

  3. Hello all,

    I'm giving a presentation about social engineering over a couple of weeks and I planned a little pineapple demo.

    Almost everyone there will have a smartphone with wifi and a remembered open network.

    My demo consists of running karma to catch the clients, but then what? RandomRoll page, tcpdump to show whats being send, etc.This is were I'm asking you all for advice. (Mind that I don't have internet availability at the presentation location)

    My goal is to create awareness among the attendees, not to blindly thrust and their smartphone in particular.

    I'm curious about your ideas :D

  4. First variable is missing a "h" ;)

    until [ "$minlengt" -ge 1 ] ; do
    

    should be

    until [ "$minlength" -ge 1 ] ; do
    

    also in

    echo " minimum lenght cannot be 0"
    

    but that's just a echo command :p

  5. Great Module. Do you notice than some rolls play double, like Trololo, it´s play one in the background of the browser and one (i hink flash) over of the image. (sorry my english), and that produce two sounds.

    Noticed this as well

  6. Greetings WM,

    Did you test the Autostart feature?

    It doesn't run smoothly for me :mellow:

    The start_mdk3.sh runs fine when the module is freshly downloaded, but as soon as occupineapple_actions.php does it's magic on start_mdk3.sh, then it doesn't work as supposed anymore.

    Is it possible that the trouble resides in the double MYMONITOR=mon0 variable (line 9 and line 50) in start_mdk3.sh, after occupineapple_actions.php loaded?

    Commenting line 9 in start_mdk3.sh makes the autostart work, but it causes incremental monitor interfaces to be created (mon1, mon2) everytime when I click Stop Monitor from the webgui.

  7. Reader 0.4 still saying not installed? I have installed it to usb with my startup script, my script after installing all the opkgs sym links a few folders/files from the USB to the internal. This fixes issues where commands don't run if started by a script. Not sure if that is the issue? Also when I instruct your module to install to usb it still shows its not installed?

    Same here

×
×
  • Create New...