Closed ghost closed 8 years ago
When you kill the main thread, the Responder.py process launched as a subprocess, will not be killed. This is because the parameter shell=True will make it detach from it's parent threat. Not really sure how to properly implement though.
i havent noticed this. it is my understanding that the processes and subprocess are killed after exiting.
can you please provide your output?
no feedback provided. closing
When you kill the main thread, the Responder.py process launched as a subprocess, will not be killed. This is because the parameter shell=True will make it detach from it's parent threat. Not really sure how to properly implement though.