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

Added support for self signed certificates #1

Merged
merged 1 commit into from Aug 16, 2021

Conversation

litios
Copy link
Contributor

@litios litios commented Aug 9, 2021

Hello!

I've been playing with Medusa and I noticed that if the HTTP C2 Profile uses HTTPS with self-signed certificates Medusa won't work because urlopen will check the certificate.

I added the option to choose if you want to verify the certificate or not so we can use self-signed certificates.

@ajpc500
Copy link
Collaborator

ajpc500 commented Aug 16, 2021

Hey @litios, thank you for this! I'm planning to refactor postRequest and getRequest into a single makeRequest function to reduce the agent size a little, so I'll merge this in now and refactor after that. Cheers! 👍🏻

@ajpc500 ajpc500 merged commit 17afc9c into MythicAgents:master Aug 16, 2021
@litios
Copy link
Contributor Author

litios commented Aug 16, 2021

Great😀

Thank you!

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

2 participants