Updated readme.
This commit is contained in:
parent
31f653eeb4
commit
b950613976
1 changed files with 8 additions and 1 deletions
|
@ -2,4 +2,11 @@
|
|||
hashcat on aws
|
||||
|
||||
To deploy, run:
|
||||
ansible-playbook ec2-creation.yml -i env/hosts -e group_vars/all
|
||||
ansible-playbook hashcat.yml -i env/hosts -e group_vars/all
|
||||
|
||||
To destroy *ALL*, run:
|
||||
ansible-playbook hashcat-destroy.yml -i env/hosts -e group_vars/all
|
||||
|
||||
--
|
||||
|
||||
On successful run the instance will self terminate.
|
||||
|
|
Loading…
Reference in a new issue