mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
fixed test cases
This commit is contained in:
parent
5ceadf02ae
commit
2bc2c0431c
2 changed files with 10 additions and 10 deletions
|
|
@ -206,7 +206,7 @@ def runCase(switches=None, parse=None):
|
|||
retVal = False
|
||||
|
||||
if parse and retVal:
|
||||
ifile = open(conf.dumper.getOutputFile(), 'r')
|
||||
ifile = open(conf.dumper.getOutputFile(), "rb")
|
||||
content = ifile.read()
|
||||
ifile.close()
|
||||
for item in parse:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue