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:
@@ -8,6 +8,8 @@ Wakanda Land is a Cyber Range deployment tool that uses ```terraform``` for auto
|
||||
|
||||
[](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)
|
||||
|
||||
Reference in New Issue
Block a user