mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-27 04:05:58 +00:00
fix for a crash with partial union and --hex
This commit is contained in:
parent
a7fbc55748
commit
61ad3b999a
2 changed files with 7 additions and 3 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue