secgroundzero / warberry

WarBerryPi - Tactical Exploitation
2.22k stars 288 forks source link

Responder subprocess not killed #22

Closed ghost closed 8 years ago

ghost commented 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.

secgroundzero commented 8 years ago

i havent noticed this. it is my understanding that the processes and subprocess are killed after exiting.

can you please provide your output?

secgroundzero commented 8 years ago

no feedback provided. closing