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

Can't define headers containing commas #5

Closed
epinna opened this issue Feb 13, 2015 · 1 comment
Closed

Can't define headers containing commas #5

epinna opened this issue Feb 13, 2015 · 1 comment

Comments

@epinna
Copy link

epinna commented Feb 13, 2015

Hello,

Adding an header containing commas, e.g.

./wfuzzy.py -H 'Accept-Language: da, en-gb;q=0.8, en;q=0.7' ...

Fails on command line parsing because , is considered as header separator. Is there a way to bypass this issue? A nice fix could be to build the header list supporting the cumulative use of the -H option, e.g. ./wfuzzy.py -H 'Accept-Language: da, en-gb' -H 'Accept: text/plain; q=0.5, text/html'. Argparse python library support this.

Thanks.

@xmendez
Copy link
Owner

xmendez commented Feb 14, 2015

Hi epinna,

Thanks for the feedback, I think it is a good idea. You can download a new release (https://github.com/xmendez/wfuzz/releases/tag/2.1.2) with this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants