Jump to content

rabbidmind

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by rabbidmind

  1. Maybe someone can share where to find the storage for WiFi Client Mode ssids and associated preshared keys

    *** no luck here grep -rnw '/' -e "psk" ...but found in plain text:
    /dev/mtdblock5:6947024:*mixed-psk▒1+tki)L▒.[PINEAPPLE ROOT WEB INTERFACE ACCESS PASS]'

    *** no luck here Found from the /etc/pineapple/ path then ran

    sqlite> .open ssid_list.db

    tried to select * from ssid_list; which yields nothing for me cause I haven't been been adding any to the filter lists I suppose.

    *** some success here Found from the /etc/config/wireless file held

    config wifi-iface
    option device 'radio1'
    option ifname 'wlan1'
    option mode 'sta'
    option key '[THE CURRENT KEY]'
    option network 'wwan'
    option ssid '[TO MY CURRENT GATEWAY SSID]'
    option encryption 'psk2+ccmp+tkip'

    BUT, I seem to remember these devices keeping the credentials for multiple gateway APs for WiFi Client Mode without having to retype them although the I believe you would need to be either out of range of a previously connected AP for it to connect automatically to the another previous AP that is in range....at worst you would need to restart the pineapple and it would remember the the other AP.

    My question is: Where does the pineapple store the rest of these ssid's and keys that are not in use?

    This way when I upgrade I don't have to revisit APs find/remember and fill out credentials every time but instead just copy and paste them to the correct file(s) over ssh or whatever.

×
×
  • Create New...