Jump to content

deathdealerxx

Active Members
  • Posts

    270
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by deathdealerxx

  1. Im in the process of making some videos that will hopefully help as well. Keep checking back
  2. I totally want one! Are you going to be selling them in the hakshop when they are ready? Thank for testing all this!!
  3. http://hak5.org/haa Its been on the Hack Across America page for quite some time. I wonder how many txt he actually has time to respond too.
  4. Well I would download the network manager infusion and use that to connect to a wifi network> it should handle the forwarding for you. yes its in the elite bundle
  5. 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
  6. 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 )
  7. http://www.ebay.com/bhp/12v-1a-power-supply-eu Pretty much any adapter with a 2.1mm ID/5.5mm OD barrel plug.
  8. Hmm that's interesting. Well I'm glad all is well. It always helps to have one close by, I've brought several dead devices back to life with that cable! There is quite a bit of information that will help Cheers
  9. 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
  10. You need to start making a list of all broken items, and when they get old enough put em to work !!
  11. Its always usually a simple error.
  12. ahh thats because your not supposed to run that script on your pineapple. you run that on your laptop
  13. 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.
  14. I just downloaded a module from the infusions I shared my wifi signal from my laptop running Ubuntu 12.04 using the wp4.sh script and I had no problems connecting to the internet. I can also use the WAN/LAN to connect to the internet via my home router using dhcp.
  15. http://wifipineapple.com/?flashing You should search and read. You'll want to read the part about manually upgrading.
  16. Yes you need to follow this guide. then retry flashing you Mark IV http://arduino.cc/en/Guide/HomePage
  17. 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.
  18. 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.
  19. 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:setenv bootargs "board=ALFA console=ttyATH0,115200 rootfstype=squashfs,jffs2 noinitrd" saveenv tftp 0x80600000 kernel.bin erase 0x9f650000 +0x190000 cp.b 0x80600000 0x9f650000 d695a tftp 0x80600000 rootfs.bin erase 0x9f050000 +0x600000 cp.b 0x80600000 0x9f050000 23d004 bootm 0x9f650000 reset 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
  20. This is a video I made showing how I have mine setup. I am using a 4gb usb formated to Ext4 on both partitions with one as a swap partition. All of my phishing files are about 12 mb in total.
  21. http://www.youtube.com/user/Security4Plus Here, look at all of these videos.
×
×
  • Create New...