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

Steal credentials from Chrome #3426

Closed
17 of 18 tasks
mssalvatore opened this issue Jun 13, 2023 · 2 comments
Closed
17 of 18 tasks

Steal credentials from Chrome #3426

mssalvatore opened this issue Jun 13, 2023 · 2 comments

Comments

@mssalvatore
Copy link
Collaborator

mssalvatore commented Jun 13, 2023

Description

Write a credentials collector that steals credentials from chrome-based browsers.

See #3398 for research.

Tasks

  • Define config-schema.json, manifest, and options (0d) @ilija-lazoroski
  • Create pipfile for dependencies (0d) @ilija-lazoroski
  • Add A jenkins job to build the plugin (0d) - @shreyamalviya
  • Define a strategy class that accepts a "credentials file selector" and a "credentials file processor" (0) @ilija-lazoroski, @shreyamalviya
  • Write the credentials file selector (and processor?) for Windows for Chrome, Edge (0.75d)
  • Write the credentials file selector (and processor?) for Linux for Chrome, Chromium (0.75d) - @ilija-lazoroski
  • Install libglib2.0-dev, libdbus-1-3, and libdbus-1-dev on Linux build machine in GCP (dbus-python on Linux requires these)
  • Add machines to GCP for testing (or modify existing machines)
  • Add a BB test for testing this credentials collector (0.5d) - @shreyamalviya
  • Document the new feature (0.25d) - @shreyamalviya
  • Reduce duplicated code
    • consolidate windows, linux database readers
    • consolidate the decrypt_v80 function
  • Add changelog entry
@ilija-lazoroski
Copy link
Contributor

Because we use dbus-python for stealing credentials from chrome-based browsers on Linux we will need to install libglib2.0-dev, libdbus-1-3 and libdbus-1-dev

@cakekoa
Copy link
Contributor

cakekoa commented Sep 5, 2023

Because we use dbus-python for stealing credentials from chrome-based browsers on Linux we will need to install libglib2.0-dev, libdbus-1-3 and libdbus-1-dev

Do we need a task for updating our agent-builder image? It doesn't seem to be able to build the plugin

@shreyamalviya shreyamalviya mentioned this issue Sep 15, 2023
10 tasks
shreyamalviya added a commit that referenced this issue Sep 15, 2023
shreyamalviya added a commit that referenced this issue Sep 15, 2023
mssalvatore pushed a commit that referenced this issue Sep 15, 2023
mssalvatore pushed a commit that referenced this issue Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

3 participants