minor update

This commit is contained in:
Miroslav Stampar
2011-11-22 12:18:24 +00:00
parent ac041399f0
commit 2e10de8921
4 changed files with 8 additions and 8 deletions

View File

@@ -22,12 +22,6 @@ def headersParser(headers):
and the web application technology
"""
# It is enough to parse the headers on first four HTTP responses
if kb.headersCount > 3:
return
kb.headersCount += 1
topHeaders = {
"cookie": os.path.join(paths.SQLMAP_XML_BANNER_PATH, "cookie.xml"),
"microsoftsharepointteamservices": os.path.join(paths.SQLMAP_XML_BANNER_PATH, "sharepoint.xml"),