orjanj / nmap-pkg-generation-analysis

Framework for synthetic packet generation and characterization of Nmap scans
GNU General Public License v2.0
1 stars 0 forks source link

Create second file if results exists #25

Closed orjanj closed 2 years ago

orjanj commented 2 years ago

If there exists results on the scanning host and worker host, there must be created a new file to prevent overwriting existing data files. Other suggestions:

orjanj commented 2 years ago

Priority set to default for now, since this could be achieved manually for the moment.

orjanj commented 2 years ago

Another alternative, which is the quickest, is to implement timestamp in output filename, which will solve the case.

orjanj commented 2 years ago

This is solved by adding capture start timestamp to the output file.