sqlmap/waf/proventia.py
2015-05-11 08:56:27 +02:00

16 lines
385 B
Python

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