Security_Code/Langzi_Api半成品-不再更新/GET_SQL/lib/sqlmap/waf/proventia.py

16 lines
362 B
Python

#!/usr/bin/env python
"""
Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/)
See the file 'LICENSE' for copying permission
"""
__product__ = "Proventia Web Application Security (IBM)"
def detect(get_page):
page, _, _ = get_page()
if page is None:
return False
page, _, _ = get_page(url="/Admin_Files/")
return page is None