coyotlgw Posted August 31, 2016 Share Posted August 31, 2016 Can you import ssid_file files like those created when you select PineAP => SSID Pool => Download SSID Pool? Is it actually a binary? The browser claimed it was .bin, but I can egrep and tail it like a text file and it saved with no extension. I have had to rebuild a couple times and a would love to merge by disparate files into a master list. I have a Pineapple Nano running firmware 1.1.1. Quote Link to comment Share on other sites More sharing options...
b0N3z Posted August 31, 2016 Share Posted August 31, 2016 either get the cabinet module or ssh in and use vi or nano but the text file is under /etc/pineapple/ssid_file 2 Quote Link to comment Share on other sites More sharing options...
coyotlgw Posted August 31, 2016 Author Share Posted August 31, 2016 oh man, why did I not think to ssh in and vi the file... that is by far a better idea than trying to overwrite in the web client. You shame me with the simple solution I should have come up with on my own. Thank you... I need to think more before I post :) Quote Link to comment Share on other sites More sharing options...
b0N3z Posted August 31, 2016 Share Posted August 31, 2016 its also pretty easy to edit the file in the webui with the cabinet module or download the ssid file and merge two or three to one txt file and sftp to the nano. 1 Quote Link to comment Share on other sites More sharing options...
coyotlgw Posted September 1, 2016 Author Share Posted September 1, 2016 (edited) Totally worked, thanks. If anybody cares, I put both copies in the same local directory, renamed ssid_file_one and ssid_file_two touch NEW_ssid_file cat ssid_file_one >> NEW_ssid_file cat ssid_file_two >> NEW_ssid_file sort NEW_ssid_file | uniq >> ssid_file scp ssid_file root@172.16.42.1:/etc/pineapple/. good to go! Now seeing 144 SSIDs in pool Edited September 2, 2016 by coyotlgw syntax error 3 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.