summaryrefslogtreecommitdiff
path: root/kali.yml
diff options
context:
space:
mode:
Diffstat (limited to 'kali.yml')
-rw-r--r--kali.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/kali.yml b/kali.yml
index 0b0f1dc..29268fc 100644
--- a/kali.yml
+++ b/kali.yml
@@ -45,8 +45,14 @@
- forensics-extra
- ncat
- jq
+ - powershell
state: latest
-
+
+ - name: Clone Invoke-Obfuscation
+ git:
+ repo: 'https://github.com/danielbohannon/Invoke-Obfuscation'
+ dest: /opt/Invoke-Obfuscation
+
- name: Clone JumboJohn
git:
repo: 'https://github.com/magnumripper/JohnTheRipper'