ThreatResponse / margaritashotgun

Remote Memory Acquisition Tool
https://www.threatresponse.cloud
MIT License
239 stars 50 forks source link

Lime loaded check fails if netstat is not installed #10

Closed joelferrier closed 7 years ago

joelferrier commented 7 years ago

If netstat is not present in the user's path memory capture fails after max tries is exceeded.

2016-09-23T21:34:57 - margaritashotgun.remote_shell - DEBUG - localhost: executing "netstat -lnt | grep 19955"
2016-09-23T21:34:57 - margaritashotgun.remote_shell - DEBUG - localhost: decoded "bash: netstat: command not found" with encoding utf-8
joelferrier commented 7 years ago

netstat is no longer a dependency as of c3bc72d