mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
bug fix
This commit is contained in:
@@ -100,6 +100,9 @@ def heuristicCheckSqlInjection(place, parameter, value):
|
|||||||
prefix = ""
|
prefix = ""
|
||||||
postfix = ""
|
postfix = ""
|
||||||
|
|
||||||
|
if place == "URI":
|
||||||
|
return
|
||||||
|
|
||||||
if conf.prefix or conf.postfix:
|
if conf.prefix or conf.postfix:
|
||||||
if conf.prefix:
|
if conf.prefix:
|
||||||
prefix = conf.prefix
|
prefix = conf.prefix
|
||||||
|
|||||||
Reference in New Issue
Block a user