summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'