1
0
mirror of https://github.com/elisspace/Wakanda-Forever.git synced 2026-08-29 15:44:11 +00:00

Update README.md

This commit is contained in:
q0phi80
2022-07-23 09:37:18 -04:00
committed by GitHub
parent d27e7bee05
commit 39943586ba

View File

@@ -8,6 +8,8 @@ Wakanda Land is a Cyber Range deployment tool that uses ```terraform``` for auto
[![Wakanda Land Demo](https://img.youtube.com/vi/gpCknMZw7vA/1.jpg)](https://youtu.be/gpCknMZw7vA)
[!](https://gifs.com/gif/wakanda-land-OgRlwG)
## Attack Techniques Covered
- Kerberoasting
- ASRepRoasting
@@ -104,6 +106,10 @@ terraform plan
```
terraform apply --auto-approve
```
### Verify with AWS that the assets have been created
```
aws ec2 describe-instances --query 'Reservations[].Instances[].[Tags[?Key==`Name`].Value,InstanceType,PublicIpAddress,PrivateIpAddress]' --output json
```
### Connect to the environment
```
- SSH into the Guacamole server (g.e. ssh -i terraformkey.pem admin@guac-server-ip)