rapid7 / meterpreter

THIS REPO IS OBSOLETE. USE https://github.com/rapid7/metasploit-payloads INSTEAD
Other
325 stars 144 forks source link

Is there a watchdog for meterpreter in case it crashes? #206

Closed NyaMisty closed 5 years ago

NyaMisty commented 5 years ago

Sometimes meterpreter crashes unintendedly due to some not yet discovered bugs :( In many pentest siturations we'd like the meterpreter session to be automatically restarted if crashed.(e.g. Lots of exploit works only in first-time run) I'm thinking of creating a new watchdog process, keeping watching the main process detecting if it's zombied or crashed, and then forking a new main process to recover. All persistence scripts I found are targeting windows and assuming SYSTEM privilege :(

NyaMisty commented 5 years ago

Sorry I didn't notice that this repo had been merged. I'll close it.