d4rckh / vaf

Vaf is a cross-platform very advanced and fast web fuzzer written in nim
GNU General Public License v3.0
312 stars 41 forks source link

[feature] progress bar #19

Closed d4rckh closed 2 years ago

d4rckh commented 2 years ago

Progress bar showing useful information like: %, requests / second, how much the program has been running for. There's an example code on Nim docs: https://nim-lang.org/docs/terminal.html#progress-bar. We might need to make it so threads can report information back to the main thread

d4rckh commented 2 years ago

added #21