Jump to content

PineDominator

Dedicated Members
  • Posts

    1,078
  • Joined

  • Last visited

  • Days Won

    18

Everything posted by PineDominator

  1. I made a suggestion with a link to your post http://forums.hak5.org/index.php?/topic/27513-suggestionbug-apple-devices/ thanks for sharing:-)
  2. I had no idea you could make games in html5
  3. good point, why should all the software devs support flash when they have to fight adobe for a licence. the nintendo wii was running 2 or 3 versions behind the pc market because of a licenceing issue, adobe is stupid is there a open-source/free alternative to flash that is it's own product/language? it's too bad all us web users have given adobe so much support when there products stink lol
  4. Big kudos to farfel:-D If you check this post http://forums.hak5.org/index.php?/topic/27470-iphone-open-wifi-help/#entry209593 you will find a soulution to the apple issue of connecting to the pineapple then disconnecting because It can't get internet when we are redirecting traffic on the pineapple I have confirmed this on an ipod touch 2nd gen version firmware version 4.2.1.
  5. Thanks hfam:-) I found my phone does not support flash probably because it's ***t and under powered, but I did find a way for my phone to get sound playback and I have updated this module with the modifacations. Version 1.8 bug fix where if directorys were in the url used it would cause a loop of random rolls inside one another. more support for audio in some devices that did not work
  6. you could use linux scp success.html root@172.16.42.1:/www/library/test/ [/CODE] or even easier on windows install winscp
  7. windows 7 64 bit home not a vm my network is set to home I disabled my users folder from being shared and disabled file and printer sharing I will try some tools to check for virus/malware's
  8. I am running 7 64 bit, I don't know when it happened or what did it? was I hacked?
  9. I have tried redirecting all network traffic to the pineapple's internal ip but that causes an issue with not being able to wirelessly connect, so I'll have to still have dnsspoof running and on top I will redirect port 80 and 443 to the pineapple, I started making a cool interface for individule client redirection and hit a wall because of the issues iptables -A PREROUTING -m mac --mac-source 00:00:00:00:00:00 -j DNAT --to-destination 172.16.42.1 -t nat [/CODE] maybe someone here can improve the above command to make it only redirect tcp and udp? that way hopfully the client can still connect to the pineapple
  10. if you want to share with my module I'll pm you my email
  11. Anton If you want I could add that roll to my module RandomRoll, of course I would give credits to you:-)
  12. thanks:-) I am testing some ideas and trying to get it to work, stuck on removing iptable rules.
  13. haha, I had posted the exact same idea here http://forums.hak5.org/index.php?/topic/27380-randomroll-module/#entry208732 I think ettercap would be the best.
  14. Hey I just wanted to point out that Im not sure if you guys noticed but when you are suplying internet to the pineapple some clients will cache the origanal ip and not be dnsspoofed, made worse if they use https/ssl. using these commands you can redirect all clients based on traffic and not dns lookups iptables -t nat -A PREROUTING -p tcp --dport 80 -j DNAT --to-destination 172.16.42.1:80 iptables -t nat -A PREROUTING -p tcp --dport 443 -j DNAT --to-destination 172.16.42.1:80 [/CODE] I will look into adapting my module If people really need this??? at the moment I don't know how to remove just these two iptable commands in order to switch off without rebooting? and a way to check that these commands are enabled?
  15. ssh root@172.16.42.1 password pineapplesareyummy cd /www/ mkdir library cd library/ mkdir test cd test/ scp the file into there or nano success.html past then ctrl + x to save
  16. this wiki? https://github.com/hak5darren/USB-Rubber-Ducky/wiki
  17. Sebkinne you need to add this to the next release:-D Please
  18. if it does work you should talk to Sebkinne about adding it into the next version:-D
  19. easiest way to fix would be to flash over ssh http://cloud.wifipineapple.com/index.php?flashing remember to manually check the md5 of the upgrade.bin file
  20. the wiki is a good place to get info on how to do something but it is limited and there is no direction on where to start and what after that, having a 123 system would teach the basics in the right order.
  21. I found with the latest firmware this to be an issue with external adapters, I guess its also a problem with the internal
  22. what a cool and great idea farfel++ I hope it works, it has too:-)
  23. I feel the same, even though there is a start up sheet with the pineapple and lots of info on these forums. it's just not connected and if I was just starting out I would be overwelmed. I for one think the best way to do this would be to split all the functionality of the pineapple into courses kinda like pineapple 101, you would learn how to hook up and enable ICS, using ssh/scp, basic functionality of the UI, how to redirect and collect user data, using modules, interacting with ssh sessions, ect at the end you get a degree in MK4 pineappleing could be something that we all can add too, start slow with just the basics then work from there.
×
×
  • Create New...