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

Use Base64 encoding for OS parameter #2528

Merged
merged 2 commits into from Oct 16, 2013

Conversation

wchen-r7
Copy link
Contributor

I didn't even realize we already added this base64 code in server.rb. So instead of just escaping the OS parameter, we also encode the data in base64. I also added prependmigrate to avoid possible unstable conditions for the payload.

Thanks to @Meatballs1 for the original suggestion.

I didn't even realize we already added this in server.rb. So instead
of just escaping the OS parameter, we also encode the data in base64.
I also added prependmigrate to avoid unstable conditions for the payload.
@Meatballs1
Copy link
Contributor

@wchen-r7 I dont think prepend migrate should be a default option for exploits at the moment due to #1674

@wchen-r7
Copy link
Contributor Author

Yeah, what's up with #1674? It's hanging.

But I will probably still want this.
jlee-r7 pushed a commit that referenced this pull request Oct 16, 2013
@jlee-r7 jlee-r7 merged commit 06a2122 into rapid7:master Oct 16, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants