epi052 / feroxbuster

A fast, simple, recursive content discovery tool written in Rust.
https://epi052.github.io/feroxbuster/
MIT License
5.84k stars 492 forks source link

[BUG] Time estimation goes to 0s and never recovers #1145

Closed L1-0 closed 3 months ago

L1-0 commented 4 months ago

Describe the bug In the global scan progress line the time estimation goes to 0s after a time of the program running.

To Reproduce This bug should be automatically reproducible. I have witnessed it in the following scenarios: A scan finishes and another concurrent scan takes its place. You open the Scan Management Menu and add a manual additional url to scan.

Expected behavior The total time estimator should output the estimated time. Instead it is displaying "0s"

Traceback / Error Output [##############>-----] - 45m 104568/140835 >>> 0s <<< found:12 errors:0

Environment (please complete the following information):

Additional context console output

epi052 commented 3 months ago

thanks for this! i was able to reproduce it by adding a scan in the menu. going to take a look at this today and see what's going on