Jump to content

Whistle Master

Pineapple Moderators
  • Posts

    941
  • Joined

  • Last visited

  • Days Won

    63

Everything posted by Whistle Master

  1. *.apk are Android application package and cannot be installed on the pineapple.
  2. Thanks for the report. I will investigate to understand the issue. EDIT: I can't reproduce the issue but I will upload a new version with a different way of deleting the rules. EDIT2: Done ! New version out !
  3. @All: could you try the following steps and report the output ? - Restart your pineapple - Connect through SSH: # ifconfig wlan1 down # airmon-ng start wlan1 # wash -i mon0 -C Can you see APs ? I don't want to be mean but... because you can't run the infusion does not mean there is a problem with the infusion itself. The problem could be from the binaries used (such as wash or reaver). All the testing I'm doing on my side report correctly all WPS enabled APs. That's said, I really want to make it work for you guys, just help me trying to shape the problem you're facing !
  4. Well... there is the Deauth infusion available for the MKIV... but it's not supported anymore.
  5. Yeah it's Unix time stamp The infusion creates the log based on PHP time(); function. I'll have a look to see how to fix it.
  6. Well, that could be an idea: use "nice" built in the infusion to limit the load (e.g. nice -n 19) ! I will see what I can do for my infusions.
  7. Thanks for the report ! Last firmware changes on css broke many infusions and I have not find the time to go all of my infusions. I will fix point 1 and 3. Points 2 and 4 are not related to the infusion itself. For your point 2, ettercap will automatically start and stop IP forwarding. I will include a fix to that in the infusion. But you will have the same issue if you try to run ettercap from the command line.
  8. Not at all I would say @janus: please try the steps here: https://forums.hak5.org/index.php?/topic/31454-support-wps/page-15#entry250709
  9. The new version of SSLstrip is a kind of fork of Moxie's version, but tor it to work you also need a DNS server that reverse the changes made by the proxy, which is why you can't "just" replace it in the infusion. It won't simply work.
  10. Yes, you have to install it first in the bar
  11. Use /etc/init.d/XX For example: /etc/init.d/network reload
  12. Could you try the same steps but without steps 5 to 11. This would exclude issues with infusions as a start.
  13. The next step is learning some hacking basic stuff
  14. The sslstrip version used by the infusion is the one available on the MK5 repository. The "new" version is a kind of fork of Moxie's version, but tor this to work you also need a DNS server that reverse the changes made by the proxy, which is a bit tricky then.
  15. Thanks for the report. I will correct it in the next version. Can you send me by PM the content of your pineapplestats.cfg (in the includes folder) ?
  16. You can't do passive scanning with Site Survey, like with airodump. The monitor interface is used to perform a capture of a specific AP.
  17. I understand. Well, no this not the case, the Site Survey infusion is only to list APs, not the probe requests.
  18. What commands are you using from ssh to perform your scan ?
  19. Would be better to post in the Pineapple section Unfortunately, I can't move threads to the appropriate section
  20. The infusion is already deleting the rules when you hit the stop button, so you don't need to change anything yourself. However, I will make sure that it's still working correctly in latest version of the firmware. As a general matter of fact, I recommend, to avoid changing infusions yourself, otherwise it's getting very difficult for infusion dev to provide any support ! I suggest to get in contact with the dev by PM and suggest the modifications, which could then be integrated into next version. EDIT: I've checked again and it's working correctly, the rules are correctly deleted by the infusion: root@Pineapple:~# iptables -t nat -A PREROUTING -p tcp --destination-port 80 -j REDIRECT --to-ports 10000 root@Pineapple:~# iptables -t nat --line-numbers -n -L | grep 80 | grep 10000 2 REDIRECT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:80 redir ports 10000 root@Pineapple:~# iptables -t nat -D PREROUTING 2 root@Pineapple:~# iptables -t nat --line-numbers -n -L | grep 80 | grep 10000 | awk {'print $1'} root@Pineapple:~#
  21. Don't forget that infusion are most of the time interface to existing tools, such as ettercap, and normal linux principles are still valid on the pineapple (e.g. conf files in /etc/), so you were correct to put etter.conf in /etc/. That's said, I could integrate the configuration changes (UID to 0 and redir_command_on) at the first install of the infusion. Maybe for next version ;)
  22. Could you try the following: - Restart your pineapple - Connect through SSH # ifconfig wlan0 down # airmon-ng start wlan0 # wash -i mon0 -C Can you see APs ? Note: This has to be done when connected through ethernet cable !
  23. http://indonetworksecurity.com/linux/fix-ettercap-ssl-dissection-needs-a-valid-redir_command_on.htm
  24. Not at all. It works with default interfaces, no needs for additional wifi radio. Please try the steps described above.
×
×
  • Create New...