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 ffuf print POST request with data when occur error? #768

Open
kirito999 opened this issue Mar 7, 2024 · 0 comments
Open

Can ffuf print POST request with data when occur error? #768

kirito999 opened this issue Mar 7, 2024 · 0 comments

Comments

@kirito999
Copy link

command:ffuf -w sqli.txt -X POST -u http://127.0.0.1/DVWA-master/vulnerabilities/exec/ -d 'ip=127.0.0.1|FUZZ&Submit=Submit' -H "Content-Type: application/x-www-form-urlencoded" -v -debug-log log_post -o out_file

want to get error POST request with data, but in log_post not include data

2024/03/07 00:35:02 Post "http://127.0.1.1/DVWA-master/vulnerabilities/exec/": EOF
2024/03/07 00:35:02 Post "http://127.0.1.1/DVWA-master/vulnerabilities/exec/": EOF
2024/03/07 00:35:02 Post "http://127.0.1.1/DVWA-master/vulnerabilities/exec/": EOF

and in out_file, have request data but not include error POST

Does ffuf currently provide similar parameters?

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

1 participant