diff options
author | Dan Fedele <dan.fedele@gmail.com> | 2020-05-16 11:36:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-16 11:36:50 -0400 |
commit | 37741bccd8dbbd621e80ca8bfacd0e55163d29e7 (patch) | |
tree | 5e7cc4de532c6b36bf2c7154b5361c521ca58064 /kali.yml | |
parent | a1905cd764ae0f56a738e6afa0735fbc57cea9cd (diff) |
JumboJohn stuff
Added dependencies for jumbo john, also added an auto-compile! Because right now I'm dan-ger-ous
Diffstat (limited to 'kali.yml')
-rw-r--r-- | kali.yml | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -50,6 +50,7 @@ - tmux - openjdk-13-jre - openjdk-13-jdk + - libssl-dev state: latest - name: Clone Invoke-Obfuscation (•_•) ( •_•)>⌐■-■ (⌐■_■) @@ -62,6 +63,13 @@ repo: 'https://github.com/magnumripper/JohnTheRipper' dest: /opt/JohnTheRipper + - name: Compiling JumboJohn, hold onto yer butts... + command: chdir=/opt/JohnTheRipper/src {{ item }} + with_items: + - ./configure + - make + - make install + - name: Clone Nishang git: repo: 'https://github.com/samratashok/nishang' |