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

How to set update eta in real time? #3165

Closed
shadowzoom opened this issue Jun 27, 2018 · 2 comments
Closed

How to set update eta in real time? #3165

shadowzoom opened this issue Jun 27, 2018 · 2 comments
Assignees
Milestone

Comments

@shadowzoom
Copy link

Hi there, i've noticed, that --eta is not updating dumped data in real time. It shows results after 100-200 values only, like:
100/1000
200/1000
300/1000
How i can set --eta to update in real time? Like
100/1000
101/1000
102/1000
103/1000 ?

@AmericanY
Copy link

seems that you have no background about the progress of --eta

well, let me inform you that --eta based on the threads you used.

for example in case if you are using --threads=10 is different than using --threads=1 ( same as without using --threads option as it's by default 1 thread)

so in case if you using threads=10 gonna process as 10/1000 then 20/2000 which means sqlmap wait for the each 10 threads to process and print into stdout before moving to next threads.

in case if you are not using threads option or threads=1 so it's gonna process 1/1000 then 2/1000.

take a look

#2777

@stamparm stamparm self-assigned this Jul 5, 2018
@stamparm stamparm added this to the 1.3 milestone Jul 5, 2018
@stamparm
Copy link
Member

stamparm commented Jul 5, 2018

@shadowfolder please update and retry

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