-
Notifications
You must be signed in to change notification settings - Fork 15
HTTPS Payloads
Maxime Landon edited this page Feb 24, 2020
·
2 revisions
HTTPS Payloads are implants that communicate over encrypted HTTP. See HTTPS C2 for details on the HTTP encryption
Options for HTTP(S) implants are the following:
Of the options above, the following ones are HTTPS specific:
- Certificate - Optional PEM encoded certificate file
- Key - Optional PEM encoded key file
- LetsEncrypt - Attempt to provision a Let's Encrypt certificate
- HTTPDomain - Limit responses of the listener to a specific domain(s)
- Website - Website static content placed in front of the listener
- Domains - Domain strings that the implant will try to callback (comma-separated)