summaryrefslogtreecommitdiff
path: root/kali.yml
diff options
context:
space:
mode:
authorDan Fedele <dan.fedele@gmail.com>2020-05-03 11:51:20 -0400
committerGitHub <noreply@github.com>2020-05-03 11:51:20 -0400
commite621dba44d0dc485df1418a91fa0e35aa09bb274 (patch)
tree3b9860f0f44731c7f18b82c98da6f2ecef047597 /kali.yml
parentbc19a05ff341c4fdf8d839732da2873c52a4ab34 (diff)
Added powershell and Invoke-Obfuscation (•_•) ( •_•)>⌐■-■ (⌐■_■)
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'