Jump to content

BeNe

Active Members
  • Posts

    184
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by BeNe

  1. I don't know what setup you exactly mean. But i'm sure Darren talks about Kali installed inside a virtual machine like VirtualBox, VMWare (Workstation/ESX), OpenVZ, KVM. --> http://kanishkashowto.com/2013/09/03/how-to-install-kali-linux-in-virtualbox-step-by-step-guide/
  2. I'm sure you want to update to Firmware 2.0.4 ? If you can ping an IP but not a hostname -> check your DNS Settings.
  3. @neep3r Here are some more infos about the Tango-Mode --> https://forums.hak5.org/index.php?/topic/33802-tango-mode-questions/ You only need the three lines to enable it. I use it also with the PineapplePlug but dont have a perfect load balacing for the services...
  4. Helfe auch gerne wenn ich kann. - I'm also willing to help
  5. PineAP use wlan1. Maybe this is the problem if PineAP is enabled on your Pineapple.
  6. The SD-Card seems to be corrupt... If the WifiPineapple still read the card use SCP/WinSCP to copy the files.
  7. Short Question: Which interface can i use to deauth ? wlan0 -> AP for the Clients to connect wlan1 -> is used by PineAP (mon0 on wlan1 is used for PineAP) wlan2 -> ClientMode for ICS (Alfa) So can i use wlan1 if PineAP is running or not ?
  8. You need to Format the SD Card first. Can be done directly on the Pineapple under "Ressource" -> "USB". After that you have a Data Partition and a SWAP Partition. That´s all.
  9. I tested sslstrip again. After I enabled the infusion the client ends in timeout and can't surf anymore. Load was ~1.80 and should not be the problem. Sslstrip process used 25% CPU. I need to restart the pineapple to get internet working. To disable the infusion only does not help. Will check the iptables before and after.
  10. There is a menu to format the sdcard with the pineapple. I mean under Ressource or Configuration.
  11. Yes, of course! 1.) Remove old Card from Pineapple 2.) Insert new Card into Pineapple and format it (So you have a data partion and a swap partiton) 3.) Remove the new card 4.) On a PC copy the content directly from one card to the other or copy it to your HDD and then to the new one. You will need a Linux OS for step 4.) to avoid problems!
  12. Here is a script that show´s you the full command on shell. OpenWRT comes with a modified ps command from busybox that cuts the output on a fixed size. Without Script (normal) root@Pineapple:~# ps -aef | grep wpa_supplicant 4975 root 1628 S wpa_supplicant -B -P /var/run/wifi-wlan2.pid -D nl80 17285 root 1512 S grep wpa_supplicant root@Pineapple:~# With Script (full command) root@Pineapple:~# ./full-command.sh wpa_supplicant 4975 wpa_supplicant -B -P /var/run/wifi-wlan2.pid -D nl80211 -i wlan2 -c /var/run/wpa_supplicant-wlan2.conf root@Pineapple:~# Here is the full-command.sh script pgrep $1 | while read a; do echo -n $a" " cat /proc/$a/cmdline | tr "\0" " " echo done
  13. Allright! Please think about some warnings and information. Case1 -> If i want to use wlan1 as client mode -> display a warning like "If you use wlan1 here you will be unable to use PineAP." Case2 -> if you want to enable PineAP and wlan1 up -> "PineAP uses wlan1 which is in use from another process! Continue anyway?" Add an Information to the PineAP site that the suite is running on wlan1 to avaid problems
  14. Of course! I still have the issues that the clients recieve a timeout with sslstrip. The Load on the pineapple is growing > 10 and then the pineappe reboots. That's the main problem of the whole Pineapple concept that it does not have enough CPU/RAM to handle all the services.
  15. You mean this here ? --> https://forums.hak5.org/index.php?/topic/32784-how-to-tunnel-mk5-through-vpn/?hl=openvpn#entry245213 --> https://forums.hak5.org/index.php?/topic/33655-openvpn-infusion/?hl=openvpn
  16. For sure i can start them on the shell direct. But here comes the another problem in the game --> https://forums.hak5.org/index.php?/topic/33935-change-terminal-size/ I´m unable to see the complete command on the shell. Would be the easiest way to copy only the running command from ps for exmaple. Otherwise i will do it on my own and create a shell script for every programm with the needed options. But this is not so handy and clever...we are in the year 2014
  17. Oha! I understand So we wait until the move is well done. No problem. Greez
  18. To improve the handling for the SSID Management please add a Upload/Download and/or Backup to SD and Restore from SD. So you can Download or Backup the collected SSID and later restore them or import a complete new list. Today i can only add one after one or use the shell of course and change /etc/pineapple/ssid_file
  19. Does the new Pineapple Firmware comes with IPv6 support since OpenWrt 14.07 is out?
  20. The load in TangeMode is still to heavy -> Pineapples are rebooting Clients recieve a timeout when they are surfing. Does it make more sense that PineApple2 runs pineAP and Karma and PineApple1 does ICS ? So can i select on which Pineapple SSLStrip, URLSnarf is running because PineApple1 is the Gateway and the data need to go through it from Pineapple2. I can catch the data on Pineapple2 or catch them on Pineapple. Right ? Suggestions ? Answer for my questions ?
  21. Thanks for this tip! But it seems to me that only your Infusions are working with that cli ?! root@Pineapple:~# ls -l /sd/infusions/ drwxr-xr-x 3 501 20 4096 Oct 15 20:38 deauth drwxr-xr-x 3 501 20 4096 Oct 20 22:05 occupineapple drwxr-xr-x 3 501 20 4096 Oct 20 22:05 pineapplestats drwxr-xr-x 3 501 20 4096 Oct 19 22:21 sslsplit drwxr-xr-x 3 501 20 4096 Oct 15 20:21 sslstrip drwxr-xr-x 3 501 20 4096 Oct 15 20:38 tcpdump drwxr-xr-x 3 501 20 4096 Oct 15 20:38 urlsnarf drwxr-xr-x 3 501 20 4096 Oct 20 22:05 wps root@Pineapple:~# pineapple infusion list There are no infusions installed or no infusions have an executable version. root@Pineapple:~#
  22. Hey Sebkinne, this thread was created because you wanted it. Would be cool if you can say something about it ?!
  23. Had no problems here with the client mode. Soemthing in your logs ? Use "logread -f" on the shell and check the output. Or try the AP mode with your smartphone for a second test.
×
×
  • Create New...