-
Notifications
You must be signed in to change notification settings - Fork 74
Command & Control (C2)
V4K11 edited this page Jun 3, 2020
·
6 revisions
Creates a C2 server of the provider of choice on the cloud. The types available are HTTP/DNS. SSH keys for each instance will be generated in the redbaron/data/ssh_keys
folder.
Variable | Required | Description |
---|---|---|
id |
N/A | Module ID Autogenerated |
type |
Yes | Type of c2 Accepted values are: HTTP/DNS. |
provider |
Yes | Provider to be used |
region |
Yes | Regions to create server instance |
size |
Yes | Instance size to launch |
redirectors |
Yes | Number of redirectors to launch for each c2. It can be 0. |
tools |
No | Tools to be installed on instance creation. |
The tools which are currently available for automatic installation on the C2 servers are the following:
- metasploit
- empire
- dnscat2
- cobaltstrike (The
CSTRIKE_KEY
variable has to be set in the./redbaron/data/scripts/tools/cobaltstrike.sh
script) - The PenTesters Framework
(PTF)
(A library of penetration testing tools. You can modify what you want to install by changing the./redbaron/data/scripts/tools/ptf.sh
script. For more information about the project visit: https://github.com/trustedsec/ptf)