Jump to content

Whistle Master

Pineapple Moderators
  • Posts

    941
  • Joined

  • Last visited

  • Days Won

    63

Everything posted by Whistle Master

  1. Ettercap offers such feature through filters. However, ettercap is not working correctly on the pineapple for the moment.
  2. Install the Button module and you will be able to configure the WPS button for example to start / stop dnsspoof, karma, ssh, etc.
  3. I'm using the following battery pack which offer a bunch of adapters. Energizer XP8000 I'm using the 9-12V Output Port to power the pineapple.
  4. It seams that you have two gateways defined: default 172.16.42.42 0.0.0.0 UG 0 0 0 br-lan default 192.168.1.1 0.0.0.0 UG 0 0 0 eth1 Do you connect your pineapple to your home router through the WAN/LAN port and also to your computer through PoE LAN port ? If you only use ICS through a computer with PoE LAN port, try the following: route del default gw 192.168.1.1 eth1
  5. Could you ssh into your pineapple and post the output of the following command: route
  6. Hi ! My last add-on to the pineapple: a log checker to send by email events based on defined matching rules Features - Add rules to filter log events (match & ignore) - Automatically send filtered events by email on a defined frequency (cron). - See filtered log in the UI and auto-refresh - Test email function - Autostart - Custom script execution Screenshots
  7. The initial thread is here. The password is "pineapple" ;)
  8. Have a look at this thread: http://forums.hak5.org/index.php?showtopic=26108 you will find at least information for the sdcard question. I have the same modem but don't have your issue to connect it. I shared my 3g script in the thread above if it can help.
  9. Thanks I will have a look at it but you know the site survey without any wifi interfaces activated is not very usefully ;) Regarding the cancel link, the refresh is automatically done as soon as you click on capture (should be like this normally) . I will send the last version with the custom script execution very soon.
  10. Hi Darren, the modifications are already included in the link I gave. I only removed the xterm command but to be honest I was using this script with the mk3 but I did not try with the mk4.
  11. Added another fix for date and time by Prox in first post.
  12. The only thing is that you will have to restart crond if you don't set time before it starts otherwise it won't run anymore until you restart it.
  13. Hi ! I share with you a php script to set the correct date and time for the pineapple. It acts as a ntp client but without installing one such as ntpclient, etc. It gets UTC time, so you will have to change the following parameter in the code: // time adjustment $time_adjustment = 7200; Download EDIT Another fix is proposed by Prox here in /etc/config/system add the lines: config 'timeserver' list 'server' '0.openwrt.pool.ntp.org' list 'server' '1.openwrt.pool.ntp.org' list 'server' '2.openwrt.pool.ntp.org' list 'server' '3.openwrt.pool.ntp.org' You may also need/want to change line 2 to your local timezone. option 'timezone' 'UTC' (Note: timezones are listed here) Add the command 'date -k' to /etc/rc.local Info: wiki.openwrt.org/doc/uci/system
  14. Hi everyone ! I present my new module for our pineapple, a tcpdump interface Module will be available through module system. Still need more test but if some of you want to beta test, ask me by PM and I will send you the test version Features - Dump history - Tcpdump options selection - Filter creation
  15. v1.5 is on the way with a new feature: execution of custom scripts on selected AP and captured file ;)
  16. Win what ? Sorry did not get your point :P More seriously, I will add the extension in the next version ;)
  17. no, you are doing right. The scan results should be displayed at the end of the scan. Let me have a look to it and come back to you. EDIT: Ok, I found the issue. I will send an update to Seb. Thanks to point it out ;)
  18. For the moment you can't with the v1.3.6 of SIte Survey. I sent v1.4 to Seb. Just wait for it and you will have everything ready to use ;)
  19. I also noticed the problem. I sent a PM to Seb. I will propose a new version with the modification ;)
  20. It has to be deployed by Seb first.
  21. v1.4 is out ! New features - capture data and keep history of captured data. USB storage. - auto-refresh in background also for clients connected. - MAC address vendor lookup.
  22. For that purpose, I use Leg3nd's Elegant Mass DeAuth Script Script on the pineapple :) I made some minor changes on it (e.g. no use of xterm :P ). Use the button module and associate one push on the WPS button to start the script.
×
×
  • Create New...