kursatkobya / libfrizz

libfrizz is a computer software project providing a lightweight library and command-line tool for transferring data
GNU General Public License v3.0
0 stars 1 forks source link

Add progress bar to stdout while libfrizz scan ports #44

Closed kursatkobya closed 2 years ago

kursatkobya commented 2 years ago

The port scanning feature for the time being spends time to scan ports for given target. Currently the ports are written to stdout, the first task is to write those ports into the output file. A progress bar showing the percentage of the operation will be written to stdout.

AC

kursatkobya commented 2 years ago

How to pass a mutable file object to trait FnMut still puzzles me. I need to solve this mystery to be able efficiently output to a file while port scanning.