-
Notifications
You must be signed in to change notification settings - Fork 112
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
False positive issues #1
Comments
There is no such tool that will give you 0% false positives. That's why you use more than one tool for the job. |
See https://github.com/fullhunt/spring4shell-scan/blob/master/spring4shell-scan.py#L160 - the tool says that unless it gets a HTTP 200 or HTTP 404, the system is vulnerable. This is a very bad assumption. How about a WAF or any other layer returning a 403 (access denied) or 400 (bad request)? Applied following diff for better debugging:
Now we can see what is claimed vulnerable: Run this payload in curl:
|
When i used your tool,it gives false positives to the website i scanned.I thought it is zero false positive.Kindly improve on the tool because of your reputation.
The text was updated successfully, but these errors were encountered: