summaryrefslogtreecommitdiff
path: root/kali.yml
diff options
context:
space:
mode:
authorDan Fedele <dan.fedele@gmail.com>2020-05-09 10:35:09 -0400
committerGitHub <noreply@github.com>2020-05-09 10:35:09 -0400
commita0b8311d1bec4577507615f391c2dfdf5c08dfc1 (patch)
treef668fd33dc5fd3a4f767f80f0d5f2c39f55f5bdc /kali.yml
parent55c83c9a626c1bd7fc3f2b95592b847ebdce911c (diff)
added ref to copy over bash_functions file
Diffstat (limited to 'kali.yml')
-rw-r--r--kali.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/kali.yml b/kali.yml
index b2ce379..f356e6c 100644
--- a/kali.yml
+++ b/kali.yml
@@ -124,6 +124,13 @@
owner: root
group: root
+ - name: Copying over bash functions file
+ copy:
+ src: /tmp/master-bash_functions
+ dest: /root/.bash_functions
+ owner: root
+ group: root
+
- name: Create /srv/smb/ directory for payload population
file:
path: /srv/smb