Skip to content

HTTP Listener Modifiers

Chopicalqui edited this page Apr 2, 2022 · 4 revisions

This modifier implements the interface IHttpListener of the Burp Suite Extender API. Thereby, it executes the current Python script after each response was received by Burp. Thus, if a request times out, then the Python script is not called for this request/response pair, and, as a result, this analyzer might not deliver complete results. Use this analyzer to gather on-the-fly intelligence from requests or responses that are currently sent or received (e.g., sent or received by Burp's Intruder for example).