rapid7 / meterpreter

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

Add support for URI patching #148

Closed OJ closed 9 years ago

OJ commented 9 years ago

This PR includes code which will allow for HTTP/S payload URIs to be hot-patched by the server without losing the UUID information. This was put in so that the stageless payloads can be used over and over again and not have issues with session URIs colliding.

Validation and testing details can be found in the MSF PR here: https://github.com/rapid7/metasploit-framework/pull/5141

metasploit-public-bot commented 9 years ago

Test PASSED. Refer to this link for build results (access rights to CI server needed): https://ci.metasploit.com//job/GPR-MeterpreterWin/183/ Test PASSED.

OJ commented 9 years ago

Cheers Brent!