Jump to content

sickduck

Active Members
  • Posts

    34
  • Joined

  • Last visited

  • Days Won

    1

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

sickduck's Achievements

Newbie

Newbie (1/14)

  1. I'm using firmware 2.70 and the latest version of Network Manager. I am using the USB Wifi from the Hak Store. I am running the pineapple off of a 1Ah battery and the USB hub off of a 2Ah battery. The module does not bring my wlan1 up. I have to manually issue the command ifconfig wlan1 up. I go into Network manager and change my settings to connect to an AP. I click save, then commit. When I click commit I get this and wlan1 goes down. Any ideas? Network Manager radio0 wlan0 enabled radio1 - enabled [/CODE]
  2. http://erratasec.blogspot.com/2010/09/apples-secret-wispr-request.html Other devices do this also. Kindles to for sure but I don't have one or any saved packets to see what page they access.
  3. What about changing it to 172.16.42.1:1471/pineapple If someone port scans it and sees 1471 then they might try to connect to that port and be greeted with a logon box. Having to add /pineapple would make it a little more difficult. Weak security through obscurity but any little helps.... ...and on the other hand maybe /pineapple isn't a good idea either. It gives it away that it is a pineapple.
  4. I upgraded to 2.6.1. I always got the time via 3g. Tonight I connected it to the internet with the lan port and was unable to get the time. I didn't have time to troubleshoot it.
  5. I never had a problem getting the time. Are you sure it has a working internet connection? You will also have to edit the TZ file to set your correct time zone. I think it is in /etc/TZ but I'm going by memory and not 100% sure.
  6. SCP in and modify the /etc/config/uhttpd file Locate the lines: # Basic auth realm, defaults to local hostname # option realm OpenWrt Remove the comment from the option realm line and you can change OpenWrt to whatever you want option realm NotAPineapple [/CODE]
  7. Give this a try: put "sleep 10" in /etc/init.d/fstab file after "START=20" and this waits 10 seconds before mounting giving it time to settle in.
  8. Does anyone know how to mirror the LAN port from the WAN port? What I am trying to do is to monitor all wireless traffic in realtime from Wireshark. (I want this in realtime so I can't use tcpdump.) The pineapple gets internet from the WAN port. I used network manager to set up the internet sharing to br-lan. I would like the LAN port to be a monitor/mirror port to see the wireless traffic. I did some googling and came up with the following iptables commands but it doesn't seem to be working. Any ideas, please? iptables -A PREROUTING -t mangle -j ROUTE --gw 172.16.42.42 --tee iptables -A POSTROUTING -t mangle -j ROUTE --gw 172.16.42.42 --tee
  9. I thought I knew a lot about wireless and networking. Then I got a pineapple and realized that there was so much more to learn. I learned A LOT more from playing around with it.
  10. Some mobile apps (like Facebook for Android) will not work at all when sslstrip is running
  11. Maybe it has something to do with the hub still providing power to the USB device. Maybe the host side resets but the device never does. If it makes any difference my USB hub backfeeds power into the pineapple. I never got around to snipping the red wire on the data cable. My company uses a lot of USB UARTs powered only by the USB bus. They are buggy and sometimes loose connection to the computer. Unplugging and replugging the USB cable fixes the problem but it is usually easier to tell them to restart the computer. However I noticed on some computers the USB ports never seem to loose power and the reboot never fixes the problem. So now I tell people to completely power off their computers, wait a few seconds and then power it back on.
  12. I have the same problem. I have to pull the power on the pineapple and hub to do a reboot in that situation.
  13. I have a reverse SSH tunnel set up from my Pineapple to a DD-WRT router acting as the relay. I use PuTTY to SSH into the router (port 22) then from there, SSH into the Pineapple (port 4255). Is it possible with PuTTY and DD-WRT (Dropbear) to make this a one step process similar to "ssh root@1.2.3.4 -p 4255" so I only have to SSH once? Also, is it possible to tunnel HTTP through this connection using PuTTY so I can have my browser connect to PuTTY as a proxy then directly access 172.16.42.1/pineapple?
  14. Are you using any plugins/ infusions when this is happening? When you cannot access the web interface can you ping it or SSH in?
×
×
  • Create New...