Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: write / append data to CSV file every <x> rows #516

Open
erwinwo-dc opened this issue Sep 3, 2013 · 3 comments
Open

Feature request: write / append data to CSV file every <x> rows #516

erwinwo-dc opened this issue Sep 3, 2013 · 3 comments

Comments

@erwinwo-dc
Copy link

When dumping large table it would be nice the tool writes the CSV file incremental so lets say every 1000 rows dumped get appended to the file so external tools can already process partial data.

@ghost ghost assigned stamparm Oct 20, 2013
@tampe125
Copy link

any update on this?

@stamparm
Copy link
Member

stamparm commented Oct 5, 2016

Just to leave a meaningful comment here. sqlmap uses post-processing on data at the end of the run (e.g. hash cracking in case of cracked password will append the password's plain text format at the end of the retrieved entry). This basically means that you can't expect the content of every <x> rows CSV file to be of the same format as the final output file. If you could live with some raw csv I could do something about it.

@tampe125
Copy link

Just as a follow up: I ended up using the start/stop options and force SQLmap to dump the contents. It's not optimal, but it's very close to it (I can live with that).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants