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

json format doesnt return the response code #50

Closed
javixeneize opened this issue Sep 21, 2017 · 3 comments
Closed

json format doesnt return the response code #50

javixeneize opened this issue Sep 21, 2017 · 3 comments

Comments

@javixeneize
Copy link

Hi

Im checking the json output format and seems like the response code is not returned

I have an output like this

{'description': 'master', 'postdata': {}, 'url': u'myurl, 'chars': 233, 'lines': 4, 'server': 'Werkzeug/0.11.15 Python/2.7.12', 'location': '', 'words': 34}

@ilyaglow
Copy link
Contributor

Hey, it has been fixed in #54

@xmendez xmendez closed this as completed Sep 25, 2017
@javixeneize
Copy link
Author

Hi

This seems to be still failing in 2.2.3 version

wfuzz --version
2.2.3

wfuzz -o json -w t1.txt http://testphp.vulnweb.com/FUZZ
[{"postdata": {}, "description": "4", "words": 12, "url": "HTTP://testphp.vulnweb.com/4", "chars": 168, "server": "nginx/1.4.1", "lines": 7, "location": ""}, {"postdata": {}, "description": "3", "words": 12, "url": "HTTP://testphp.vulnweb.com/3", "chars": 168, "server": "nginx/1.4.1", "lines": 7, "location": ""}, {"postdata": {}, "description": "1", "words": 12, "url": "HTTP://testphp.vulnweb.com/1", "chars": 168, "server": "nginx/1.4.1", "lines": 7, "location": ""}, {"postdata": {}, "description": "2", "words": 12, "url": "HTTP://testphp.vulnweb.com/2", "chars": 168, "server": "nginx/1.4.1", "lines": 7, "location": ""}]

Maybe that pip package has something cached? i have downloaded the git project and using the wfuzz cli it appears to return the error code

Thanks

@ilyaglow
Copy link
Contributor

Probably wfuzz package is not updated yet on pypi, but you can always install it directly from github like this:

pip install git+https://github.com/xmendez/wfuzz.git

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

3 participants