Skip to content

Detect and Delete Stale Cookies in Credential Miner #150

@rapidfix

Description

@rapidfix

After testing, it was observed that cookies generated by the credential miner will become stale in approximately 5-6 days. We need to implement a mechanism to detect and delete these stale cookies to ensure the miner can regenerate them properly and maintain functionality.

This feature should:

  • Monitor the age or validity of stored cookies
  • Automatically delete cookies that are past their expiration or have been marked as invalid (e.g., triggering a 403 error)
  • Trigger a new cookie generation process

This is a critical maintenance task to ensure long-term stability of the credential miner. The implementation should be thoroughly tested to avoid false positives and ensure reliability.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions