Friend
Professional
- Messages
- 2,653
- Reaction score
- 850
- Points
- 113
The infrastructure for attacks unfolds by itself while the specialist drinks coffee.
The CyberWarFare Labs team has recently introduced a new tool that makes it much easier for Red Team specialists to set up and manage their infrastructure. Thanks to the automation of processes, RedInfraCraft allows specialists to focus on the main tasks, minimizing the routine when deploying command and control servers (C2) and infrastructures for phishing and downloading payloads.
RedInfraCraft supports several popular C2 systems, including Mythic with the ability to integrate CloudFront and Load Balancer. Red teams can also easily deploy the necessary infrastructure for phishing attacks through EvilGinx and GoPhish, and the Pwndrop system is available for downloading payloads.
The developers emphasized that the tool is intuitive, which lowers the barrier to entry for Red Team newcomers by offering detailed documentation and step-by-step guides. At the same time, the deployment of any infrastructure is carried out in just one step.
To use RedInfraCraft, you need pre-installed software — Terraform and Python. Users can clone a repository from GitHub to get started and run a command to automatically build infrastructure.
For example, to deploy Mythic C2, you need to run the command "redinfracraft.py create c2 mythic", and to delete it, you need to run the command "redinfracraft.py destroy c2 mythic". The same applies to other types of infrastructure, including phishing and boot platforms.
The developers emphasize the importance of completing mandatory configuration steps, such as authorization in AWS and the use of unique PEM keys for SSH connections. After a successful deployment of the infrastructure, users can connect to it via SSH and perform the necessary configurations.
The tool supports the deployment of all specified frameworks in a single step using the "redinfracraft.py create full_infra" command. This greatly simplifies tasks for those who need a complete infrastructure that includes C2, CloudFront, Pwndrop, EvilGinx, and GoPhish.
In the future, the developers plan to expand the capabilities of RedInfraCraft by adding support for new frameworks and cloud platforms, including Microsoft Azure and Google Cloud. This will allow IT professionals to integrate the tool into a variety of cloud environments, making it even more versatile.
RedInfraCraft is already available for use, and more updates are expected soon that will make the tool even more powerful and user-friendly.
Source
The CyberWarFare Labs team has recently introduced a new tool that makes it much easier for Red Team specialists to set up and manage their infrastructure. Thanks to the automation of processes, RedInfraCraft allows specialists to focus on the main tasks, minimizing the routine when deploying command and control servers (C2) and infrastructures for phishing and downloading payloads.
RedInfraCraft supports several popular C2 systems, including Mythic with the ability to integrate CloudFront and Load Balancer. Red teams can also easily deploy the necessary infrastructure for phishing attacks through EvilGinx and GoPhish, and the Pwndrop system is available for downloading payloads.
The developers emphasized that the tool is intuitive, which lowers the barrier to entry for Red Team newcomers by offering detailed documentation and step-by-step guides. At the same time, the deployment of any infrastructure is carried out in just one step.
To use RedInfraCraft, you need pre-installed software — Terraform and Python. Users can clone a repository from GitHub to get started and run a command to automatically build infrastructure.
For example, to deploy Mythic C2, you need to run the command "redinfracraft.py create c2 mythic", and to delete it, you need to run the command "redinfracraft.py destroy c2 mythic". The same applies to other types of infrastructure, including phishing and boot platforms.
The developers emphasize the importance of completing mandatory configuration steps, such as authorization in AWS and the use of unique PEM keys for SSH connections. After a successful deployment of the infrastructure, users can connect to it via SSH and perform the necessary configurations.
The tool supports the deployment of all specified frameworks in a single step using the "redinfracraft.py create full_infra" command. This greatly simplifies tasks for those who need a complete infrastructure that includes C2, CloudFront, Pwndrop, EvilGinx, and GoPhish.
In the future, the developers plan to expand the capabilities of RedInfraCraft by adding support for new frameworks and cloud platforms, including Microsoft Azure and Google Cloud. This will allow IT professionals to integrate the tool into a variety of cloud environments, making it even more versatile.
RedInfraCraft is already available for use, and more updates are expected soon that will make the tool even more powerful and user-friendly.
Source