mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-29 20:46:36 +00:00
Fixes #2373
This commit is contained in:
parent
2a3014b606
commit
9851a5703a
3 changed files with 5 additions and 3 deletions
|
|
@ -120,6 +120,8 @@ class Filesystem:
|
|||
back-end DBMS underlying file system
|
||||
"""
|
||||
|
||||
checkFile(fileName)
|
||||
|
||||
with open(fileName, "rb") as f:
|
||||
content = f.read()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue