mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 21:21:33 +00:00
Fixes #2373
This commit is contained in:
@@ -120,6 +120,8 @@ class Filesystem:
|
||||
back-end DBMS underlying file system
|
||||
"""
|
||||
|
||||
checkFile(fileName)
|
||||
|
||||
with open(fileName, "rb") as f:
|
||||
content = f.read()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user