Jump to content

Whistle Master

Pineapple Moderators
  • Posts

    941
  • Joined

  • Last visited

  • Days Won

    63

Everything posted by Whistle Master

  1. Every keystroke is captured when the "victim" arrives on the fake login templates, that's why I called it keylogger, but you're right, strictly speaking, I could call it Credentials Grabber but it's more longer to write than keylogger :P
  2. I will add the function to the module to auto switch down then up the interface :)
  3. Actually, it's a standalone, you don't need metasploit :)
  4. I can assure you that it works. I will send the module to Seb as soon as I finished the last details (configuration updates, etc.)
  5. No I did not. I had the idea when I saw the metasploit keylogger and I took the idea of using templates from SET.
  6. It's a javascript keylogger. Everything is redirected to the pineapple with DNSspoof and then I use an iframe to display the requested page based on available templates (e.g. facebook, gmail, etc.). All keystrokes are recorded to files and then displayed from the pineapple control center. I added a screenshot ;)
  7. Hi guys ! EDIT: New version pending ;) Old version is not available anymore. I'm working on a new module: a javascript keylogger. You can install new templates for websites you want to capture keys. Please don't hesitate to share with us new working templates. I will integrate them in future version Module is available through module system.
  8. Great idea! I'm currently working on a Monitor module to display some information such as the total transmitted/received data, rates, etc. for all interfaces. I will see if I can add the possibility to put some quota rules.
  9. This is a module which will be possible to download and install in the next release of the pineapple firmware :)
  10. Telot, You're right, if I only turn down / up the wlan0 interface, I can see the AP list, but I don't get any clients listed if I don't bring down / up the mon.wlan0 interface... Can you list the clients connected if you only turn down / up wlan0 interface ?
  11. The changes from the previous version (1.0) are the auto-refresh, a more visible graph (black background) and some columns added. If you don't see those, you still have the old version :P
  12. I made a new version of the site survey (see first post). As of now, new versions will only be released as a module which will be sent to Seb.
  13. I would not have said it better :P gamephreaker, could you be a little more specific?
  14. Do you connect the pineapple to the internet through its WAN port with your netgear WNCE2001? In that case, you just have to follow the instructions on the wiki to NAT it.
  15. Do you connect the pineapple to the internet through its WAN port? In that case, you just have to follow the instructions on the wiki to NAT it.
  16. New version ! Now all packages are listed and can be install directly from the UI :) I will send the module to Seb.
  17. Nice idea to select the option with single press and use the LED as indicators! Good job!
  18. Hi guys ! I'm working on my next module for our MK4, a web ui for opkg. Can list all packages ! Thanks to datatables for jquery, it's easy to have a nice table with pagination, search, sort, etc. Module is available through module system. Features: - Ajax based - You can get some info, install on USB, remove or re-install the package. - You can perform a opkg update directly from the ui.
  19. Feel free to post your updated code here and I will integrate it in the module which I will then send to Seb ;)
  20. It does. It just a matter of redirecting all sites in the dns spoof configuration to the java index.html file.
  21. The extra script is only to simplify your life when setting up the attack :) I uploaded it again and edited the wiki.
  22. Excellent Seb! I'm looking forward to seeing it!
  23. For the MK4, I made a little script: #!/bin/bash if [ "$#" -ne "2" ]; then exit 0 fi if [ "$2" = "on" ]; then echo 255 &gt; /sys/class/leds/alfa\:blue\:"$1"/brightness else echo 0 &gt; /sys/class/leds/alfa\:blue\:"$1"/brightness fi Usage: sh script.sh <led_name> [on|off] Examples: sh script.sh wps on
×
×
  • Create New...