Jump to content

PineDominator

Dedicated Members
  • Posts

    1,078
  • Joined

  • Last visited

  • Days Won

    18

Everything posted by PineDominator

  1. I had similar problems running commands in a .sh script for packages installed on usb, here is what i did to fix. I run this after installing all the packages to usb that I want. if [ -d /usb/etc/ ]; then ln -s /usb/etc/* /etc/ fi if [ -d /usb/usr/sbin/ ]; then ln -s /usb/usr/sbin/* /usr/sbin/ fi if [ -d /usb/usr/share/ ]; then ln -s /usb/usr/share/* /usr/share/ fi if [ -d /usb/usr/lib/ ]; then ln -s /usb/usr/lib/*.* /usr/lib/ fi if [ -d /usb/usr/include/ ]; then mkdir /usr/include ln -s /usb/usr/include/* /usr/include/ fi [/CODE]
  2. browse to 172.16.42.1:1471 This is got to be the 40th time someone has posted this issue
  3. If you hold it for more than 10 seconds it will not work go for 7 seconds IE 5 to 10 seconds is how it is programmed.
  4. I would like to know the code to do this as well?
  5. to do this you need the phishing page to be /www/index.php or do something elaborate like my RandomRoll module. I am working on a phishing module called GonePhishing that should function much like random roll does.
  6. what version of windows? if below 7 then you have to install powershell
  7. This site works. https://github.com/sebkinne/wifipineapple
  8. I like this idea because then the user may not think something is up. could be done with the code zettaquark and I have started.
  9. change the code to use /pineapple/pages/config.php the pineapple folder was moved to root and separated from the /www/ folder
  10. this is how the module should have been from the get go, I had thought of it but was thinking it was too much work:-) What I would like to do is change all the rolls to not use flash and only animated png's or gif's then have the sound play from mp3. also to clean them up a bit. some of the latest rolls use a background animated .gif with the sound separated into an mp3 but on top of that the flash file is suplied but for mobile devices that cant display flash you just see the background animated:-) google took out flash from Android 4.1 on.
  11. I have added a similar feature to RandomRoll version 3.0 I don't want to seem rude I just want to keep this version of RandomRoll original, barring any complete re-writes to a similar idea that anyone wants to create. For everyone If there is a feature you would like to add, please contact me and we can work together with creds to your work. I am still considered working on this project and any re-release to the pineapple bar with a module that functions the same and has my general code should be OK'ed by me. Thank you,
  12. When you already have the RandomRoll module installed and atempt to update it goes quick and is removed not updated. after that if you attempt to install it gives an md5 error? rebooting then installing works or removing the module first then installing works too.
  13. there is a bug in the update process, remove then install, if you try to update you have to reboot and install
  14. Version 2.7 has a bug where all 4 .sh scripts are not chmoded to root, to fix browse to the randomroll folder and issue chmod +x *.sh version 2.8 already submited + approved
  15. Sebkinne I have used this code iptables -A PREROUTING -m mac --mac-source '.$clientMAC.' -j DNAT --to-destination 172.16.42.1 -t nat but the issue is if the victim has the dns remembered "cached" it fails? IE they go to the real page but if it is not cached then they are redirected to the pineapple. can someone explain why?
  16. I would love this but for me it's more complicated than just uploading files. there is some work that needs to be done with the rolls to make it what it is I just noticed you did all the work to set up the roll correctly:-) I added it and re uploaded the module, I hope you don't mind I linked to your hak5 profile and used your name of course.
  17. I tried making a module called redirector, my plan was to use this as a tool for other modules. I tried so many iptable rules but was not getting the resualts I wanted. maybe someone else here is good with ip tables? what I wanted was redirect all users to 172.16.42.1 that matches a mac and not an ip.
  18. uninstall then reboot then install. different version for 2.6.4 up you were using the old version with firmware 2.7.0 it seems
  19. O my god I would re-flash before you brick the pineapple. you have to browes to 172.16.42.1:1471
  20. sounds like your pineapple is borked, have you re flashed the firmware on the pineapple?
×
×
  • Create New...