Patch for an Issue #449

This commit is contained in:
stamparm 2013-05-17 15:14:51 +02:00
parent 76b4e1ccb9
commit b26ecfe087

View File

@ -95,7 +95,7 @@ def _oneShotErrorUse(expression, field=None):
payload = agent.payload(newValue=injExpression)
# Perform the request
page, headers = Request.queryPage(payload, content=True)
page, headers = Request.queryPage(payload, content=True, raise404=False)
incrementCounter(kb.technique)