mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-21 17:16:35 +03:00
Rework:solve problem of saving result of --sql-query in CSV file
This commit is contained in:
parent
372f80cfce
commit
cf2d76a863
|
@ -733,7 +733,7 @@ class Dump(object):
|
|||
for j in range(len(temp_res)):
|
||||
d.update({temp_res[j]:s[j]})
|
||||
dt_save.append(d)
|
||||
print(dt_save)
|
||||
|
||||
#*******************************************
|
||||
file_csv="data_save.csv"
|
||||
if(len(queryRes)!=0):
|
||||
|
|
Loading…
Reference in New Issue
Block a user