Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move migration stub code to MSF #155

Merged
merged 3 commits into from
Dec 19, 2016
Merged

Conversation

OJ
Copy link
Contributor

@OJ OJ commented Dec 8, 2016

This commit changes the code so that the migration stubs are generated in MSF and are transport specific (so that we only do the work we need to).

This is a subset of the work that was written into the Named Pipe PR #101. I have pulled it into this PR so that:

  1. It has a chance of getting landed.
  2. It makes the other PR a little more tangible.
  3. It'll allow me to take the next bit of Add named pipe channels, named pipe transport, and a small migration refactor #101 out as another piecemeal chunk.

This will also mean that:

  • Meterpreter is slightly less fingerprintable.
  • Slightly smaller too.
  • MSF can generate migration stubs on the fly and perhaps vary them down the track.

For more details, please see the MSF side PR at this location: rapid7/metasploit-framework#7674

This commit changes the code so that the migration stubs are generated
in MSF and are transport specific (so that we only do the work we need
to).
@busterb
Copy link
Contributor

busterb commented Dec 8, 2016

Rocking, thanks so much for making this easier to digest!

@wwebb-r7 wwebb-r7 self-assigned this Dec 16, 2016
@wwebb-r7 wwebb-r7 merged commit 4f0c940 into rapid7:master Dec 19, 2016
wwebb-r7 added a commit that referenced this pull request Dec 19, 2016
@OJ
Copy link
Contributor Author

OJ commented Dec 23, 2016

Thank you!

@OJ OJ deleted the refactor-migrate-stubs branch December 23, 2016 00:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants