mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
more update regarding error based injection support
This commit is contained in:
@@ -445,3 +445,13 @@ def goStacked(expression, silent=False):
|
||||
page, _ = Request.queryPage(payload, content=True, silent=silent)
|
||||
|
||||
return payload, page
|
||||
|
||||
def goError(expression):
|
||||
#expression = cleanQuery(expression)
|
||||
|
||||
if conf.direct:
|
||||
return direct(expression), None
|
||||
|
||||
result = __goError(expression)
|
||||
|
||||
return result
|
||||
|
||||
Reference in New Issue
Block a user