MythicC2Profiles / http

Simple HTTP async comms using standard GET/POST requests
29 stars 15 forks source link

SSL Certificate Generation Fix #1

Closed kyleavery closed 3 years ago

kyleavery commented 3 years ago

Changing the use_ssl option to true spit out the following error: image

This was fixed by declaring default values for the following variables: image

These are obviously fake values... might be worth introducing some sort of randomization, but also might not be necessary since the certs are self-signed anyway.