D20 - Mythic C2 Installation Guide
Explanation
Command and Control server is used to generate and interact with payloads. This server is used as a commanding centre of an cyber attack.
1. Create a Server
- Set up an Ubuntu server in the cloud with the recommended specifications: 2 vCPUs and 4 GB RAM.
2. Configure Cloud Firewall
- Create a cloud firewall and ensure that only necessary IP addresses have access.
3. Connect to the Server via SSH
- Access the server using SSH and perform system updates.
- sudo apt update && sudo apt upgrade
4. Install Program Prerequisites
- Docker Compose:
sudo apt install docker-compose - Make:
sudo apt install make
5. Clone the GitHub Repository
- Execute the following command to clone the repository:
git clone https://github.com/its-a-feature/Mythic
6. Run the Install Script
change to the mythic directory
- Execute the
install_docker_ubuntu.shscript to set up Docker.
7. Run Make in the Mythic Directory
- Change to the Mythic CLI directory:
cd ./mythic-cli
8. Start the Services
- Use the following command to start the services:
./mythic-cli start
Conclusion
By following these steps, you will successfully install Mythic C2 server.
Yorumlar
Yorum Gönder