mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Fix for Issue #43
This commit is contained in:
@@ -169,7 +169,7 @@ class Miscellaneous:
|
||||
message += "[1] as LIKE %s names (default)\n" % what
|
||||
message += "[2] as exact %s names" % what
|
||||
|
||||
choice = readInput(message, default='1') if not conf.exact else '2'
|
||||
choice = readInput(message, default='1') if not conf.disableLike else '2'
|
||||
|
||||
if not choice or choice == '1':
|
||||
choice = '1'
|
||||
|
||||
Reference in New Issue
Block a user