mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-28 04:33:16 +00:00
Minor cleanup and one bug fix
This commit is contained in:
parent
c8a0c525fc
commit
fc8eede952
19 changed files with 91 additions and 106 deletions
|
|
@ -944,7 +944,7 @@ def _setTamperingFunctions():
|
|||
message = "it appears that you might have mixed "
|
||||
message += "the order of tamper scripts. "
|
||||
message += "Do you want to auto resolve this? [Y/n/q] "
|
||||
choice = readInput(message, default='Y').strip().upper()
|
||||
choice = readInput(message, default='Y').upper()
|
||||
|
||||
if choice == 'N':
|
||||
resolve_priorities = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue