mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-09 17:51:33 +00:00
Fixes #3234 (user entered input)
This commit is contained in:
parent
a8c0722631
commit
16c052ef13
3 changed files with 4 additions and 4 deletions
|
|
@ -1179,7 +1179,7 @@ def checkFile(filename, raiseOnError=True):
|
|||
try:
|
||||
if filename is None or not os.path.isfile(filename):
|
||||
valid = False
|
||||
except UnicodeError:
|
||||
except:
|
||||
valid = False
|
||||
|
||||
if valid:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue