mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
Minor enhancement to prefix payload in ORDER BY and GROUP BY clauses
This commit is contained in:
@@ -257,7 +257,7 @@ def checkSqlInjection(place, parameter, value):
|
||||
if where == 1:
|
||||
origValue = value
|
||||
elif where == 2:
|
||||
origValue = "-%s" % value
|
||||
origValue = "-%s" % randomInt()
|
||||
elif where == 3:
|
||||
origValue = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user