-
Notifications
You must be signed in to change notification settings - Fork 24
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
the program doesn't work #4
Comments
Hello, @morf13111986 If you encounter the "WAF functionality check failed" message, it indicates that the WAF did not successfully block a malicious payload. Please ensure that your WAF can intercept and block the following payload: You can reference the specific code related to this here. Once you've made the necessary adjustments, rerun the tool. Thank you! |
@Boris-Rozenfeld My WAF is in Prevent mode and I can see the requests being blocked on the openappsec portal with a 403, but I'm still getting |
@sidoverflow, just cheked with a clean Open-AppSec environment and the "WAF functionality check passed".
Please give these suggestions a try and let me know if they assist you in resolving the issue. |
I believe my issue was the default web response page by open-appsec which was likely running into unexpected EOF errors. I configured the asset to return a plain 403 status code. That seemed to work, now the health and functionality checks are fine! |
I don’t want to start scanning at all.
I did everything according to the instructions.
I made changes to the config.py file, indicating the application that needs to be scanned and which is located behind the WAF.
But when launched, Health check passed works, but WAF functionality check failed gives an error. As far as I understand, the scan does not work. But I can’t understand why.
The text was updated successfully, but these errors were encountered: