mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
fix regarding Bug #164 (Proper usage of special characters in paths) - not clear if that's all
This commit is contained in:
@@ -234,4 +234,4 @@ def queriesParser():
|
||||
|
||||
checkFile(xmlfile)
|
||||
handler = queriesHandler()
|
||||
parse(xmlfile, handler)
|
||||
parse(open(xmlfile), handler)
|
||||
|
||||
Reference in New Issue
Block a user