Skip to content

Feature request: "--report-to", send the results to a proxy #53

@htrgouvea

Description

@htrgouvea

Context:

The --report-to function will allow users to send filtered results to a specified proxy for further analysis. This is useful for cases where results need to be reviewed or processed by external tools such as Burp Suite or a logging system.

Proposed Implementation:

The --report-to option will accept a proxy address as a parameter (e.g., http://localhost:8080).
Only the requests that match the applied filters will be forwarded to the specified proxy.
This will allow users to integrate the tool seamlessly into workflows that involve proxy-based inspection and further processing.

Definition of Done:

The --report-to option is functional and correctly forwards requests to the provided proxy address.
The feature respects applied filters and does not send unfiltered results.
Tests confirm expected behavior, ensuring stability and reliability.
The feature is documented with examples in the README or equivalent documentation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions