epi052 / feroxbuster

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

[FEATURE REQUEST] Flag to purge finished progress lines #1144

Open L1-0 opened 1 month ago

L1-0 commented 1 month ago

Is your feature request related to a problem? Please describe. When scanning a server with many directories the terminal output becomes polluted with finished tasks to the point where one cannot see the main progress any more.

Describe the solution you'd like My suggestion would be to either introduce a flag to keep the finished tasks in the console, or a flag to automatically purge finished scans from the output. Either way would be good. An easy fix for the problem would be to print the finished scans first, then the global scan progress and then the currently running scans, that way you can still see the progress at least.

Describe alternatives you've considered None, as after a 15h scan all i could see was a flashing terminal window with finished scans, with no progress display whatsoever.