summaryrefslogtreecommitdiff
path: root/kali.yml
diff options
context:
space:
mode:
authorDan Fedele <dan.fedele@gmail.com>2020-05-16 11:36:50 -0400
committerGitHub <noreply@github.com>2020-05-16 11:36:50 -0400
commit37741bccd8dbbd621e80ca8bfacd0e55163d29e7 (patch)
tree5e7cc4de532c6b36bf2c7154b5361c521ca58064 /kali.yml
parenta1905cd764ae0f56a738e6afa0735fbc57cea9cd (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.yml8
1 files changed, 8 insertions, 0 deletions
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'