Let's perform the following steps:
- Use the following command to run the team server:
sudo ./teamserver 192.168.10.122 harry@123
- Here, I am using the 192.168.10.122 IP as my team server and harry@123 as my password for the team server:
- Upon successfully starting the server, we can get on with the client. To run the client, use the following command:
java -jar cobaltstrike.jar
The following screenshot shows the output of the preceding command:
- Once the connection is established with the team server, the Cobalt Strike client ...