sqlmap/waf/proventia.py

16 lines
384 B
Python
Raw Normal View History

#!/usr/bin/env python
"""
2016-01-06 02:06:12 +03:00
Copyright (c) 2006-2016 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