mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
Minor refactoring
This commit is contained in:
@@ -10,7 +10,7 @@ from lib.core.common import randomInt
|
||||
__product__ = "ISA Server (Microsoft)"
|
||||
|
||||
def detect(get_page):
|
||||
page, headers, code = get_page(host=randomInt(6))
|
||||
page, _, _ = get_page(host=randomInt(6))
|
||||
retval = "The server denied the specified Uniform Resource Locator (URL). Contact the server administrator." in (page or "")
|
||||
retval |= "The ISA Server denied the specified Uniform Resource Locator (URL)" in (page or "")
|
||||
return retval
|
||||
|
||||
Reference in New Issue
Block a user