diff options
author | Dan Fedele <dan.fedele@gmail.com> | 2020-05-03 11:51:20 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-03 11:51:20 -0400 |
commit | e621dba44d0dc485df1418a91fa0e35aa09bb274 (patch) | |
tree | 3b9860f0f44731c7f18b82c98da6f2ecef047597 /kali.yml | |
parent | bc19a05ff341c4fdf8d839732da2873c52a4ab34 (diff) |
Added powershell and Invoke-Obfuscation (•_•) ( •_•)>⌐■-■ (⌐■_■)
Diffstat (limited to 'kali.yml')
-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' |