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

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

Open
htrgouvea opened this issue Jan 29, 2025 · 0 comments
Open

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

htrgouvea opened this issue Jan 29, 2025 · 0 comments

Comments

@htrgouvea
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant