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

false positive on poc-1 part #1

Open
sangamcs opened this issue Sep 25, 2021 · 1 comment
Open

false positive on poc-1 part #1

sangamcs opened this issue Sep 25, 2021 · 1 comment

Comments

@sangamcs
Copy link

        f5BypassAuthCheckRsp1 = requests.get(tgtUrl1, headers=headers, timeout=timeout, verify=False)

        if f5BypassAuthCheckRsp1.status_code == 200:
            print '[POC1]' + tgtIP + ' is vulnerable-2!!!'
            return True

because many of BigIP server having webpages.

@theLSA
Copy link
Owner

theLSA commented Sep 26, 2021

Thanks your feedback!
poc1 = '/tmui/login.jsp/..;/tmui/system/user/authproperties.jsp'
if you can access the authproperties.jsp page, that means could be vulnerable(possible, not 100%).
So you can try it manually, or improve the code(such as improve this [if] statement) so that make it nearly 100% accurate.

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