Skip to content

Postfetch hook

sullo edited this page Mar 18, 2021 · 1 revision

The postfetch hook is the executed after any request is made to the target. It is designed to allow the plugin to check for issues with the response, such as vulnerable headers or content.

In normal execution, the postfetch hook should report any vulnerabilities that it finds.

postfetch_method(mark, parameters, request, result);

hashref mark

hashref parameters

hashref request

hashref result