The Slingshot CS Matrix Edition was made in collaboration with SANS, Ryan O'Grady, Jorge Orchilles, and all the C2 Matrix contributors. The goal is to lower the learning curve of installing each C2 framework and getting you straight to testing which C2s work against your organization.
Slingshot C2 Matrix Edition is ideal for red team, blue team, and purple team functions.
Slingshot C2 Matrix Edition brings the following C2s pre-installed:
Slingshot - C2 Matrix Edition also includes a number of other tools that red teamers and penetration testers will find useful such as VECTR for tracking red and purple team exercises.
SANS Slingshot C2 Matrix Edition 2020.12 can be downloaded from here: https://www.sans.org/slingshot-vmware-linux/download
Ensure you have VMware Workstation, Player, or Fusion so that it can be imported. Double clicking the .ova and clicking import should do the trick:
The default network device is configured as NAT for your own safety and to start of with a basic lab.
Login with the user: slingshot and password: slingshot
Double click MATE Terminal to change your password with the passwd command:
What is the username and password of Slingshot?
Username: slingshotPassword: slingshot
Why is the image so big? The various Command and Control frameworks bring a number of dependencies. As we wanted this to be a standalone image, we have pre-downloaded and installed them for you.
What is the SHA256 sum:
2020.4: e8f3aa841a5244c0419cab7006486be6bdd7c001282833e1fbd1e9698f80069e
2020.5: 9b01151590f85fe0a1aeeeefba7a83af817d16c9b9443a54409ea03c242f9b8d
2020.11: 6fdc0c064c97cb849a4312dc585e00a378ff190ed907d1c7de7ded59010567eb
2020.12: fe87c848769ab7c48ce3b65bd2a7a0083cf6f92581532d4bc173c218df93a7dd
How do I start VECTR:
VECTR is a tool for managing and tracking red and purple team exercises. Start it like this:
cd /opt/vectr/./vectr-bootstrap.sh
Then open Firefox and visit VECTR homepage: https://vectr.internal:8081
Username: adminPassword: 11_ThisIsTheFirstPassword_11
Update VECTR:
cd /opt/vectr/Edit docker-compose.ymlChange line that states "image: securityriskadvisors/vectr_tomcat:5.5.7" to "image: securityriskadvisors/vectr_tomcat:5.7.0"Save./vectr-bootstrap.sh
Something is bound to port 80, 443, or something else, how do I stop it?
2020.5:sudo service apache2 stop2020.4:cd /opt/apfellsudo ./stop_apfell.shsudo service postgresql stopsudo service apache2 stop
How do I set a static IP?
edit /etc/netplan/01-netcfg.yamlvim /etc/netplan/01-netcfg.yamlSet the DHCP option from true to falseaddaddresses: [x.x.x.x/24]save and exitsudo netplan apply