mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-21 13:49:04 +00:00
Moving binary to textual file openings
This commit is contained in:
@@ -64,7 +64,7 @@ def configFileParser(configFile):
|
||||
logger.debug(debugMsg)
|
||||
|
||||
checkFile(configFile)
|
||||
configFP = openFile(configFile, "rb")
|
||||
configFP = openFile(configFile, 'r')
|
||||
|
||||
try:
|
||||
config = UnicodeRawConfigParser()
|
||||
|
||||
Reference in New Issue
Block a user