RedSiege / C2concealer

C2concealer is a command line tool that generates randomized C2 malleable profiles for use in Cobalt Strike.
GNU General Public License v3.0
985 stars 169 forks source link

Fixed certbot-auto deprecation #3

Open chryzsh opened 3 years ago

chryzsh commented 3 years ago

We've grown to like C2concealer and use it for engagements all the time, so first of all thank you for that! As per https://github.com/certbot/certbot/issues/8535 they've deprecated certbot-auto, which breaks the bash script. This has been noticed and some fixes can be seen in projects such as https://github.com/killswitch-GUI/CobaltStrike-ToolKit/pull/8/files. I've kind of stolen that code to fix it here as well. I tested it on a fresh Ubuntu 20.04 box and it appears to work fine now.

ChrisTruncer commented 3 years ago

Hi there, thanks for submitting this. We did get the DNS section updated, so it looks like that isn't needed in your pull request anymore. Do you want to remove that so we can test out the bash updates you provided and then merge this in?

chryzsh commented 3 years ago

I'd have to make a branch out of the first change, and I'm feeling lazy. If you don't mind you can just copy out the the first change to your own dev branch and test it out. At least I don't mind.