Jump to content

deathdealerxx

Active Members
  • Posts

    270
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by deathdealerxx

  1. Well if you use the internal wireless adapter of the Pineapple to connect to a wifi hotspot you can no longer use karma or certain other services that run on the default wlan0 of the wifi pineapple. If you wish to connect to a wireless network with the pineapple and without a laptop you will need an external wireless adapter to connect to the wifi hotspot and that will allow you to use karma and all other services on the pineapple.

    This would be a great external adapter to buy.. its supported hardware for the pineapple. http://hakshop.myshopify.com/products/alfa-usb-wifi-awus036nha

  2. Ok since your having trouble you should visit the wiki page. ( https://github.com/WiFiPineapple/web-interface/wiki )

    1
    . wlan0 usually means your pineapples wireless radio. Setting it to wlan1 or wlan2 etc. will specify to use an external wifi radio.

    2 Basically allows you to see and MONitor packets in the air without associating with any access points or devices ( http://en.wikipedia.org/wiki/Monitor_mode )

    3. Yes you need to add your Pineapples ssid to the white-list and you must either use an external radio to deauth if you wish to keep karma running. Otherwise if i'm not mistaken you must connect to your pineapple via eth0 and use the pineapples wireless radio to deauth clients, but then I don't think you will be able to run karma.

    Me personally I prefer to use mdk3 and a Awus036H wifi adapter to deauth clients.

    As of recently the support for the Awus036h has been dropped I believe. Better to use the Awus036NHA ( http://hakshop.myshopify.com/products/alfa-usb-wifi-awus036nha )

  3. I've had my pineapple for almost a full year now. I have never had any problem that sounds like that. I would flash it, it's still good. If you have an arduino you can use it to flash your pineapple. If not then yes you will need to buy the USB to TTL adapter either from the Hakshop or from places like Amazon or Ebay.

    You'll want to read pretty much everything on this page but for now focus on the Clean serial flash section.

    https://github.com/WiFiPineapple/web-interface/wiki

    Here's a video of me flashing my Wifi Pineapple with and Arduino.

    http://www.youtube.com/watch?v=VpOT0sTevwI

    Untitled-1.png

  4. Ok I just lost my shit at my kids for breaking my Plantronics BT headset I use for gaming.

    As a result I've placed a black ban on all technology in the house like that means anything...

    Little fuckers....I can't fucking believe they'd disrespect me like that.

    and you know whats great about this....my wife thinks I'M THE ASSHOLE for losing it.

    I had to vent.

    You need to start making a list of all broken items, and when they get old enough put em to work !!

  5. You can use Phials.sh its installed by default in the new 2.8.1. Just connect your pineapple to the net. Ssh over to your pineapple and execute phials.sh or ./phials.sh... not sure but its one of the two I believe. The process is pretty straight forward just follow the on screen steps to install infusions.

  6. Have you ever installed a sketch on your arduino? I would go to their website and download the newest drivers just in case. install those new arduino drivers restart your computer and retry. It will be something like COM1, COM2, COM3... so on and so forth. installing the driver is not difficult but not straight forward. But if your issue was driver related and you re install the driver correctly it should help.

  7. Well so do I. I used an arduino uno to flash it over serial. So I know it works. Maek sure you have all the drivers need for arduino, make sure you hooking up the wires correctly, since your using the hornet board you don't need to hook up the voltage wire. just ground tx and rx. If your using the arduino uno make sure you have the settings correct. It will work if there is NO user error. Unless your board just has a mind of its own> me personally I have yet to find one of those.

    • Make sure you have the alfa board or the hornet-ub board.
    • Connect to your pineapple through serial. Serial Settings: 115200 baud, 8 data bits, no parity, 1 stop bit, no flow control
    • If you have bricked your Pineapple or want to flash a new device with our firmware, simply follow the steps below.

      • Download the kernel.bin and rootfs.bin from here
      • Set up a tftp server and point it to the downloaded files.
      • Connect to your pineapple through serial. Serial Settings: 115200 baud, 8 data bits, no parity, 1 stop bit, no flow control
      • Connect via the pineapples PoE/LAN port (the one closest to the power plug) with your IP set to 192.168.2.11
      • Power on the pineapple.
      • When asked what menu you want to select choose 1.
      • Once you have a prompt issue these commands:
        1. setenv bootargs "board=ALFA console=ttyATH0,115200 rootfstype=squashfs,jffs2 noinitrd"
        2. saveenv
        3. tftp 0x80600000 kernel.bin
        4. erase 0x9f650000 +0x190000
        5. cp.b 0x80600000 0x9f650000 d695a
        6. tftp 0x80600000 rootfs.bin
        7. erase 0x9f050000 +0x600000
        8. cp.b 0x80600000 0x9f050000 23d004
        9. bootm 0x9f650000
        10. reset
        11. reboot
      • Wait for the pineapple to boot and then hit enter to drop into a shell
      • Issue the "passwd" command.
      • Start dropbear: "/etc/init.d/dropbear start"
      • scp over the firmware to /tmp/ (Make sure you are using the POE/LAN port now)
      • execute "sysupgrade -n -v /tmp/upgrade.bin"

    There are some boards that you have to swap the tx and rx. But I would make sure that you have your serial settings correct: Serial Settings: 115200 baud, 8 data bits, no parity, 1 stop bit, no flow control

  8. Yes. make your phishing pages and place them in a folder lets say /usb/phishing/pages/ then you want to symlink that folder to your /www on the pineapple. To do so enter this command in ssh; ln -s /usb/phishing/pages/* /www
    Make sure to give your folder with phishing pages permission: chmod -r 755 /usb/phishing/pages/*

×
×
  • Create New...