mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
Patch for an Issue #449
This commit is contained in:
parent
76b4e1ccb9
commit
b26ecfe087
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ def _oneShotErrorUse(expression, field=None):
|
||||||
payload = agent.payload(newValue=injExpression)
|
payload = agent.payload(newValue=injExpression)
|
||||||
|
|
||||||
# Perform the request
|
# Perform the request
|
||||||
page, headers = Request.queryPage(payload, content=True)
|
page, headers = Request.queryPage(payload, content=True, raise404=False)
|
||||||
|
|
||||||
incrementCounter(kb.technique)
|
incrementCounter(kb.technique)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue