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

Fix TLS cipher suite random choice not compatible with powershell 2 on windows 7 #163

Merged
merged 4 commits into from
Apr 14, 2020

Conversation

tyraniter
Copy link

Fix #155. Divide the TLS cipher suite random select process into two parts.One for tls1.0 and one for tls1.2 and then put them together into one cipher suite string for ssl context.

@vinnybod vinnybod linked an issue Apr 10, 2020 that may be closed by this pull request
@Cx01N Cx01N requested a review from Hubbl3 April 11, 2020 19:43
@Cx01N Cx01N added the bug Something isn't working label Apr 12, 2020
@Hubbl3 Hubbl3 merged commit 17291cf into BC-SECURITY:dev Apr 14, 2020
vinnybod added a commit that referenced this pull request Jul 27, 2021
* fix issues found while testing starkiller enable/disable modules

* Update empire/server/server.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG]Powershell version 2 TLS Handshake failure
3 participants