cluckomatic Posted May 6, 2022 Share Posted May 6, 2022 Is this possible, for example, if I want to import a list of open SSID's without entering them individually? Is the SSID pool that is created, stored in a file somewhere? Thanks. Link to comment Share on other sites More sharing options...
dark_pyrro Posted May 6, 2022 Share Posted May 6, 2022 Check the file: /etc/pineapple/pineapple.db Either edit it directly on the Pineapple using some relevant tool or transfer a copy to a PC and add entries. Then upload it to the Pineapple again. It's the "ssids" table that contains ESSID entries shown in the Pineapple UI. It's in SQLite/SQLite3 format. You can probably use the DB Browser for SQLite "tool" and import csv data to table in a format that the Pineapple likes. Link to comment Share on other sites More sharing options...
cluckomatic Posted May 6, 2022 Author Share Posted May 6, 2022 Yup.. Perfect. Thank you. Link to comment Share on other sites More sharing options...
dark_pyrro Posted May 6, 2022 Share Posted May 6, 2022 If doing it directly on the Pineapple, I would probably use Python to interact with the db. (install python3-sqlite3 and then import sqlite3 in code) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.