You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: