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

Add Browser Data Extraction for Chromium- and Gecko-based Browsers #19506

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Commits on Sep 26, 2024

  1. Add enum_browsers post exploitation module

    This post-exploitation module extracts sensitive browser data from both Chromium-based and Gecko-based browsers on the target system. It supports the decryption of passwords and cookies using Windows Data Protection API (DPAPI) and can extract additional data such as browsing history, keyword search history, download history, autofill data, and credit card information.
    xaitax committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    f106f1c View commit details
    Browse the repository at this point in the history
  2. Update modules/post/windows/gather/enum_browsers.rb

    Co-authored-by: Julien Voisin <[email protected]>
    xaitax and jvoisin authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    6cc6841 View commit details
    Browse the repository at this point in the history
  3. Update enum_browsers.rb

    xaitax committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    78f7327 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Update modules/post/windows/gather/enum_browsers.rb

    Co-authored-by: Valentin Lobstein <[email protected]>
    xaitax and Chocapikk authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    1e67d20 View commit details
    Browse the repository at this point in the history
  2. Update modules/post/windows/gather/enum_browsers.rb

    Co-authored-by: Valentin Lobstein <[email protected]>
    xaitax and Chocapikk authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    4a97543 View commit details
    Browse the repository at this point in the history
  3. Update modules/post/windows/gather/enum_browsers.rb

    Co-authored-by: Valentin Lobstein <[email protected]>
    xaitax and Chocapikk authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    6d28e4b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a4fd4df View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. Configuration menu
    Copy the full SHA
    9eda033 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    cd48771 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3ae5a9 View commit details
    Browse the repository at this point in the history
  3. Fixed migration logic

    xaitax committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    47c4679 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    91beef1 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    6d27275 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. Configuration menu
    Copy the full SHA
    a2d8d7d View commit details
    Browse the repository at this point in the history
  2. [Added] Extract Browser Cache

    xaitax committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    ecd9f99 View commit details
    Browse the repository at this point in the history
  3. Fix Readme

    xaitax committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    87b2cb7 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Update enum_browsers.rb

    xaitax committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    e6aa695 View commit details
    Browse the repository at this point in the history
  2. [Fixed] Opera Support

    xaitax committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    1fa9c6a View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    6fb49a2 View commit details
    Browse the repository at this point in the history