1
mirror of https://github.com/rapid7/metasploit-payloads synced 2024-11-26 17:41:08 +01:00
metasploit-payloads/c/meterpreter/workspace/ext_server_mimikatz
Brent Cook 9a71a575b7 use OpenSSL with Windows builds for now
LibreSSL does not yet work well with Windows meterpreter for 2 reasons:
  1. because its built with mingw/gcc, it does not have SAFESEH, requiring that
	 protection to be disabled for the whole stack. It could, it just needs a
	 way to be built with MSVS instead.
  2. OpenSSL 1.0.1 and Libressl both make metsrv about 50% larger.

When transports are more abstracted and LibreSSL can build with MSVS, we will
revisit this.
2015-03-25 09:12:11 -05:00
..
ext_server_mimikatz.vcxproj use OpenSSL with Windows builds for now 2015-03-25 09:12:11 -05:00
ext_server_mimikatz.vcxproj.filters Moved sekurlsa.cpp to top dir 2013-04-21 10:55:57 +01:00
ext_server_mimikatz.vcxproj.user Compiles with Release 2013-04-19 19:36:40 +01:00
mimikatz_notes.txt tidy and add notes 2013-04-21 00:28:39 +01:00