mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 00:42:23 +01:00
bug fix
This commit is contained in:
parent
1369529103
commit
e2bbfbe650
1 changed files with 3 additions and 0 deletions
|
|
@ -100,6 +100,9 @@ def heuristicCheckSqlInjection(place, parameter, value):
|
|||
prefix = ""
|
||||
postfix = ""
|
||||
|
||||
if place == "URI":
|
||||
return
|
||||
|
||||
if conf.prefix or conf.postfix:
|
||||
if conf.prefix:
|
||||
prefix = conf.prefix
|
||||
|
|
|
|||
Loading…
Reference in a new issue