removed typos from playbook
This commit is contained in:
parent
7e26ed0098
commit
0dcb8b4dc9
|
@ -296,9 +296,9 @@
|
||||||
- name: Haiti
|
- name: Haiti
|
||||||
ansible.builtin.shell:
|
ansible.builtin.shell:
|
||||||
cmd: pacman -S --noconfirm haiti
|
cmd: pacman -S --noconfirm haiti
|
||||||
- name: CeWL
|
- name: CeWL
|
||||||
ansible.bultin.shell:
|
ansible.builtin.shell:
|
||||||
cmd: pacman -S --noconfirm cewl
|
cmd: pacman -S --noconfirm cewl
|
||||||
|
|
||||||
# Pwn
|
# Pwn
|
||||||
- name: Ghidra
|
- name: Ghidra
|
||||||
|
|
1
run.sh
1
run.sh
|
@ -1,6 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
[[ ! -d .vagrant ]] && mkdir .vagrant
|
[[ ! -d .vagrant ]] && mkdir .vagrant
|
||||||
|
vagrant box update
|
||||||
ssh-keygen -b 4096 -N "" -f ./.vagrant/vagrant.key
|
ssh-keygen -b 4096 -N "" -f ./.vagrant/vagrant.key
|
||||||
chmod 600 ./.vagrant/vagrant.key
|
chmod 600 ./.vagrant/vagrant.key
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue