mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Fixes #3967
This commit is contained in:
parent
1fa81fedf3
commit
4b5927b734
4 changed files with 4 additions and 4 deletions
|
|
@ -123,7 +123,7 @@ def _oneShotUnionUse(expression, unpack=True, limited=False):
|
|||
|
||||
try:
|
||||
decodeBase64(value)
|
||||
except binascii.Error:
|
||||
except (binascii.Error, TypeError):
|
||||
base64 = False
|
||||
break
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue