Jump to content

Whistle Master

Pineapple Moderators
  • Posts

    941
  • Joined

  • Last visited

  • Days Won

    63

Everything posted by Whistle Master

  1. Just my 2c: I did a module, logcheck, which can filter the pineapple log for any information you're looking for and also a custom script part, all this sent by email every 30 minutes (can be changed on the jobs page). You could use the custom part with your script, without the last line ssmtp :) I know, I do not help you much with your issue though Maybe something to look at: I had problems for some of my modules with scripts using bash (#!/bin/bash) and changed to sh (#!/bin/sh). I don't know if it is the problem in your case.
  2. Thanks, I will have a look at it and also add a filter option for the output :)
  3. The first version of the keylogger module is not available because I currently trying to make a v2 with ettercap, but still having issue with it
  4. Can you ssh to your pineapple and see if the module is correctly installed on USB ? Post the following output: ls -la /www/pineapple/modules/ ls -la /usb/modules/ ls -la /usb/modules/sslstrip EDIT: I just tried to remove and install again the module on USB and it's working fine. I guess the problem is on your side...
  5. Sure, but depending how you are connected to your MK4, you will be "caught" also by sslstrip ;)
  6. And with "--force-depends" option ? opkg install sshfs --force-depends I did not try myself, just an idea :)
  7. Thanks ;) Happy that everything work for you now !
  8. Did you try to remove and re-install the module like Seb advised you in your post ?
  9. Thanks Seb ! Are there any other changes that modules dev. should be aware of and change accordingly into their modules ? :)
  10. Thanks for your input. However, I made everything in shell scripts to keep CPU / memory footprint as low as possible :) For the moment yes, because aireplay-ng does not work properly and you have to switch off / on the monitor interface before use it. But then, karma won't work anymore until the next reboot.
  11. What surprises me is that I did not pushed any 1.6 version of the site survey It seems that all my modules with a version number composed of 3 digits have change. I guess Seb has normalized version number. Seb, can you bring some light here ? ;)
  12. Yes, you can add AP(s) in the whitelist which won't be deAuth'ed, while the others will be deAuth'ed constantly :) EDIT: I added also a blacklist to bring more flexibility to the jammer.
  13. Hi there ! I wanted to share with you my last module for the pineapple: a WiFi Jammer ;) Features - Using deauth with aireplay - Whitelist / Blacklist based on regexp - Autostart Screenshots Simplified Usage - Select the interface to be used from WLAN interface drop-down list (e.g. wlan1). - Click on Start Monitor. - Monitor interface drop-down list will be refreshed (e.g. mon0). - Click on Whitelist tab and click on Refresh link to show APs around and click on APs to be added to your whitelist which will be NOT DeAuth'ed. - Click on Start link next to WiFi Jammer disabled Troubleshooting procedure 1. No APs are found in the Whitelist or Blacklist Select the interface from WLAN interface drop-down list (e.g. wlan1) and click on Auto to disable and re-enable the interface. Then try again. 2. No APs are DeAuth'ed Select the interface from WLAN interface drop-down list (e.g. wlan1) and click on Auto to disable and re-enable the interface. Then try again.
  14. I verified and the mediafire download is working fine. You have to download and copy the file to your pineapple to make it work.
  15. Update to last firmware v2.0 and it will be fixed :)
  16. For Gmail, add to the configuration: root=username@gmail.com mailhub=smtp.gmail.com:587 rewriteDomain= hostname=username@gmail.com UseSTARTTLS=YES AuthUser=username AuthPass=password FromLineOverride=YES
  17. v1.2 is out, with autostart feature ;)
  18. v1.1 is out, with autostart feature, just for you petertfm ;)
  19. I'm still working on it guys ;) As soon as I have something usable, I will share it with you !
  20. There is already the "verbose" checkbox which increase (or reduce ;) the verbosity level, is that what you meant by "greped log" ?
  21. Yes, the module is watching the logger log. You can add filter (matching, ignore). The last addition is the execution of a custom script with the output result sent by email. I already included an example of custom script which is the same as the output from the pineapple main page (DHCP log, ARP and Karma log).
  22. Last version with Custom script execution is out :)
  23. You have a link on the main module page :)
  24. If you are interested, I developed a module for urlsnarf :)
  25. First version is out :) I will add to the next version the autostart feature ;)
×
×
  • Create New...