Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dump full request and full response #152

Closed
1 task done
manuelbua opened this issue Jun 24, 2019 · 2 comments
Closed
1 task done

Dump full request and full response #152

manuelbua opened this issue Jun 24, 2019 · 2 comments

Comments

@manuelbua
Copy link

Issue template

Context

Please check:

  • I've read the docs for Wfuzz

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 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?

@xmendez
Copy link
Owner

xmendez commented Oct 25, 2019

Hi @manuelbua,

Apologies for the delay in getting back to you. I am interested in your use case if you are still there.
What were you trying to do?

cheers

@xmendez
Copy link
Owner

xmendez commented Aug 9, 2020

In dev version you can use --field/--efield several times. This version will be eventually released.

@xmendez xmendez closed this as completed Aug 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants