Skip to content

Commit

Permalink
Improvements Attack Range
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick committed Jan 16, 2024
1 parent 51c6681 commit 55bcc3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def new(config):
{
# get range password
'type': 'input',
'message': 'enter a master password for your attack_range',
'message': 'enter a master password for your attack_range (minimum 8 characters: one UPPERCASE, one lowercase, one numeric, and one non-alphanumeric)',
'name': 'attack_range_password',
'default': get_random_password(),
},
Expand Down
2 changes: 1 addition & 1 deletion packer/ansible/roles/linux_install_art/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---

- name: Run Atomic Red Team
- name: Install Atomic Red Team
become: true
shell: |
pwsh -Command 'IEX (IWR https://raw.githubusercontent.com/redcanaryco/invoke-atomicredteam/master/install-atomicsfolder.ps1 -UseBasicParsing);
Expand Down

0 comments on commit 55bcc3b

Please sign in to comment.