mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Fixes #3637
This commit is contained in:
parent
5ae78b1d85
commit
7a179889a3
4 changed files with 8 additions and 5 deletions
2
thirdparty/magic/magic.py
vendored
2
thirdparty/magic/magic.py
vendored
|
|
@ -223,4 +223,4 @@ MAGIC_NO_CHECK_ASCII = 0x020000 # Don't check for ascii files
|
|||
MAGIC_NO_CHECK_TROFF = 0x040000 # Don't check ascii/troff
|
||||
MAGIC_NO_CHECK_FORTRAN = 0x080000 # Don't check ascii/fortran
|
||||
MAGIC_NO_CHECK_TOKENS = 0x100000 # Don't check ascii/tokens
|
||||
MAGIC_UNKNOWN_FILETYPE = "unknown"
|
||||
MAGIC_UNKNOWN_FILETYPE = b"unknown"
|
||||
Loading…
Add table
Add a link
Reference in a new issue