Skip to content

Commit

Permalink
Merge pull request #835 from splunk/guacamole_improvements
Browse files Browse the repository at this point in the history
Guacamole improvements
  • Loading branch information
P4T12ICK committed Jul 31, 2023
2 parents f6f4b7d + febf955 commit a38fdd8
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/Control_Attack_Range.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ python attack_range.py build
```

## Destroy
Destroys an Attack Range and deletes/deprovision all used ressources
Destroys an Attack Range and deletes/deprovision all used resources
```
python attack_range.py destroy
```
Expand All @@ -26,7 +26,7 @@ python attack_range.py resume
```

## Show
Shows the ressources of an Attack Range
Shows the resources of an Attack Range
```
python attack_range.py show
```
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
[monitor://C:\AtomicRedTeam\atc_execution.csv]
disabled = false
source = atomic_red_team
index = attack

[monitor://C:\Tools\PurpleSharp\*.json]
disabled = false
source = purple_sharp
index = attack
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
dest: /etc/guacamole/user-mapping.xml
when: cloud_provider != "local"

- name: Create a new folder
file:
path: /home/ubuntu/shared-folder
state: directory

- name: Copy user-mapping-local.xml
template:
src: user-mapping-local.xml
Expand Down
2 changes: 2 additions & 0 deletions terraform/ansible/roles/guacamole/templates/user-mapping.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
{% endif %}
<param name="password">{{attack_range_password}}</param>
<param name="ignore-cert">true</param>
<param name="enable-drive">true</param>
<param name="drive-path">/home/ubuntu/shared-folder</param>
</connection>
{% endfor %}

Expand Down
File renamed without changes.

0 comments on commit a38fdd8

Please sign in to comment.