diff options
-rw-r--r-- | kali.yml | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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' |