mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-25 17:09:02 +00:00
Fixes #3967
This commit is contained in:
@@ -123,7 +123,7 @@ def _oneShotUnionUse(expression, unpack=True, limited=False):
|
||||
|
||||
try:
|
||||
decodeBase64(value)
|
||||
except binascii.Error:
|
||||
except (binascii.Error, TypeError):
|
||||
base64 = False
|
||||
break
|
||||
|
||||
|
||||
Reference in New Issue
Block a user