Jump to content

Ohm

Active Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by Ohm

  1. Yeah, i'll do that. Thanks for the help though. Cheers,
  2. I was in /sd. I didn't bother making a separate folder for my pcaps in the sd card. I can't make a directory. Because it already exist according the the OS. Which is probably the /dev/sdcard/sd. Even though i'm trying to make it at the root directory.
  3. You really didn't provide enough information. What directory were you in and exactly what did you type? Perhaps something like?: cd /sd rm -r * Or even perhaps: rm -r /sd I saw in the /sd directory and performed a rm -r * I would start with a reboot. Then SSH in and type "mount". Do you see a line like the following? /dev/sdcard/sd1 on /sd type ext4 (rw,relatime,user_xattr,barrier=1,data=ordered) Nope. rootfs on / type rootfs (rw) /dev/root on /rom type squashfs (ro,relatime) proc on /proc type proc (rw,noatime) sysfs on /sys type sysfs (rw,noatime) tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noatime,size=30904k) tmpfs on /dev type tmpfs (rw,noatime,size=512k,mode=755) devpts on /dev/pts type devpts (rw,noatime,mode=600) /dev/mtdblock3 on /overlay type jffs2 (rw,noatime) overlayfs:/overlay on / type overlayfs (rw,relatime,lowerdir=/,upperdir=/overlay) debugfs on /sys/kernel/debug type debugfs (rw,relatime) none on /proc/bus/usb type usbfs (rw,relatime) What do you see if you type: ls -la /sd Yeah, the directory is gone. I'll have to make it. I can see the sd directory in /dev/sdcard though. lrwxrwxrwx 1 root root 8 Jan 1 1970 sd -> /dev/sda
  4. This morning I tried to purge the sd data from captured pcap data with the rm -r command. When I tried to 'ls' at the root directory it wasn't there anymore. So my question is, were there any important hidden files i should have known about? And I guess I have to make a directory and mount the SD card back, eh?
  5. Question. I tried to clear the SD of pcap data and now I can't cd to '/sd'. Were there important files in the sd card that I should know about, now the my pineapple is upgraded to the latest firmware?
  6. Good afternoon everyone. I wanted to bring up a possible bug. Here's the problem. When I turn on Karma and several devices associate to the pineapple via Karma, the internet no longer becomes available. I have isolated this problem by running the following experiment to see if this is true. Here are the details. Equipment: Macbook Pro 8.1 running OSX 10.6.8. Wifi Pineapple Firmware Ver 1.4.1. Two android mobile devices. Procedure: I fired up the pineapple. Tethered via Ethernet to my Macbook Pro. Provide ICS. Confirm Internet IP through Web-based GUI and also I send continuous echo requests to Google. Wlan0 is on. Then I turn on karma. Here's the Event log. Aug 2 17:55:37 Pineapple daemon.info dnsmasq-dhcp[1631]: DHCPACK(br-lan) 172.16.42.249 78:e8:b6:[Censored] Aug 2 17:55:37 Pineapple daemon.info dnsmasq-dhcp[1631]: DHCPREQUEST(br-lan) 172.16.42.249 78:e8:b6:[Censored] Aug 2 17:55:37 Pineapple daemon.info dnsmasq-dhcp[1631]: DHCPOFFER(br-lan) 172.16.42.249 78:e8:b6:[Censored] Aug 2 17:55:37 Pineapple daemon.info dnsmasq-dhcp[1631]: DHCPDISCOVER(br-lan) 78:e8:b6:[Censored] Aug 2 17:55:33 Pineapple daemon.info hostapd: wlan0: STA 78:e8:b6:[Censored]IEEE 802.11: associated (aid 3) Aug 2 17:55:33 Pineapple daemon.info hostapd: wlan0: STA 78:e8:b6:[Censored] IEEE 802.11: authenticated Aug 2 17:55:29 Pineapple daemon.info hostapd: wlan0: STA 78:e8:b6:[Censored] IEEE 802.11: authenticated Aug 2 17:53:39 Pineapple daemon.info dnsmasq-dhcp[1631]: DHCPACK(br-lan) 172.16.42.185 30:85:a9:[Censored] Aug 2 17:53:39 Pineapple daemon.info dnsmasq-dhcp[1631]: DHCPREQUEST(br-lan) 172.16.42.185 30:85:a9:[Censored] Aug 2 17:53:39 Pineapple daemon.info dnsmasq-dhcp[1631]: DHCPACK(br-lan) 172.16.42.157 5c:0a:5b:[Censored] Aug 2 17:53:39 Pineapple daemon.info dnsmasq-dhcp[1631]: DHCPREQUEST(br-lan) 172.16.42.157 5c:0a:5b:[Censored] Aug 2 17:53:39 Pineapple daemon.info hostapd: wlan0: STA 30:85:a9:[Censored] IEEE 802.11: associated (aid 2) Aug 2 17:53:39 Pineapple daemon.info hostapd: wlan0: STA 30:85:a9:[Censored] IEEE 802.11: authenticated Aug 2 17:53:39 Pineapple daemon.info hostapd: wlan0: STA 5c:0a:5b:[Censored] IEEE 802.11: associated (aid 1) Aug 2 17:53:39 Pineapple daemon.info hostapd: wlan0: STA 5c:0a:5b:[Censored] IEEE 802.11: authenticated Aug 2 17:53:26 Pineapple auth.info sshd[2105]: Accepted password for root from 172.16.42.42 port 57856 ssh2 Aug 2 17:53:24 Pineapple auth.info sshd[2105]: WARNING: /etc/ssh/moduli does not exist, using fixed modulus Jan 1 00:00:00 Pineapple user.info sysinit: Wed Jan 1 00:00:00 UTC 2014 Jan 1 00:01:06 Pineapple user.info sysinit: serial - Returns your serial number Jan 1 00:01:06 Pineapple user.info sysinit: [infusion Name] [[args]] - Runs specified infusion with args if given. Jan 1 00:01:06 Pineapple user.info sysinit: list - Lists all available infusions with a CLI component. Jan 1 00:01:06 Pineapple user.info sysinit: infusion Jan 1 00:01:06 Pineapple user.info sysinit: amber [on | off] - Turn's the amber LED on or off. Jan 1 00:01:06 Pineapple user.info sysinit: red [on | off] - Turn's the red LED on or off. Jan 1 00:01:06 Pineapple user.info sysinit: blue [on | off] - Turn's the blue LED on or off. Jan 1 00:01:06 Pineapple user.info sysinit: reset - Reset's LED behaviour to default Jan 1 00:01:06 Pineapple user.info sysinit: led Jan 1 00:01:06 Pineapple user.info sysinit: del_mac [MAC] - Delete the specified MAC from the black list. Jan 1 00:01:06 Pineapple user.info sysinit: add_mac [MAC] - Adds the specified MAC to the black list. Jan 1 00:01:06 Pineapple user.info sysinit: del_ssid [SSID] - Delete the specified SSID from the black/white list. Jan 1 00:01:06 Pineapple user.info sysinit: add_ssid [SSID] - Adds the specified SSID to the black/white list. Jan 1 00:01:06 Pineapple user.info sysinit: list_macs - Lists all SSIDs in Karma's black list. Jan 1 00:01:06 Pineapple user.info sysinit: list_ssids - Lists all SSIDs in Karma's black/white list. Jan 1 00:01:06 Pineapple user.info sysinit: stop - Stops Karma Jan 1 00:01:06 Pineapple user.info sysinit: start - Starts Karma Jan 1 00:01:06 Pineapple user.info sysinit: karma Jan 1 00:01:06 Pineapple user.info sysinit: Commands: Jan 1 00:01:06 Pineapple user.info sysinit: A Program to controll your WiFi Pineapple over the commandline. Jan 1 00:01:06 Pineapple user.info sysinit: Usage: pineapple [command] [[options]] [[[args]]] Jan 1 00:01:06 Pineapple user.info sysinit: WiFi Pineapple Controller version 0.1 Jan 1 00:01:06 Pineapple user.info sysinit: setting up led wlan1 Jan 1 00:01:06 Pineapple user.info sysinit: setting up led wlan0 Jan 1 00:01:06 Pineapple user.info sysinit: setting up led ethernet Here's the Karma log 1407045337 78:e8:b6:[censored] 172.16.42.249 android-cf[censored] * 1407045219 30:85:a9:[censored] 172.16.42.185 android-e8[censored] 01:30:85:a9:[censored] 1407045219 5c:0a:5b:67:a3:af 172.16.42.157 android-6a[censored] 01:5c:0a:5b:[censored] I have my devices associate by manually entering fake ssid. They associate within seconds. What happens: After a couple of devices associate via Karma, my ping command hangs and I press show internet and get an error. My devices also lose internet. What i've done: I've reflashed my pineapple and I have not reinstalled any infusions. I will continue to investigate further. Anyone have seen this before? -J
×
×
  • Create New...