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

Add function changing ongoing to completed #11

Closed orjanj closed 2 years ago

orjanj commented 2 years ago

Create a function for changing tasks in tasklist from ongoing to completed.

orjanj commented 2 years ago

Need to run a check against the PID on the scanner host to determine whether the scan is completed or not. If the scan is completed (no PID is found on the scanning host) the scaner script should update the respective task to complete in the tasklist.

orjanj commented 2 years ago

Function task_change() implemented and are tested changing status from new to ongoing. Should be further tested before closure.

Edit: Lowering priority since it seems to work so far.

orjanj commented 2 years ago

Must be seen in accordance with #28.

orjanj commented 2 years ago

Solved using cleanup.sh.