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

Stop tcpdumps on workers #16

Open orjanj opened 2 years ago

orjanj commented 2 years ago

Stop tcpdump running on workers and the initiating SSH session on the scanner machine. These have obviously different PID's so the following is needed:

orjanj commented 2 years ago

Consider using SIGTERM (code 15).

orjanj commented 2 years ago

I created a script cleanup.sh for this method. This script iterates through the CSV task file to update status from ongoing to completed. At the moment, it is undergoing testing.