Jump to content

seag33k

Active Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by seag33k

  1. Make sure what ever gui tool your using is using SSH and port 22. Are you trying this from Linux or a Mac? On Windows you can use Winscp. Doing a quick Google search provides these simple examples from the command line:

    Copy the file "foobar.txt" from a remote host to the local host:

    $ scp your_username@remotehost.edu:foobar.txt /some/local/directory

    Copy the file "foobar.txt" from the local host to a remote host:

    $ scp foobar.txt your_username@remotehost.edu:/some/remote/directory

    Good luck!

  2. I do as like in tutorial, but in result I get in "Config swap: option enabled 0"

    How to change it to 1?

    I am relatively new, and my web interface seems different than videos and screenshots I've seen, but this is how I changed it. BTW, I am using Firmware Version: 3.0.0

    1. On the main page choose "Resources"
    2. Click on the "USB Info" tab
    3. In the "Fstab Configuration:" box, edit the portion you need and click "Update Fstab"
    4. Follow the rest of the directions and that should do it.

    Hope it helps!

  3. I've followed the guide by Darren and have been able to get an old USB drive configured and mounted with the Pineapple. I browsed the site http://cloud.wifipineapple.com/packages/ and chose to install arpwatch - opkg install --dest usb arpwatch. The command line reported it was downloaded and configured. This brings me to a few questions given this is my second day using the device :)

    • How do I launch the new tool (arpwatch)?
    • Is there a web interface?
    • Where can I find descriptions & documentation for the ton of packages available?

    Thank You!

  4. Thanks for the quick response! I'll read up on that. BTW, is there any reason to flash or update to a latest version on the Pineapple IV? I bought it while at defcon so I figured it should be up to the latest. Info shows Firmware version: 3.0.0

    Thanks!

×
×
  • Create New...