mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-10 02:01:57 +00:00
Minor drei update
This commit is contained in:
parent
ff968c2331
commit
291b491c3e
9 changed files with 33 additions and 60 deletions
|
|
@ -1758,7 +1758,7 @@ def getFileType(filePath):
|
|||
"""
|
||||
|
||||
try:
|
||||
desc = magic.from_file(filePath) or ""
|
||||
desc = getUnicode(magic.from_file(filePath) or "")
|
||||
except:
|
||||
return "unknown"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue