From 37741bccd8dbbd621e80ca8bfacd0e55163d29e7 Mon Sep 17 00:00:00 2001 From: Dan Fedele Date: Sat, 16 May 2020 11:36:50 -0400 Subject: JumboJohn stuff Added dependencies for jumbo john, also added an auto-compile! Because right now I'm dan-ger-ous --- kali.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/kali.yml b/kali.yml index 66e3b36..ba5a0ab 100644 --- a/kali.yml +++ b/kali.yml @@ -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' -- cgit v1.2.3