Skip to content

guardicode/chrome-credentials_collector

Repository files navigation

Chrome Credentials Collector - Agent Plugin for Infection Monkey

Introduction

Chrome Credentials Collector is an Agent Plugin for Infection Monkey that steals saved credentials from Chrome-based browsers. On Linux, it targets Google Chrome and Chromium. On Windows, it targets Google Chrome and Microsoft Edge.

For more information, see the Chrome Credentials Collector Plugin documentation.

Development

Setting up the development environment

To create the resulting Chrome archive, follow these steps:

  1. Clone the Repository

    $ git clone https://github.com/guardicode/chrome-credentials_collector.git
    $ cd chrome-credentials_collector
  2. Install development dependencies

    This project uses Poetry for managing dependencies and virtual environments, and pre-commit for managing pre-commit hooks.

    $ pip install pre-commit poetry
    $ pre-commit install -t pre-commit
    $ poetry install

Running the test suite

The test suite can be run with the following command:

poetry run pytest

Building the plugin

To build the plugin, run the Agent Plugin Builder.

poetry run build_agent_plugin .

The build tool will create Chrome-credentials_collector.tar, which can be installed in the Monkey Island.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages