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
It seems there is no easy way to dump the full request and full response for each fuzz result.
I tried --field within the commandline or saving the results and parsing them with wfpayload but it seems that there is no way to select multiple output fields within expressions.
It doesn't look like i can use wfuzz as a library to load previous FuzzResults and dump everything i need: am i missing something?
Should i parse the saved gzipped output with pickle and work from there?
The text was updated successfully, but these errors were encountered:
Issue template
Context
Please check:
Please describe your local environment:
Wfuzz version: Output of wfuzz --version
2.4
Python version: Output of python --version
2.7.16
OS: Kali rolling
Report
It seems there is no easy way to dump the full request and full response for each fuzz result.
I tried
--field
within the commandline or saving the results and parsing them withwfpayload
but it seems that there is no way to select multiple output fields within expressions.It doesn't look like i can use
wfuzz
as a library to load previousFuzzResults
and dump everything i need: am i missing something?Should i parse the saved gzipped output with pickle and work from there?
The text was updated successfully, but these errors were encountered: