minor style update

This commit is contained in:
Miroslav Stampar
2012-06-19 08:33:51 +00:00
parent 452ef202ae
commit 302d782a0f
6 changed files with 8 additions and 8 deletions

View File

@@ -76,7 +76,7 @@ def __oneShotUnionUse(expression, unpack=True, limited=False):
incrementCounter(PAYLOAD.TECHNIQUE.UNION)
# Parse the returned page to get the exact union-based
# sql injection output
# SQL injection output
retVal = reduce(lambda x, y: x if x is not None else y, ( \
extractRegexResult(check, removeReflectiveValues(page, payload), re.DOTALL | re.IGNORECASE), \
extractRegexResult(check, removeReflectiveValues(listToStrValue(headers.headers \