diff options
-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' |