Jump to content

Foxtrot

Hak5 Team
  • Posts

    2,171
  • Joined

  • Days Won

    155

Everything posted by Foxtrot

  1. The EU Hakshop is a thing... You can still use the Mark 5... You cannot expect a business to release their products just when it suits you. There is one primary dev for the pineapple, and you expect him to support 3 devices with different hardware while continuing to advance the project? The Mark 5 wasn't even supposed to get the new UI. For $99 you get much more than you think you get.
  2. That wouldnt work with PuTTY. The command "ssh root@172.16.42.1 tcpdump -U -s0 -i br-lan -w - | wireshark -k -i" at the command line will execute "tcpdump -U etc" over ssh on the target.
  3. Going to need more information if you want assistance... What are you doing when it crashes/reboots?
  4. You should familiarize yourself with the return key. Paragraphs make reading so much more enjoyable. If you looked at the other 5+ threads I have, you would know that modules have to be re-developed, and they are coming incredibly soon. As for your issues with ICS and IP ranges... 172.16.42.42 is the IP address you give to the NIC connecting to the pineapple. The script defaults the gateway to 172.16.42.1 because that is what your network manager tells IPTables when you establish a connection to the pineapple. The script is just reading the existing value from IPTables. This is what the script settings should look like for your networks configuration...
  5. This is the part of /pineapple/index.html you'll want to edit. Keep in mind, after you upgrade firmwares all these changes will be reverted. (Notice the <img> tag) <div class="modal-header"> <h4 class="modal-title">WiFi Pineapple Login</h4> </div> <div class="modal-body"> <div class="row"> <img class="img-responsive login-logo" src="img/logo.png"> </div> <form role="form" ng-submit="login()"> <fieldset> <div class="form-group"> <input class="form-control" value="root" type="text" ng-model="username" tabindex="2"> </div>
  6. Thanks for reminding me about that, if you have a link to the .bin, i'll grab the picture :)
  7. Actually I'm fairly certain the green you are seeing is the green from the newly discovered LED, leaking into the plastic lens. The blue LED is a single color -- blue.
  8. Hi, So while digging around the NANO I discovered two LED devices labelled "ath9k-phy0" and "ath9k_htc-phy1". The first one isn't too interesting, but the latter, "ath9k_htc-phy1" is the device entry for a green LED on the NANO. Go ahead and look through the cutout for the female USB port, you should see it lit up. I think these LEDs were left in by accident by the manufacturer for the second radio. And while it is pretty useless because you can't see the LED easily, you can control it. If you'd like to mess with it, I recommend reading this and experimenting with different triggers. To enable a simple blinking of the LED, edit "/etc/config/system" and place the following underneath the existing led config block. config led option name 'wlan1' option sysfs 'ath9k_htc-phy1' option trigger 'timer' option delayon '5000' option delayoff '2000' Your config should then look a little like this: config system option hostname Pineapple option timezone UTC config led option name 'wlan0' option sysfs 'pineapple:blue:system' option trigger 'netdev' option dev 'wlan0' option mode 'link tx rx' config led option name 'wlan1' option sysfs 'ath9k_htc-phy1' option trigger 'timer' option delayon '5000' option delayoff '2000' config 'timeserver' 'ntp' 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' option enable_server 0 -Foxtrot
  9. My bad for misunderstanding! The LED on the Pineapple (and other routers with openwrt) work with triggers. Currently, the trigger for the blue LED is: none timer default-on [netdev] phy0rx phy0tx phy0assoc phy0radio phy0tpt phy1rx phy1tx phy1assoc phy1radio phy1tpt AKA, monitoring network activity. For RX, TX and other stuff(like associations, specifically), you can use the other triggers. You can disable the LED by setting brightness to zero, or maybe you can use a trigger described in the first link to customize it. As for your SSH issues, sorry I can't help more yet. Good luck! EDIT- Actually, the better way to disable the LED and manage it is to edit the 'led' block inside of /etc/config/system. config led option name 'wlan0' option sysfs 'pineapple:blue:system' option trigger 'netdev' option dev 'wlan0' option mode 'link tx rx'
  10. 1. The LED on the pineapple, or lan turtle? 2. Hmm, not sure for certain, but I have a hunch that reboot is disabled to avoid the tunnel closing. 3. Perhaps this is what you are looking for.
  11. While I recommend using android devices, iPhone tethering is possible by using the "usb-net-ipheth" kmod and the information listed here.
  12. Hi This is a module that allows you to quickly generate a template for your GUI module. You can also manage the modules you have generated in the past. Module Maker creates a template for your module, with some comments to help you understand what each file does and how they work together. Images are available in the spoiler. -Foxtrot
  13. Could you link to the display please?
  14. 1- Until the repos are sorted, you can download MDK3 here. 2- Maybe the command you are looking for is "sleep"?
  15. I for one look forward to the WiFi Pineapple Dodeca
  16. Are you trying to use the nano as a WiFi card? Because thats not what the nano is... API Docs will be released after holidays.
  17. Faulty devices will always happen. It happens with anything. Regardless of "development release" or final product.
  18. What kernel are you using on Linux? Some googling shows that some version of the ASIX driver is bad. Might not be the issue if the problem exists on multiple computers.
  19. True and not true. The modules are being re-written because of the new UI. The Mark 5 has an API.
×
×
  • Create New...