rapid7 / meterpreter

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

Implement support for ssl cert verify toggling #146

Closed OJ closed 9 years ago

OJ commented 9 years ago

This PR contains the Meterpreter-side of the MSF PR that implements SSL certificate verification toggling. Full details of the concept/etc, along with how to test/validate can be found over there.

The MSF PR is: https://github.com/rapid7/metasploit-framework/pull/5081

Stuff done in this PR

Please see the MSF PR.

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/177/ Test PASSED.

bcook-r7 commented 9 years ago

Somehow all of the EOL characters changed in source/server/server_setup_win.c between this and master.

OJ commented 9 years ago

Crap :(

OJ commented 9 years ago

I'm not sure what's going on here. The line endings for the file are definitely right now (using the Windows CRLF style like the rest of them), but github thinks that the line endings have all changed.

Totally confused.

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/181/ Test PASSED.

kernelsmith commented 9 years ago

Git config has a setting for controlling the line sirltuation, maybe that got changed?

OJ commented 9 years ago

It hasn't changed on any of my setups for about 4 years :)

bcook-r7 commented 9 years ago

thanks for the update, lets get a gem build going.