Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chrome OS Settings is incomplete #179

Open
upintheairsheep2 opened this issue Aug 19, 2023 · 6 comments
Open

Chrome OS Settings is incomplete #179

upintheairsheep2 opened this issue Aug 19, 2023 · 6 comments

Comments

@upintheairsheep2
Copy link
Contributor

upintheairsheep2 commented Aug 19, 2023

The data in chromeOSSettings.py only phrases “Priority Preferences” not all preferences. Please add support for the “OS Settings” area.
], "OS Preference": [ {"preference": { "name": "OobeMarketingOptInScreenFinished", "value": "true" }}, {"preference": { "name": "ash.filesapp.ui_prefs_migrated", "value": "true" }}, {"preference": { "name": "launcher.result_ever_launched", "value": "true" }}, {"preference": { "name": "settings.language.enabled_extension_imes_syncable", "value": "\"\"" }}, {"preference": { "name": "settings.restore_apps_and_pages", "value": "2" }}, {"preference": { "name": "settings.language.preferred_languages_syncable", "value": "\"en-US,en\"" }}, {"preference": { "name": "settings.multi_profile_never_show_intro", "value": "true" }}, {"preference": { "name": "OobeMarketingOptInChoice", "value": "true" }}, {"preference": { "name": "crostini.terminal_settings", "value": "{\"/hterm/profile-ids\":[\"default\"],\"/nassh/profile-ids\":[\"62d6\",\"1821\"],\"/nassh/profiles/1821/argstr\":\"\",\"/nassh/profiles/1821/description\":\"[email protected]\",\"/nassh/profiles/1821/hostname\":\"example.com\",\"/nassh/profiles/1821/identity\":\"\",\"/nassh/profiles/1821/nassh-options\":\"--help\",\"/nassh/profiles/1821/port\":null,\"/nassh/profiles/1821/terminal-profile\":\"default\",\"/nassh/profiles/1821/terminalSSHDialogCommand\":\"[email protected]\",\"/nassh/profiles/1821/username\":\"admin\",\"/nassh/profiles/62d6/argstr\":\"\",\"/nassh/profiles/62d6/description\":\"[email protected]\",\"/nassh/profiles/62d6/hostname\":\"thetechrobo.ca\",\"/nassh/profiles/62d6/identity\":\"\",\"/nassh/profiles/62d6/nassh-options\":\"\",\"/nassh/profiles/62d6/port\":null,\"/nassh/profiles/62d6/terminal-profile\":\"default\",\"/nassh/profiles/62d6/terminalSSHDialogCommand\":\"[email protected]\",\"/nassh/profiles/62d6/username\":\"beluga\",\"/nassh/welcome/notes-version\":60,\"/nassh/welcome/show-count\":3}" }}, {"preference": { "name": "settings.language.preload_engines_syncable", "value": "\"xkb:us::eng\"" }} ],
The Crostini terminal settings should display as a separate artifact from the rest of the preferences.

@stark4n6
Copy link
Collaborator

Please add to the script or send a sample settings file, I didn't have anything in mine to work with.

@upintheairsheep2
Copy link
Contributor Author

upintheairsheep2 commented Aug 20, 2023

Please add to the script or send a sample settings file, I didn't have anything in mine to work with.

Already included in the issue, but the one most needed by everyone is the Crostini Terminal Settings, more specifically the SSH connected, as a hacker could use a ChromeOS device to connect to vulnerable SSH networks exposed, and install say, a bitcoin miner.

@upintheairsheep2
Copy link
Contributor Author

Please add to the script or send a sample settings file, I didn't have anything in mine to work with.

Please add to the script or send a sample settings file, I didn't have anything in mine to work with.

Already included in the issue, but the one most needed by everyone is the Crostini Terminal Settings, more specifically the SSH connected, as a hacker could use a ChromeOS device to connect to vulnerable SSH networks exposed, and install say, a bitcoin miner.

If the issue does not contain enough information, I will close the issue.

@stark4n6
Copy link
Collaborator

I'll try to work on it this week, unless you want to take a crack at it

@upintheairsheep2
Copy link
Contributor Author

I'll try to work on it this week, unless you want to take a crack at it

Also try working on the TikTok download your data json exports

@upintheairsheep2
Copy link
Contributor Author

upintheairsheep2 commented Aug 23, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants