mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Fixes #3020
This commit is contained in:
parent
8a90512354
commit
2cc6214227
3 changed files with 3 additions and 5 deletions
|
|
@ -1053,8 +1053,6 @@ def heuristicCheckSqlInjection(place, parameter):
|
|||
kb.ignoreCasted = readInput(message, default='Y' if conf.multipleTargets else 'N', boolean=True)
|
||||
|
||||
elif result:
|
||||
import pdb
|
||||
pdb.set_trace()
|
||||
infoMsg += "be injectable"
|
||||
if Backend.getErrorParsedDBMSes():
|
||||
infoMsg += " (possible DBMS: '%s')" % Format.getErrorParsedDBMSes()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue