Include url response body in the callback function OnResult. #360
Labels
Status: Completed
Nothing further to be done with this issue. Awaiting to be closed.
Type: Enhancement
Most issues will probably ask for additions or changes.
Milestone
Would be nice to have http response body in the callback response, for example as a
ReponseBody
field in theResult
structUse case: Useful for scanning the website's html code without having to the request the same url again for example looking for secrets or running a regex across all found endpoitns, saving time and resources for the developer, and http response is probably laying around in some variable, might as well make use of it :)
The text was updated successfully, but these errors were encountered: