mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-09 06:01:29 +00:00
fix for a crash with partial union and --hex
This commit is contained in:
@@ -136,7 +136,7 @@ class Web:
|
||||
logger.info(infoMsg)
|
||||
|
||||
default = None
|
||||
choices = ['asp', 'aspx', 'php', 'jsp']
|
||||
choices = ('asp', 'aspx', 'php', 'jsp')
|
||||
|
||||
for ext in choices:
|
||||
if conf.url.endswith(ext):
|
||||
|
||||
Reference in New Issue
Block a user